This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] add kexec_load() syscall


On Wednesday, May 23, 2012 13:18:13 Joseph S. Myers wrote:
> On Wed, 23 May 2012, maximilian attems wrote:
> > 2012-05-23  maximilian attems <max@stro.at>
> > 
> >             Andreas Jaeger <aj@suse.com>
> >        
> >        * sysdeps/unix/sysv/linux/syscalls.list: Add kexec_load
> >        syscall. * sysdeps/unix/sysv/linux/sys/kexec.h: New file.
> >        * sysdeps/unix/sysv/linux/Makefile: Add kexec.h.
> 
> A new interface needs adding to a Versions file, otherwise it won't
> actually be usable from the shared libc....  (And then architecture
> maintainers need to update the ABI test baselines.)

Indeed, sysdeps/unix/sysv/linux/Versions needs:
GLIBC_2.16 {
kexec_load;
}

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]