Searched refs:kaslr (Results 1 – 21 of 21) sorted by relevance
4 Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was7 Kexec when loading arm64 kernel checks if chosen/kaslr-seed dtb property is9 if bootloader creates and fills kaslr-seed property and kernel is not11 kaslr-seed does not run. As a result kaslr-seed property is not zero and when14 setup_2nd_dtb: kaslr-seed is not wiped to 0.19 qemu 5.1.0. Qemu created kaslr-seed property but kernel was not configured25 Note in described use-case the fact that kaslr-seed is not wiped and user27 /sys/firmware/devicetree/base/chosen/kaslr-seed is not a security problem28 as kaslr is disabled anyway.59 - dbgprintf("%s: kaslr-seed is not wiped to 0.\n",
4 Subject: [PATCH] symbol: fix -S cannot work with kaslr detection6 When kernel enabled the CONFIG_RANDOMIZE_BASE, crash needs to add "kaslr=auto"8 But when with "-S" in command line, crash would bypass the kaslr option
27 kaslr-booke32
22 pass entropy via the /chosen/kaslr-seed node in device tree.
89 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o92 lib-$(CONFIG_RISCV) += kaslr.o riscv.o riscv-stub.o
62 obj-$(CONFIG_RANDOMIZE_MEMORY) += kaslr.o
37 lib-$(CONFIG_RANDOMIZE_BASE) += kaslr.o
60 obj-$(CONFIG_RANDOMIZE_BASE) += kaslr.o pi/
19 file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \
68 kaslr-seed 64-bit Entropy used to randomize the kernel image
25 file://0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch \
42 obj-$(CONFIG_RANDOMIZE_BASE) += kaslr.o
105 vmlinux-objs-$(CONFIG_RANDOMIZE_BASE) += $(obj)/kaslr.o
176 rng-seed and kaslr-seed nodes (in both "/chosen" and184 dtb-kaslr-seed
243 Arm ``virt`` machine ``dtb-kaslr-seed`` property (since 7.1)246 The ``dtb-kaslr-seed`` property on the ``virt`` board has been249 the device tree blob, not just the ``kaslr-seed`` node.
235 uint64_t kaslr; in create_randomness() member242 qemu_fdt_setprop_u64(ms->fdt, node, "kaslr-seed", seed.kaslr); in create_randomness()
734 random u64 value in /chosen/kaslr-seed at kernel entry.
2225 random u64 value in /chosen/kaslr-seed at kernel entry.
[all...]