Skip to content

Commit

Permalink
kconfig: Force PANIC_TIMEOUT=0, NR_CPUS=64
Browse files Browse the repository at this point in the history
Override syzbot kconfigs: PANIC_TIMEOUT disables kgdb, and for some
bizarre reason NR_CPUS=8 also breaks kgdb

Signed-off-by: Kent Overstreet <[email protected]>
  • Loading branch information
Kent Overstreet committed Nov 8, 2024
1 parent 4849606 commit caad18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/kconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,7 @@ require-kernel-config DEBUG_LIST
# require-kernel-config DEBUG_PAGEALLOC

require-kernel-append kasan.fault=panic
require-kernel-config PANIC_TIMEOUT=0

# for some reason, NR_CPUS=8 as syzbot sets breaks kgdb:
require-kernel-config NR_CPUS=64

0 comments on commit caad18f

Please sign in to comment.