The patch titled hdrinstall: remove asm/io.h from user visibility has been added to the -mm tree. Its filename is hdrinstall-remove-asm-ioh-from-user-visibility.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hdrinstall: remove asm/io.h from user visibility From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> There's no excuse for userspace abusing this kernel header -- the kernel's headers are not intended to provide a library of helper routines for userspace. Using <asm/io.h> from userspace is broken on most architectures anyway. Just say 'no'. Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-generic/Kbuild.asm | 3 --- 1 file changed, 3 deletions(-) diff -puN include/asm-generic/Kbuild.asm~hdrinstall-remove-asm-ioh-from-user-visibility include/asm-generic/Kbuild.asm --- a/include/asm-generic/Kbuild.asm~hdrinstall-remove-asm-ioh-from-user-visibility +++ a/include/asm-generic/Kbuild.asm @@ -4,8 +4,5 @@ unifdef-y += a.out.h auxvec.h byteorder. sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h \ statfs.h termbits.h termios.h timex.h types.h unistd.h user.h -# These really shouldn't be exported -unifdef-y += io.h - # These probably shouldn't be exported unifdef-y += elf.h page.h _ Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are git-gfs2.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.patch git-mtd.patch mtd-maps-ixp4xx-partition-parsing.patch hdrinstall-remove-asm-irqh-from-user-visibility.patch hdrinstall-remove-asm-atomich-from-user-visibility.patch hdrinstall-remove-asm-ioh-from-user-visibility.patch the-scheduled-removal-of-some-oss-drivers-fix-fix.patch debug-shared-irqs.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