Re: 3.14.23-rt20 - aio: fix rcu garbage collection might_sleep() splat
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 12:53:47
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2015-02-17 12:53:47
Also in:
lkml
* Mike Galbraith | 2014-11-02 08:31:28 [+0100]:
(not pretty)
You do the RCU thingy and replace locking. Is this required after the patch I've sent in "Re: [RFC PATCH V2] rt/aio: fix rcu garbage collection might_sleep() splat"? From a quick browse I've seen that ffs_epfile_aio_write() invokes kiocb_set_cancel_fn(, ffs_aio_cancel) and the function does hold a sleeping lock. Sebastian