Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366AbcJJSWa (ORCPT ); Mon, 10 Oct 2016 14:22:30 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:35036 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751674AbcJJSW3 (ORCPT ); Mon, 10 Oct 2016 14:22:29 -0400 Date: Mon, 10 Oct 2016 14:22:25 -0400 (EDT) From: CAI Qian To: Rob Herring Cc: Greg Kroah-Hartman , linux-kernel Message-ID: <413753922.104089.1476123745966.JavaMail.zimbra@redhat.com> In-Reply-To: References: <907882571.66590.1476113724660.JavaMail.zimbra@redhat.com> <1219480016.67057.1476113847440.JavaMail.zimbra@redhat.com> <20161010172023.GA7148@kroah.com> Subject: Re: kasan inline + CONFIG_DEBUG_TEST_DRIVER_REMOVE kernel panic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.41.13] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - GC45 (Linux)/8.0.6_GA_5922) Thread-Topic: kasan inline + CONFIG_DEBUG_TEST_DRIVER_REMOVE kernel panic Thread-Index: c9FHSc3R98AM9c8Vi7QU9RlfKQ/Xpg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 25 ----- Original Message ----- > From: "Rob Herring" > To: "Greg Kroah-Hartman" > Cc: "CAI Qian" , "linux-kernel" > Sent: Monday, October 10, 2016 2:15:29 PM > Subject: Re: kasan inline + CONFIG_DEBUG_TEST_DRIVER_REMOVE kernel panic > > On Mon, Oct 10, 2016 at 12:20 PM, Greg Kroah-Hartman > wrote: > > On Mon, Oct 10, 2016 at 11:37:27AM -0400, CAI Qian wrote: > >> Not sure if anyone reported this before. With this kernel config, it is > >> 100% kernel panic so far with today's > >> mainline master HEAD. > >> > >> http://people.redhat.com/qcai/tmp/config-kasan-remove > > > > Oh it breaks things with kasan disabled as well :) > > > > See Laszlo's bug report already a few hours ago, Rob is on it... > > I think this one is different though. It has a remove() hook. FYI, this can also be reproduced without kasan. CAI Qian