diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-08-06 22:27:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 14:28:49 +0100 |
commit | ae85f8d5a07a03977735bde158cea3afa198e892 (patch) | |
tree | 6c4e785a7099235a5e6673d6ed584e5229d271c2 /meta/COPYING.MIT | |
parent | 454fcf36c7ad9bde5a0a9e3993874c19e407ee93 (diff) | |
download | poky-ae85f8d5a07a03977735bde158cea3afa198e892.tar.gz |
kexec-tools: avoid kernel warning
Running command 'kexec -p /path/to/crash-kernel --reuse-cmdline' will
give out the following warning:
kexec[970]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Add MFD_NOEXEC_SEAL explicitly to avoid such warning.
(From OE-Core rev: c1bcebf4ca0176d69e6dfd589871944352eec449)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/COPYING.MIT')
0 files changed, 0 insertions, 0 deletions