mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
rand_check: move docs to readme, create norandmaps section
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
https://github.com/cirosantilli/linux-kernel-module-cheat#rootfs_overlay
|
||||
|
||||
. link:hello.c[]
|
||||
. link:hello_cpp.cpp[]
|
||||
. link:sched_getaffinity.c[]
|
||||
. link:usermem.c[]
|
||||
.. link:pagemap_dump.c[]
|
||||
. inits
|
||||
... link:sleep_forever.c[]
|
||||
... link:poweroff.c[]
|
||||
... link:init_dev_kmsg.c[]
|
||||
. link:uio_read.c[]
|
||||
. link:rand_check.c[]
|
||||
. x86_64
|
||||
.. link:rdtsc.c[]
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
/* Check if we were able to remove certain sources of randomness
|
||||
* across boots using different techniques:
|
||||
*
|
||||
* - QEMU icount record replay
|
||||
* - norandmaps boot parameter
|
||||
*
|
||||
* You might want to run this as the init process to further remove undeterminism. */
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#rand_check-out */
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
|
||||
Reference in New Issue
Block a user