The patch titled Subject: rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context-fix has been removed from the -mm tree. Its filename was rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context-fix.patch This patch was dropped because it was folded into rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context-fix remove unneeded `if (!list_empty())' Cc: Alexandre Bounine <alexandre.bounine@xxxxxxx> Cc: Alexey Khoroshilov <khoroshilov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rapidio/rio_cm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/rapidio/rio_cm.c~rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context-fix drivers/rapidio/rio_cm.c --- a/drivers/rapidio/rio_cm.c~rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context-fix +++ a/drivers/rapidio/rio_cm.c @@ -2268,9 +2268,8 @@ static int rio_cm_shutdown(struct notifi } spin_unlock_bh(&idr_lock); - if (!list_empty(&list)) - list_for_each_entry(ch, &list, ch_node) - riocm_send_close(ch); + list_for_each_entry(ch, &list, ch_node) + riocm_send_close(ch); return NOTIFY_DONE; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are arch-alpha-kernel-systblss-remove-debug-check.patch i-need-old-gcc.patch rapidio-rio_cm-avoid-gfp_kernel-in-atomic-context.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-vmalloc-fix-align-value-calculation-error-fix.patch mm-vmalloc-fix-align-value-calculation-error-v2-fix.patch mm-vmalloc-fix-align-value-calculation-error-v2-fix-fix.patch mm-compaction-make-whole_zone-flag-ignore-cached-scanner-positions-checkpatch-fixes.patch mm-swap-add-swap_cluster_list-checkpatch-fixes.patch mm-mlock-check-against-vma-for-actual-mlock-size-fix.patch mm-page_ioc-replace-some-bug_ons-with-vm_bug_on_page.patch fs-use-mapping_set_error-instead-of-opencoded-set_bit-fix.patch mm-memcontrol-consolidate-cgroup-socket-tracking-checkpatch-fixes.patch seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fix.patch lib-bitmapc-enhance-bitmap-syntax-fix.patch relay-use-irq_work-instead-of-plain-timer-for-deferred-wakeup-checkpatch-fixes.patch ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixes.patch linux-next-rejects.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch include-linux-mlx5-deviceh-kill-build_bug_ons.patch hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html