All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/3] add support for rng-seed
@ 2019-08-19  7:16 ` Hsin-Yi Wang
  0 siblings, 0 replies; 26+ messages in thread
From: Hsin-Yi Wang @ 2019-08-19  7:16 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Rob Herring, devicetree, linux-kernel, Frank Rowand,
	Catalin Marinas, Will Deacon, Andrew Morton, Mike Rapoport,
	Ard Biesheuvel, Miles Chen, Hsin-Yi Wang, James Morse,
	Andrew Murray, Mark Rutland, Jun Yao, Yu Zhao, Robin Murphy,
	Laura Abbott, Stephen Boyd, Kees Cook

Introducing a chosen node, rng-seed, which is an entropy that can be
passed to kernel called very early to increase initial device
randomness. This can be used for adding sufficient initial entropy
for stack canary. Especially architectures that lack per-stack canary.

Hsin-Yi Wang (3):
  arm64: map FDT as RW for early_init_dt_scan()
  fdt: add support for rng-seed
  arm64: kexec_file: add rng-seed support

 arch/arm64/include/asm/mmu.h           |  2 +-
 arch/arm64/kernel/kaslr.c              |  5 +----
 arch/arm64/kernel/machine_kexec_file.c | 18 +++++++++++++++++-
 arch/arm64/kernel/setup.c              |  9 ++++++++-
 arch/arm64/mm/mmu.c                    | 15 +--------------
 drivers/of/fdt.c                       | 14 ++++++++++++--
 6 files changed, 40 insertions(+), 23 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2019-08-21 16:22 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19  7:16 [PATCH v8 0/3] add support for rng-seed Hsin-Yi Wang
2019-08-19  7:16 ` Hsin-Yi Wang
2019-08-19  7:16 ` [PATCH v8 1/3] arm64: map FDT as RW for early_init_dt_scan() Hsin-Yi Wang
2019-08-19  7:16   ` Hsin-Yi Wang
2019-08-19  7:16 ` [PATCH v8 2/3] fdt: add support for rng-seed Hsin-Yi Wang
2019-08-19  7:16   ` Hsin-Yi Wang
2019-08-19 18:13   ` Theodore Y. Ts'o
2019-08-19 18:13     ` Theodore Y. Ts'o
2019-08-19 18:13     ` Theodore Y. Ts'o
2019-08-20  7:42     ` Hsin-Yi Wang
2019-08-20  7:42       ` Hsin-Yi Wang
2019-08-20  7:42       ` Hsin-Yi Wang
2019-08-20 11:14       ` Ard Biesheuvel
2019-08-20 11:14         ` Ard Biesheuvel
2019-08-20 11:14         ` Ard Biesheuvel
2019-08-21  5:57         ` Hsin-Yi Wang
2019-08-21  5:57           ` Hsin-Yi Wang
2019-08-21  5:57           ` Hsin-Yi Wang
2019-08-21  6:39           ` Ard Biesheuvel
2019-08-21  6:39             ` Ard Biesheuvel
2019-08-21  6:39             ` Ard Biesheuvel
2019-08-21 16:21             ` Theodore Y. Ts'o
2019-08-21 16:21               ` Theodore Y. Ts'o
2019-08-21 16:21               ` Theodore Y. Ts'o
2019-08-19  7:16 ` [PATCH v8 3/3] arm64: kexec_file: add rng-seed support Hsin-Yi Wang
2019-08-19  7:16   ` Hsin-Yi Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.