The patch titled linux/a.out.h is not exported to userspace has been removed from the -mm tree. Its filename was linux-aouth-is-not-exported-to-userspace.patch This patch was dropped because it had testing failures The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: linux/a.out.h is not exported to userspace From: Khem Raj <raj.khem@xxxxxxxxx> Looking for a compile failure for a package on uclibc system using kernel-headers from 2.6.25 I found that linux/a.out.h is no more exported to userland anymore. This commit below has disabled it from being exported. The commit Do not export asm/page.h during make headers_install so I was wondering if it was intended to unexport linux/a.out.h or not. http://git.kernel.org/?p=3Dlinux/kernel/git/torvalds/linux-2.6.git;a=3Dcomm= itdiff;h=3Ded7b1889da256977574663689b598d88950bbd23 Looking at the patch from lkml post http://linux.derkeiler.com/Mailing-Lists/Kernel/2007-10/msg08913.html second hunk to include/linux/Kbuild was not applied which caused this problem. Tested-by: Khem Raj <raj.khem@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/Kbuild~linux-aouth-is-not-exported-to-userspace include/linux/Kbuild --- a/include/linux/Kbuild~linux-aouth-is-not-exported-to-userspace +++ a/include/linux/Kbuild @@ -168,6 +168,7 @@ unifdef-y += acct.h unifdef-y += adb.h unifdef-y += adfs_fs.h unifdef-y += agpgart.h +unifdef-y += a.out.h unifdef-y += apm_bios.h unifdef-y += atalk.h unifdef-y += atmdev.h _ Patches currently in -mm which might be from raj.khem@xxxxxxxxx are linux-aouth-is-not-exported-to-userspace.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