public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] dont export asm/page.h to userspace
@ 2007-01-05  3:28 Mike Frysinger
  2007-01-05  5:13 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2007-01-05  3:28 UTC (permalink / raw)
  To: Christoph Hellwig, Andrew Morton; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 160 bytes --]

On 1/4/07, Christoph Hellwig <hch@infradead.org> wrote:
> It should not be exported to userspace at all.  Care to submit a patch?

trivial patch attached
-mike

[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: linux-dont-export-asm-page.patch --]
[-- Type: text/x-diff, Size: 325 bytes --]

diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm
index a37e95f..642d277 100644
--- a/include/asm-generic/Kbuild.asm
+++ b/include/asm-generic/Kbuild.asm
@@ -32,4 +32,3 @@ unifdef-y += user.h
 # These probably shouldn't be exported
 unifdef-y += shmparam.h
 unifdef-y += elf.h
-unifdef-y += page.h

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-05  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05  3:28 [patch] dont export asm/page.h to userspace Mike Frysinger
2007-01-05  5:13 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox