* [PATCH] kexec, unexport kexec_load()
@ 2014-04-22 15:06 Prarit Bhargava
0 siblings, 0 replies; only message in thread
From: Prarit Bhargava @ 2014-04-22 15:06 UTC (permalink / raw)
To: kexec; +Cc: Prarit Bhargava, Eric Biederman, Vivek Goyal
When compiling the kernel the following warning occurs:
/root/linux/usr/include/linux/kexec.h:50: userspace cannot reference
function or variable defined in the kernel
kexec_load does not have a matching definition in the kernel.
Userspace will call the syscall for kexec_load.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Eric Biederman <ebiederm@xmission.com>
---
include/uapi/linux/kexec.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/include/uapi/linux/kexec.h b/include/uapi/linux/kexec.h
index d6629d4..2af61d0 100644
--- a/include/uapi/linux/kexec.h
+++ b/include/uapi/linux/kexec.h
@@ -43,13 +43,6 @@ struct kexec_segment {
const void *mem;
size_t memsz;
};
-
-/* Load a new kernel image as described by the kexec_segment array
- * consisting of passed number of segments at the entry-point address.
- * The flags allow different useage types.
- */
-extern int kexec_load(void *, size_t, struct kexec_segment *,
- unsigned long int);
#endif /* __KERNEL__ */
#endif /* _UAPILINUX_KEXEC_H */
--
1.7.9.3
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-22 15:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 15:06 [PATCH] kexec, unexport kexec_load() Prarit Bhargava
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox