1
0
Fork 0
out-of-tree/examples/preload
dump_stack() bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
..
.gitignore Ignore logs 2023-05-09 17:43:53 +00:00
.out-of-tree.toml feat!: introduce new distribution structure 2023-05-18 16:07:24 +00:00
Makefile Implements modules preload list 2020-06-14 20:14:59 +00:00
README.md Implements modules preload list 2020-06-14 20:14:59 +00:00
module.c Implements modules preload list 2020-06-14 20:14:59 +00:00
test.sh feat: test lkrg alert 2023-05-17 17:04:13 +00:00

README.md

out-of-tree kernel module preload example

See .out-of-tree.toml

Note that it should fail to insert module if lkrg is enabled in the preload list.