Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752036AbdFMESy (ORCPT ); Tue, 13 Jun 2017 00:18:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59376 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbdFMESx (ORCPT ); Tue, 13 Jun 2017 00:18:53 -0400 Date: Tue, 13 Jun 2017 06:18:42 +0200 From: Greg Kroah-Hartman To: Logan Gunthorpe Cc: Bjorn Helgaas , kernel test robot , Linus Torvalds , LKP , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas , wfg@linux.intel.com, Alan Cox , Arnd Bergmann , Linus Walleij , David Airlie , David Herrmann , Daniel Vetter Subject: Re: [Merge tag 'pci-v4.12-changes' of git] 857f864014: BUG: unable to handle kernel NULL pointer dereference at 00000000000000a8 Message-ID: <20170613041842.GA13308@kroah.com> References: <5933fe2d.V33ODGPU9noDVuyF%fengguang.wu@intel.com> <20170606175552.GA12672@bhelgaas-glaptop.roam.corp.google.com> <20170612200852.GA28578@bhelgaas-glaptop.roam.corp.google.com> <61e11e67-6c1b-ef1e-5fb8-a7c9efb17666@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <61e11e67-6c1b-ef1e-5fb8-a7c9efb17666@deltatee.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 607 Lines: 14 On Mon, Jun 12, 2017 at 05:34:59PM -0600, Logan Gunthorpe wrote: > 1) The test we are looking at is overrunning the dynamic char dev major > numbers by a lot. On a successful run, it gets down to 216 where the > limit is 234. Thus, there are 18 too many major numbers assigned and the > fact that this test used to work is really just luck. (I've cc'd > developers from 49db08c3 for this issue.) What test causes so many major numbers to be allocated? Is this in-kernel test code? Do you really have a system that requires so many different drivers that all want a dynamic char major? thanks, gre gk-h