Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752542AbcDOWJ0 (ORCPT ); Fri, 15 Apr 2016 18:09:26 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:34117 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbcDOWJZ (ORCPT ); Fri, 15 Apr 2016 18:09:25 -0400 Date: Fri, 15 Apr 2016 15:09:21 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Boris Brezillon , David Woodhouse , Richard Weinberger Subject: [GIT PULL] MTD fix for v4.6-rc4 Message-ID: <20160415220921.GN2545@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 32 Hi Linus, The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20160415 for you to fetch changes up to 20c07a5bf094198ff2382aa5e7c930b3c9807792: mtd: nand: Drop mtd.owner requirement in nand_scan (2016-04-02 23:03:51 -0700) ---------------------------------------------------------------- One MTD fix for v4.6-rc4: In the v4.4 cycle, we relaxed the requirement for assigning mtd->owner, but we didn't remove this error case. It's hit only by drivers that are both: (a) using nand_scan() directly and (b) built as modules We haven't seen explicit complaints about this (most use cases don't fit one or both of the above), but we should definitely not be BUG()'ing here. ---------------------------------------------------------------- Ezequiel Garc?a (1): mtd: nand: Drop mtd.owner requirement in nand_scan drivers/mtd/nand/nand_base.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-)