| commit | 5c6b31e31adc31bd12636b196d3311f845dcc9d8 | [log] [tgz] |
|---|---|---|
| author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | Tue May 07 20:34:22 2019 +0900 |
| committer | James Morris <jamorris@linux.microsoft.com> | Wed May 08 15:52:57 2019 -0700 |
| tree | 88573c96561c19877c619654e2a8ab4756ae75ed | |
| parent | 5385195a7b57cb3d319b5621584c9559e1fa0719 [diff] |
tomoyo: Don't emit WARNING: string while fuzzing testing.
Commit cff0e6c3ec3e6230 ("tomoyo: Add a kernel config option for fuzzing
testing.") enabled the learning mode, but syzkaller is detecting any
"WARNING:" string as a crash. Thus, disable TOMOYO's quota warning if
built for fuzzing testing.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: James Morris <jamorris@linux.microsoft.com>