diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2018-08-22 07:56:45 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 20:52:47 +0300 |
commit | 92e641784055998879942d39c74d4f84fa750968 (patch) | |
tree | 590e88eb19ef4597e2e4a6ad36d18ada7ce166e5 /scripts | |
parent | 304b18b8d6af796c8ece221d34c92aeb1559789b (diff) | |
download | linux-92e641784055998879942d39c74d4f84fa750968.tar.xz |
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Sprinkle lockdep_assert_irqs_enabled() checks in the functions that do not
save and restore interrupts when dealing with the ep->wq.lock. These are
ep_scan_ready_list() and those called by epoll_ctl(): ep_insert, ep_modify
and ep_remove.
[akpm@linux-foundation.org: remove too-obvious comments]
Link: http://lkml.kernel.org/r/20180721183127.3busfa335zlcjeox@linux-r8p5
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions