The patch titled remove RPM_BUILD_ROOT from asm-offsets.h has been removed from the -mm tree. Its filename is remove-rpm_build_root-from-asm-offsetsh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: remove RPM_BUILD_ROOT from asm-offsets.h From: Olaf Hering <olh@xxxxxxx> No file in rpm binary package should have the RPM_BUILD_ROOT string in it. To simplify building of external modules, our kernel-source package contains some temp files from the Kbuild system. asm/asm-offsets.h is one of the files that contains the absolute path if make O=$O is used. * This file was generated by /var/tmp/kernel-source-2.6.14_rc4-build/usr/src/linux-2.6.14-rc4-2/Kbuild Remove the $RPM_BUILD_ROOT string in the shipped tempfile. Signed-off-by: Olaf Hering <olh@xxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Kbuild~remove-rpm_build_root-from-asm-offsetsh Kbuild --- a/Kbuild~remove-rpm_build_root-from-asm-offsetsh +++ a/Kbuild @@ -28,7 +28,7 @@ define cmd_offsets echo "/*"; \ echo " * DO NOT MODIFY."; \ echo " *"; \ - echo " * This file was generated by $(srctree)/Kbuild"; \ + echo " * This file was generated by Kbuild"; \ echo " *"; \ echo " */"; \ echo ""; \ _ Patches currently in -mm which might be from olh@xxxxxxx are git-kbuild.patch use-gcc-o1-in-fs-reiserfs-only-for-ancient-gcc-versions.patch ignore-partition-table-on-disks-with-aix-label.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