The patch titled Subject: linux-next-rejects has been removed from the -mm tree. Its filename was linux-next-rejects.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/powerpc/kernel/Makefile | 5 +++-- arch/powerpc/purgatory/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff -puN arch/powerpc/kernel/Makefile~linux-next-rejects arch/powerpc/kernel/Makefile --- a/arch/powerpc/kernel/Makefile~linux-next-rejects +++ a/arch/powerpc/kernel/Makefile @@ -36,8 +36,9 @@ obj-y := cputable.o ptrace.o syscalls process.o systbl.o idle.o \ signal.o sysfs.o cacheinfo.o time.o \ prom.o traps.o setup-common.o \ - udbg.o misc.o io.o dma.o misc_$(BITS).o \ - of_platform.o prom_parse.o + udbg.o misc.o io.o dma.o \ + misc_$(BITS).o of_platform.o \ + prom_parse.o obj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \ signal_64.o ptrace32.o \ paca.o nvram_64.o firmware.o diff -puN arch/powerpc/purgatory/Makefile~linux-next-rejects arch/powerpc/purgatory/Makefile --- a/arch/powerpc/purgatory/Makefile~linux-next-rejects +++ a/arch/powerpc/purgatory/Makefile @@ -18,8 +18,8 @@ targets += purgatory.ro KBUILD_CFLAGS := -Wall -Wstrict-prototypes -fno-strict-aliasing \ -fno-zero-initialized-in-bss -fno-builtin -ffreestanding \ -fno-PIC -fno-PIE -fno-stack-protector -fno-exceptions \ - -msoft-float -MD -Os -m$(CONFIG_WORD_SIZE) -KBUILD_AFLAGS := -fno-exceptions -msoft-float -m$(CONFIG_WORD_SIZE) \ + -msoft-float -MD -Os -m$(BITS) +KBUILD_AFLAGS := -fno-exceptions -msoft-float -m$(BITS) \ -D__ASSEMBLY__ ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-compaction-allow-compaction-for-gfp_nofs-requests-fix.patch mm-mempolicy-clean-up-__gfp_thisnode-confusion-in-policy_zonelist-checkpatch-fixes.patch scripts-checkpatchpl-fix-spelling.patch debug-more-properly-delay-for-secondary-cpus-fix.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.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