diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch new file mode 100644 index 0000000000..3d8d987c43 --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 90683d5eaabfa684a71411d6e3262153ac191ad8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrea Adami <andrea.adami@gmail.com> | ||
| 3 | Date: Tue, 4 Sep 2018 23:44:30 +0200 | ||
| 4 | Subject: [PATCH 1/1] klibc_2.0.4: add kexec_file_load syscall | ||
| 5 | |||
| 6 | for supported archs only (matched in kexec-tools) | ||
| 7 | |||
| 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | ||
| 9 | --- | ||
| 10 | usr/klibc/SYSCALLS.def | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def | ||
| 14 | index c56e8f9..6b3bf4c 100644 | ||
| 15 | --- a/usr/klibc/SYSCALLS.def | ||
| 16 | +++ b/usr/klibc/SYSCALLS.def | ||
| 17 | @@ -273,6 +273,7 @@ int reboot::__reboot(int, int, int, void *); | ||
| 18 | int syslog::klogctl(int, char *, int); | ||
| 19 | int sysinfo(struct sysinfo *); | ||
| 20 | long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long); | ||
| 21 | +<x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long); | ||
| 22 | |||
| 23 | /* | ||
| 24 | * Low-level I/O (generally architecture-specific); | ||
| 25 | -- | ||
| 26 | 2.7.4 | ||
| 27 | |||
