The patch titled mm-fault-feedback-2-fix-2 has been removed from the -mm tree. Its filename was mm-fault-feedback-2-fix-2.patch This patch was dropped because it was folded into mm-fault-feedback-2.patch ------------------------------------------------------ Subject: mm-fault-feedback-2-fix-2 From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Nick Piggin <npiggin@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/mm/fault.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/ia64/mm/fault.c~mm-fault-feedback-2-fix-2 arch/ia64/mm/fault.c --- a/arch/ia64/mm/fault.c~mm-fault-feedback-2-fix-2 +++ a/arch/ia64/mm/fault.c @@ -157,10 +157,10 @@ ia64_do_page_fault (unsigned long addres */ if (fault & VM_FAULT_OOM) { goto out_of_memory; + } else if (fault & VM_FAULT_SIGBUS) { signal = SIGBUS; goto bad_area; - } else if (fault & VM_FAULT_SIGBUS) - goto do_sigbus; + } BUG(); } if (fault & VM_FAULT_MAJOR) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-merge-populate-and-nopage-into-fault-fixes-nonlinear.patch mm-fault-feedback-2.patch mm-fault-feedback-2-fix-2.patch readahead-split-ondemand-readahead-interface-into-two-functions-fix.patch kernel-doc-fix-leading-dot-in-man-mode-output.patch coredump-masking-reimplementation-of-dumpable-using-two-flags.patch add-sys-kernel-notes-fix.patch lockstat-core-infrastructure.patch lockstat-human-readability-tweaks-fix.patch lockdep-various-fixes.patch lockstat-measure-lock-bouncing.patch some-kmalloc-memset-kzalloc-tree-wide.patch dequeue_huge_page-warning-fix.patch lguest-the-host-code.patch lguest-the-net-driver.patch drivers-edac-new-i82443bxgz-mc-driver-broken.patch drivers-edac-fix-e752x-reversed-csrows-fix.patch drivers-edac-new-pasemi-driver-fix.patch drivers-edac-new-i82975x-driver-fix.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