Messages in this thread |  | | From | Masahiro Yamada <> | Date | Tue, 17 Dec 2019 14:42:29 +0900 | Subject | Re: [PATCH] kconfig: Add kernel config option for fuzz testing. |
| |
On Mon, Dec 16, 2019 at 7:01 PM Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> wrote: >
Please do not use the subject prefix "kconfig:" unless you are touching files in scripts/kconfig/.
Thanks.
> While syzkaller is finding many bugs, sometimes syzkaller examines > stupid operations. But disabling operations using kernel config option > is problematic because "kernel config option excludes whole module when > there is still room for examining all but specific operation" and > "the list of kernel config options becomes too complicated to maintain > because such list changes over time". Thus, this patch introduces a > kernel config option which allows disabling only specific operations. > This kernel config option should be enabled only when building kernels > for fuzz testing. > > Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> > Cc: Dmitry Vyukov <dvyukov@google.com> > --- -- Best Regards Masahiro Yamada
|  |