The patch titled Subject: twist: add option for selecting twist options for syzkaller's testing has been removed from the -mm tree. Its filename was twist-add-option-for-selecting-twist-options-for-syzkallers-testing.patch This patch was dropped because an alternative patch was merged ------------------------------------------------------ From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Subject: twist: add option for selecting twist options for syzkaller's testing When a kernel developer adds a kernel config option, they will not go and update configs on all external testing systems. This problem is also common for "enable all boot tests that can run on this kernel", or "configure a 'standard' debug build". Currently doing these things require all of expertise, sacred knowledge, checking all configs one-by-one as well as checking every new kernel patch and that needs to be done by everybody doing any kernel testing. In order to reduce the burden of maintaining kernel config options, this patch introduces a kernel config option which will select twist options when building kernels for syzkaller's testing. Link: http://lkml.kernel.org/r/20200421131951.4948-3-penguin-kernel@xxxxxxxxxxxxxxxxxxx Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Jiri Slaby <jslaby@xxxxxxxx> Cc: Matthew Garrett <mjg59@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Petr Mladek <pmladek@xxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx> Cc: "Theodore Y . Ts'o" <tytso@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.twist | 6 ++++++ 1 file changed, 6 insertions(+) --- a/lib/Kconfig.twist~twist-add-option-for-selecting-twist-options-for-syzkallers-testing +++ a/lib/Kconfig.twist @@ -10,6 +10,12 @@ menuconfig TWIST_KERNEL_BEHAVIOR if TWIST_KERNEL_BEHAVIOR +config TWIST_FOR_SYZKALLER_TESTING + bool "Select all twist options suitable for syzkaller testing" + select TWIST_DISABLE_KBD_K_SPEC_HANDLER + help + Say N unless you are building kernels for syzkaller's testing. + config TWIST_DISABLE_KBD_K_SPEC_HANDLER bool "Disable k_spec() function in drivers/tty/vt/keyboard.c" help _ Patches currently in -mm which might be from penguin-kernel@xxxxxxxxxxxxxxxxxxx are info-task-hung-in-generic_file_write_iter.patch info-task-hung-in-generic_file_write-fix.patch