| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
'make kvmconfig' was replaced with 'make kvm_guest.config' after linux 5.10.
|
| |
|
|
|
|
| |
When net.ifnames is set to 1, syzkaller might not be able to connect
to the virtual machines. Add the corresponding recommendations to the
documentation as well as a note to the troubleshooting guide.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used command line arguments to select LSM beause
we did not have a good way to manage lots of configs.
The problem is that command line arguments are not
captures/provided with bug reports, so the configs
we provided could not reproduce the bug for developers.
We also had to duplicate .cmdline files 3 times.
Now that we have a good way to manager lots of configs,
embed LSM into the config.
Now that we have 3 configs also switch apparmor and smack
to SLUB. SLUB is the default for a very long time.
Leave SLAB only on selinux.
Update #2171
|
| |
|
|
|
|
|
|
|
|
|
| |
There are too many assorted things in the config dir now.
Split them per-OS.
For now we just copy them to simplify deployment.
When syzbot instances are switched to new configs,
we can remove the old ones.
Update #2171
|
| |
|
|
|
|
|
| |
As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next,
enable the config.
Fixes #1979
|
| | |
|
| |
|
|
| |
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
|
| |
|
| |
Mention few more tricky kernel configs that cause problems.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|