The patch titled acpi_format_exception() debug has been removed from the -mm tree. Its filename was acpi_format_exception-debug.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: acpi_format_exception() debug From: Andrew Morton <akpm@xxxxxxxx> Dump the stack so we can find the secretive caller to acpi_format_exception(). Cc: Len Brown <len.brown@xxxxxxxxx> Signed-off-by: Andrew Morton <> --- drivers/acpi/utilities/utglobal.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/acpi/utilities/utglobal.c~acpi_format_exception-debug drivers/acpi/utilities/utglobal.c --- a/drivers/acpi/utilities/utglobal.c~acpi_format_exception-debug +++ a/drivers/acpi/utilities/utglobal.c @@ -126,6 +126,7 @@ const char *acpi_format_exception(acpi_s "Unknown exception code: 0x%8.8X", status)); exception = "UNKNOWN_STATUS_CODE"; + dump_stack(); } return (ACPI_CAST_PTR(const char, exception)); _ Patches currently in -mm which might be from akpm@xxxxxxxx are update-smc91x-driver-with-arm-versatile-board-info.patch git-ipwireless_cs.patch revert-81b0c8713385ce1b1b9058e916edcf9561ad76d6.patch revert-6527c2bdf1f833cc18e8f42bd97973d583e4aa83.patch mm-clean-up-buffered-write-code.patch deprecate-smbfs-in-favour-of-cifs.patch sync_sb_inodes-propagate-errors.patch ext2-reservations.patch mm-implement-swap-prefetching.patch make-copy_from_user_inatomic-not-zero-the-tail-on-i386-vs-reiser4.patch reiser4.patch nr_blockdev_pages-in_interrupt-warning.patch device-suspend-debug.patch slab-leaks3-default-y.patch put_bh-debug.patch kmap_atomic-debugging.patch shrink_slab-handle-bad-shrinkers.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