All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] export generic checkpoint headers to user space
@ 2009-05-28 23:10 Nathan Lynch
       [not found] ` <1243552253-7221-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Nathan Lynch @ 2009-05-28 23:10 UTC (permalink / raw)
  To: Oren Laadan; +Cc: containers-qjLDD68F18O7TbgM5vRIOg

Checkpoint-related headers are not properly exported, resulting in

$ make ARCH=i386 headers_check -s
/home/nathanl/devel/linux-2.6.git/usr/include/linux/fs.h:11: included file 'linux/checkpoint_types.h' is not exported

Export checkpoint_types.h and checkpoint_hdr.h.

After this and arch-specific exports to follow, user-cr can be built
against the result of 'make headers_install'.

Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
---
 include/linux/Kbuild |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 3f0eaa3..25b7c0e 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -44,6 +44,8 @@ header-y += bpqether.h
 header-y += bsg.h
 header-y += can.h
 header-y += cdk.h
+header-y += checkpoint_types.h
+header-y += checkpoint_hdr.h
 header-y += chio.h
 header-y += coda_psdev.h
 header-y += coff.h
-- 
1.6.0.6

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

end of thread, other threads:[~2009-05-29 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 23:10 [PATCH 1/3] export generic checkpoint headers to user space Nathan Lynch
     [not found] ` <1243552253-7221-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-05-28 23:10   ` [PATCH 2/3] x86: export checkpoint_hdr.h Nathan Lynch
2009-05-28 23:10   ` [PATCH 3/3] s390: " Nathan Lynch
2009-05-29  1:02   ` [PATCH 1/3] export generic checkpoint headers to user space Matt Helsley
     [not found]     ` <20090529010217.GD17402-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-05-29 10:22       ` Oren Laadan
2009-05-29 10:22       ` Oren Laadan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.