“bacf4549187ddb624a5d89129c7dccc0ca67ce7c”上不存在“arch/um/include/shared/kern_util.h”
-
由 Tetsuo Handa 提交于
syzbot is reporting too large allocation at wnd_init() [1], for a crafted filesystem can become wnd->nwnd close to UINT_MAX. Add __GFP_NOWARN in order to avoid too large allocation warning, than exhausting memory by using kvcalloc(). Link: https://syzkaller.appspot.com/bug?extid=fa4648a5446460b7b963 [1] Reported-by: Nsyzot <syzbot+fa4648a5446460b7b963@syzkaller.appspotmail.com> Signed-off-by: NTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: NKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
0d0f659b