Home
last modified time | relevance | path

Searched refs:kaslr (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch4 Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was
7 Kexec when loading arm64 kernel checks if chosen/kaslr-seed dtb property is
9 if bootloader creates and fills kaslr-seed property and kernel is not
11 kaslr-seed does not run. As a result kaslr-seed property is not zero and when
14 setup_2nd_dtb: kaslr-seed is not wiped to 0.
19 qemu 5.1.0. Qemu created kaslr-seed property but kernel was not configured
25 Note in described use-case the fact that kaslr-seed is not wiped and user
27 /sys/firmware/devicetree/base/chosen/kaslr-seed is not a security problem
28 as kaslr is disabled anyway.
59 - dbgprintf("%s: kaslr-seed is not wiped to 0.\n",
/openbmc/linux/Documentation/powerpc/
H A Dindex.rst27 kaslr-booke32
H A Dkaslr-booke32.rst22 pass entropy via the /chosen/kaslr-seed node in device tree.
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile89 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o
92 lib-$(CONFIG_RISCV) += kaslr.o riscv.o riscv-stub.o
/openbmc/linux/arch/x86/mm/
H A DMakefile62 obj-$(CONFIG_RANDOMIZE_MEMORY) += kaslr.o
/openbmc/linux/arch/x86/lib/
H A DMakefile37 lib-$(CONFIG_RANDOMIZE_BASE) += kaslr.o
/openbmc/linux/arch/arm64/kernel/
H A DMakefile60 obj-$(CONFIG_RANDOMIZE_BASE) += kaslr.o pi/
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/
H A Dkexec-tools_2.0.28.bb19 file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \
/openbmc/linux/Documentation/arch/arm/
H A Duefi.rst68 kaslr-seed 64-bit Entropy used to randomize the kernel image
/openbmc/qemu/docs/system/arm/
H A Dvirt.rst153 rng-seed and kaslr-seed nodes (in both "/chosen" and
161 dtb-kaslr-seed
/openbmc/linux/arch/s390/boot/
H A DMakefile42 obj-$(CONFIG_RANDOMIZE_BASE) += kaslr.o
/openbmc/linux/arch/x86/boot/compressed/
H A DMakefile104 vmlinux-objs-$(CONFIG_RANDOMIZE_BASE) += $(obj)/kaslr.o
/openbmc/qemu/docs/about/
H A Ddeprecated.rst252 Arm ``virt`` machine ``dtb-kaslr-seed`` property (since 7.1)
255 The ``dtb-kaslr-seed`` property on the ``virt`` board has been
258 the device tree blob, not just the ``kaslr-seed`` node.
/openbmc/qemu/hw/arm/
H A Dvirt.c242 uint64_t kaslr; in create_randomness() member
249 qemu_fdt_setprop_u64(ms->fdt, node, "kaslr-seed", seed.kaslr); in create_randomness()
/openbmc/linux/arch/riscv/
H A DKconfig729 random u64 value in /chosen/kaslr-seed at kernel entry.
/openbmc/linux/arch/arm64/
H A DKconfig2185 random u64 value in /chosen/kaslr-seed at kernel entry.