Re: WARNING: kmalloc bug in input_mt_init_slots
From: Dmitry Vyukov <dvyukov@google.com>
Date: 2018-09-27 13:08:23
Also in:
linux-mm, lkml
From: Dmitry Vyukov <dvyukov@google.com>
Date: 2018-09-27 13:08:23
Also in:
linux-mm, lkml
On Tue, Sep 25, 2018 at 4:04 PM, Christopher Lameter [off-list ref] wrote:
On Tue, 25 Sep 2018, Dmitry Vyukov wrote:quoted
Assuming that the size is large enough to fail in all allocators, is this warning still useful? How? Should we remove it?Remove it. It does not make sense because we check earlier if possible without the warn.
Mailed "mm: don't warn about large allocations for slab" to remove the warning.