aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/kernel_configs.md
Commit message (Collapse)AuthorAgeFilesLines
* docs/linux: recommend setting net.ifnames to 0Aleksandr Nogikh2021-07-071-0/+7
| | | | | | 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.
* dashboard/config/linux: specify LSM in configsDmitry Vyukov2020-10-211-1/+1
| | | | | | | | | | | | | | | | | 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
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-131-1/+1
| | | | | | | | | | | 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
* dashboard/config: enable CONFIG_FAULT_INJECTION_USERCOPYAlbert van der Linde2020-09-091-0/+1
| | | | | | | As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next, enable the config. Fixes #1979
* docs/linux: fix KMEMLEAK variable in suggested kernel configsclslgrnc2020-08-211-1/+1
|
* docs/linux: mention CONFIG_KMEMLEAK in suggested kernel configsTobias Klauser2020-07-011-0/+7
| | | | Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* docs/linux: update recommended configsDmitry Vyukov2018-11-231-2/+16
| | | Mention few more tricky kernel configs that cause problems.
* Update kernel_configs.mdDmitry Vyukov2018-08-291-5/+7
|
* Update kernel_configs.mdDmitry Vyukov2018-04-271-0/+6
|
* Update kernel_configs.mdDmitry Vyukov2018-04-201-0/+1
|
* Update kernel_configs.mdDmitry Vyukov2018-04-191-0/+23
|
* docs: move linux kernel specific docs to docs/linux/ dirAndrey Konovalov2017-10-271-0/+69