+5
−1
Loading
In certain situations, ep_free() in eventpoll.c will kfree the epi->ep eventpoll struct while it still being used by another concurrent thread. Defer the kfree() to an RCU callback to prevent UAF. Fixes: f2e467a4 ("eventpoll: Fix semi-unbounded recursion") Signed-off-by:Nicholas Carlini <nicholas@carlini.com> Signed-off-by:
Christian Brauner <brauner@kernel.org>