Re: [PATCH 1/1] kexec: provide a memfd_create() wrapper if not present in libc

2023-10-04 Thread Simon Horman
On Sat, Sep 23, 2023 at 06:46:06PM +0200, Julien Olivain wrote: > Commit 714fa115 "kexec/arm64: Simplify the code for zImage" introduced > a use of the memfd_create() system call, included in version > kexec-tools v2.0.27. > > This system call was introduced in kernel commit [1], first included >

Re: [PATCH 1/1] kexec: provide a memfd_create() wrapper if not present in libc

2023-09-30 Thread Julien Olivain
Hi Dave, On 27/09/2023 08:45, Dave Young wrote: On Sun, 24 Sept 2023 at 00:47, Julien Olivain wrote: Commit 714fa115 "kexec/arm64: Simplify the code for zImage" introduced a use of the memfd_create() system call, included in version kexec-tools v2.0.27. This system call was introduced in

Re: [PATCH 1/1] kexec: provide a memfd_create() wrapper if not present in libc

2023-09-27 Thread Dave Young
On Sun, 24 Sept 2023 at 00:47, Julien Olivain wrote: > > Commit 714fa115 "kexec/arm64: Simplify the code for zImage" introduced > a use of the memfd_create() system call, included in version > kexec-tools v2.0.27. > > This system call was introduced in kernel commit [1], first included > in

[PATCH 1/1] kexec: provide a memfd_create() wrapper if not present in libc

2023-09-23 Thread Julien Olivain
Commit 714fa115 "kexec/arm64: Simplify the code for zImage" introduced a use of the memfd_create() system call, included in version kexec-tools v2.0.27. This system call was introduced in kernel commit [1], first included in kernel v3.17 (released on 2014-10-05). The memfd_create() glibc wrapper