The patch titled Subject: fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix has been removed from the -mm tree. Its filename was fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix.patch This patch was dropped because it was folded into fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix remove too-obvious comments Cc: Davidlohr Bueso <dbueso@xxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/eventpoll.c | 4 ---- 1 file changed, 4 deletions(-) --- a/fs/eventpoll.c~fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix +++ a/fs/eventpoll.c @@ -670,7 +670,6 @@ static __poll_t ep_scan_ready_list(struc struct epitem *epi, *nepi; LIST_HEAD(txlist); - /* must not be called with irqs off */ lockdep_assert_irqs_enabled(); /* @@ -767,7 +766,6 @@ static int ep_remove(struct eventpoll *e { struct file *file = epi->ffd.file; - /* must not be called with irqs off */ lockdep_assert_irqs_enabled(); /* @@ -1418,7 +1416,6 @@ static int ep_insert(struct eventpoll *e struct epitem *epi; struct ep_pqueue epq; - /* must not be called with irqs off */ lockdep_assert_irqs_enabled(); user_watches = atomic_long_read(&ep->user->epoll_watches); @@ -1549,7 +1546,6 @@ static int ep_modify(struct eventpoll *e int pwake = 0; poll_table pt; - /* must not be called with irqs off */ lockdep_assert_irqs_enabled(); init_poll_funcptr(&pt, NULL); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-zero-out-the-vma-in-vma_init.patch fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled.patch checkpatch-check-for-if-0-if-1-fix.patch checkpatch-warn-when-a-patch-doesnt-have-a-description-fix.patch fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fix.patch