[PATCH v2 RESEND kexec-tools] m68k: pass rng seed via BI_RNG_SEED
Simon Horman
horms at kernel.org
Mon Nov 14 07:31:59 PST 2022
On Fri, Nov 11, 2022 at 02:35:33AM +0100, Jason A. Donenfeld wrote:
> In order to pass fresh entropy to kexec'd kernels, use BI_RNG_SEED
> for passing a seed, with the same semantics that kexec-tools currently
> uses for i386's setup_data.
>
> Link: https://git.kernel.org/torvalds/c/dc63a086daee92c63e3
> Signed-off-by: Jason A. Donenfeld <Jason at zx2c4.com>
> ---
> Seems like this was forgotten about, so resending.
Hi Jason,
Sorry about missing this earlier.
I was planning to apply it just now, but it seems that
the github workflow flagged a problem:
In file included from ../../kexec/arch/m68k/kexec-m68k.c:19:
../../kexec/arch/m68k/bootinfo.h:25:4: error: unknown type name ‘u8’
25 | u8 data[0];
| ^~
make[1]: *** [Makefile:124: kexec/arch/m68k/kexec-m68k.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../../kexec/arch/m68k/kexec-elf-m68k.c:27:
../../kexec/arch/m68k/bootinfo.h:25:4: error: unknown type name ‘u8’
25 | u8 data[0];
| ^~
make[1]: *** [Makefile:124: kexec/arch/m68k/kexec-elf-m68k.o] Error 1
make: *** [Makefile:276: distcheck] Error 2
make[1]: Leaving directory '/home/runner/work/kexec-tools/kexec-tools/kexec-tools-2.0.25.git/_build/sub'
Error: Process completed with exit code 2.
Ref: https://github.com/horms/kexec-tools/actions/runs/3462830642/jobs/5782238446
More information about the kexec
mailing list