|
|
Log in / Subscribe / Register

Reworking kexec for signatures

Reworking kexec for signatures

Posted Mar 11, 2015 1:14 UTC (Wed) by scientes (guest, #83068)
Parent article: Reworking kexec for signatures

I am having a difficulty where kexec_file_load() always returns -ENOMEM, when kexec_load() (via kexec-tools) always works. The files pointed to are the same, so it isn't that the file is huge.


to post comments

Reworking kexec for signatures

Posted Mar 11, 2015 20:53 UTC (Wed) by scientes (guest, #83068) [Link]

The patch went in with a differn't type signature that the article describes. The cmdline_len and cmdline_ptr options have been switched.

long kexec_file_load(int kernel_fd, int initrd_fd,
unsigned long cmdline_len, const char *cmdline_ptr,
unsigned long flags);


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds