Skip to content
  • Vivek Goyal's avatar
    kexec: new syscall kexec_file_load() declaration · f0895685
    Vivek Goyal authored
    
    
    This is the new syscall kexec_file_load() declaration/interface.  I have
    reserved the syscall number only for x86_64 so far.  Other architectures
    (including i386) can reserve syscall number when they enable the support
    for this new syscall.
    
    Signed-off-by: default avatarVivek Goyal <vgoyal@redhat.com>
    Cc: Michael Kerrisk <mtk.manpages@gmail.com>
    Cc: Borislav Petkov <bp@suse.de>
    Cc: Yinghai Lu <yinghai@kernel.org>
    Cc: Eric Biederman <ebiederm@xmission.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Matthew Garrett <mjg59@srcf.ucam.org>
    Cc: Greg Kroah-Hartman <greg@kroah.com>
    Cc: Dave Young <dyoung@redhat.com>
    Cc: WANG Chao <chaowang@redhat.com>
    Cc: Baoquan He <bhe@redhat.com>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    f0895685