From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: kernel BUG at mm/slab.c:LINE! (2) Date: Mon, 9 Jul 2018 18:30:47 +0200 Message-ID: <35087252-a5fa-c162-efb2-aa2b6a30515a@iogearbox.net> References: <000000000000afa87d05708af289@google.com> <010001647fcab0b9-1154d4da-94f8-404e-8898-b8acdf366592-000000@email.amazonses.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: syzbot , Kees Cook , LKML , Linux-MM , syzkaller-bugs To: Dmitry Vyukov , Christopher Lameter , Alexei Starovoitov , netdev Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 07/09/2018 06:16 PM, Dmitry Vyukov wrote: > On Mon, Jul 9, 2018 at 6:05 PM, Christopher Lameter wrote: >> On Sun, 8 Jul 2018, syzbot wrote: >> >>> kernel BUG at mm/slab.c:4421! >> >> Classic location that indicates memory corruption. Can we rerun this with >> CONFIG_SLAB_DEBUG? Alternatively use SLUB debugging for better debugging >> without rebuilding. > > This runs with KASAN which is way more powerful than slab/slub debug. > > There two other recent crashes in bpf_test_finish which has more info: > > https://syzkaller.appspot.com/bug?id=f831c88feddf5f4de09b846bbe53e5b8c06e5c02 > https://syzkaller.appspot.com/bug?id=059cee5623ce519359e7440ba6d0d6af8b82694e Fyi, looking into the two today as well.