1
0
Fork 0
out-of-tree/examples/kernel-module
dump_stack() 73f5df2425
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched

from

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"

to

  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" }
2023-05-18 18:48:09 +00:00
..
.gitignore Ignore logs 2023-05-09 17:43:53 +00:00
.out-of-tree.toml feat!: new kernel config structure 2023-05-18 18:48:09 +00:00
Makefile Implements tests for kernel modules 2018-10-07 17:53:57 +00:00
README.md Add example kernel module 2018-10-07 10:48:25 +00:00
module.c Implements tests for kernel modules 2018-10-07 17:53:57 +00:00
test.sh Implements tests for kernel modules 2018-10-07 17:53:57 +00:00

README.md

out-of-tree kernel module example

See .out-of-tree.toml