common.pr_pid = current->pid; 1081 elf_core_copy_kernel_regs(&prstatus.pr_reg, regs); 1082 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, 1083 &prstatus, sizeof(prstatus)); 1084 final_note(buf); 1085} 1086 1087static int __init crash_notes_memory_init(void) ...
Vivek Goyal proposed to create a common kconfig option so user can compile in only one syscall for loading kexec kernel. KEXEC/KEXEC_FILE selects KEXEC_CORE so that old config files still work. Because there's general code need CONFIG_KEXEC_CORE, so I updated all the architecture Kconfig ...
MAINTAINERS: add kexec_core.c and kexec_file.c Browse files In the below commits kexec.c was split to kexec.c, kexec_file.c and kexec_core.c. commit a43cac0 ("kexec: split kexec_file syscall code to kexec_file.c") commit 2965faa ("kexec: split kexec_load syscall from kexec ...
2 files changed, 55 insertions(+) create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-x86-linux-setup.c-Use-POSIX-basename-API.patch diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-x86-linux-setup.c-Use-POSIX-basename-API.patch b/meta/recipes-kernel/kexec/kexec-tools/000...
or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-2-kexec-tools-Fix-build-with-GCC-14-on-musl.patch FAIL: test commit message presence: Please include a commit message on your ...
coreos/fedora-coreos-configPublic NotificationsYou must be signed in to change notification settings Fork153 Star146 New issue Merged jlebonmerged 1 commit intocoreos:testing-develfromcoreosbot-releng:override-9e41ad3f Jul 16, 2024 +6−0 ...
Node.js exec function to replace running process; like Ruby's exec. - GitHub - jcoreio/kexec: Node.js exec function to replace running process; like Ruby's exec.