From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752765AbdATQJl (ORCPT ); Fri, 20 Jan 2017 11:09:41 -0500 Received: from mail-pf0-f172.google.com ([209.85.192.172]:34708 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752373AbdATQJj (ORCPT ); Fri, 20 Jan 2017 11:09:39 -0500 Subject: Re: [lkp-robot] [rcu] b332151a29: kernel_BUG_at_mm/slab.c To: Sebastian Andrzej Siewior , kernel test robot References: <20170119010216.GA8287@yexl-desktop> <20170120160123.z4llgm4qaaemkp52@linutronix.de> Cc: "Paul E. McKenney" , LKML , lkp@01.org, linux-scsi@vger.kernel.org, tglx@linutronix.de, linux-block@vger.kernel.org From: Jens Axboe Message-ID: <32585b54-c2fd-66ea-e636-bdbd387133c1@kernel.dk> Date: Fri, 20 Jan 2017 08:09:36 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170120160123.z4llgm4qaaemkp52@linutronix.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/20/2017 08:01 AM, Sebastian Andrzej Siewior wrote: > On 2017-01-19 09:02:16 [+0800], kernel test robot wrote: >> test-description: Trinity is a linux system call fuzz tester. > > you don't even get to fire up trinity. With and without the patch you > crash very early. > >> +-----------------------------------------------------+------------+------------+ >> | | d5f6ab9c11 | b332151a29 | >> +-----------------------------------------------------+------------+------------+ >> | boot_successes | 0 | 0 | >> | boot_failures | 6 | 8 | >> | WARNING:at_include/linux/kref.h:#kobject_get | 6 | 8 | >> | WARNING:at_arch/x86/mm/dump_pagetables.c:#note_page | 2 | 2 | >> | kernel_BUG_at_mm/slab.c | 0 | 4 | >> | invalid_opcode:#[##]PREEMPT_SMP | 0 | 4 | >> | Kernel_panic-not_syncing:Fatal_exception | 0 | 6 | >> | BUG:unable_to_handle_kernel | 0 | 2 | >> | Oops | 0 | 2 | >> +-----------------------------------------------------+------------+------------+ > > There is no successful boot. The pattern changes with patch in question > applied. > >> [ 8.044624] sd 0:0:0:0: [sda] Synchronizing SCSI cache >> [ 8.055721] slab: double free detected in cache 'kmalloc-32', objp 8af558c0 >> [ 8.057138] ------------[ cut here ]------------ >> [ 8.058085] kernel BUG at mm/slab.c:2624! >> [ 8.059255] invalid opcode: 0000 [#1] PREEMPT SMP Is there a full trace of this? > yes. With and without the patch there is a lot of wrong stuff like > complains about a kobject initialized again. This leads to a double free > at some point. And what patch are we talking about? I don't mind being CC'ed into a thread, but some context and background would be immensely helpful here... -- Jens Axboe