1
0
Fork 0
Commit Graph

8 Commits (master)

Author SHA1 Message Date
dump_stack() 4e5a499db7
fix: remove spaces from examples names 2024-02-20 14:30:17 +00:00
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
dump_stack() 6385ce92e3
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
2023-05-18 18:13:09 +00:00
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
dump_stack() e1ac462642
feat: test lkrg alert 2023-05-17 17:04:13 +00:00
dump_stack() 2460b8230a
Ignore logs 2023-05-09 17:43:53 +00:00
dump_stack() 603a2c98bd
Use upstream lkrg 2021-01-05 20:52:27 +00:00
dump_stack() 22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00