From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf0-x242.google.com ([2607:f8b0:400e:c00::242]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cc1EX-0005Tg-6p for linux-mtd@lists.infradead.org; Fri, 10 Feb 2017 02:46:51 +0000 Received: by mail-pf0-x242.google.com with SMTP id 19so1441855pfo.3 for ; Thu, 09 Feb 2017 18:46:27 -0800 (PST) Date: Thu, 9 Feb 2017 18:46:24 -0800 From: Brian Norris To: Cyrille Pitchen Cc: Heiner Kallweit , Marek Vasut , Boris BREZILLON , Cyrille Pitchen , David Woodhouse , MTD Maling List , Richard Weinberger , Mark Brown Subject: Re: [GIT PULL] mtd: spi-nor: Changes for 4.11 Message-ID: <20170210024624.GA142725@google.com> References: <2f46eee5-35c1-291a-52e9-132ced5749a9@atmel.com> <1e124883-d21a-8066-2c22-e9aae98dd775@gmail.com> <0e2e8e2b-4003-5dae-2f6d-f72375d9ca03@gmail.com> <20170208190939.GA97840@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170208190939.GA97840@google.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Feb 08, 2017 at 11:09:39AM -0800, Brian Norris wrote: > On Wed, Feb 08, 2017 at 11:36:10AM +0100, Cyrille Pitchen wrote: > > Le 08/02/2017 à 06:52, Heiner Kallweit a écrit : > > > Am 08.02.2017 um 02:09 schrieb Marek Vasut: > > >> On 02/07/2017 04:31 PM, Cyrille Pitchen wrote: > > [...] > > >>> Heiner Kallweit (1): > > >>> mtd: m25p80: consider max message size in m25p80_read > > >> > > >> I cannot say I'm super-happy about this particular patch, still ... > > >> > > > W/o it at least the fsl-espi driver is broken for transfers >= 64kB. > > > [...] > One thing I do object to: why is this change marked for stable? It's not > our fault you broke your duct-taped-together SPI driver in 4.9. I don't > think backporting features is the way to satisfy the -stable > requirements. Maybe some reverts would be the right way... OK, I've reviewed the rest of the pull request as well as I care for. I still have this one objection: I don't think this belongs in -stable. Am I crazy? Or else Cyrille, can you remove the stable tag and resend? Or I can go rewrite your history for you and do this... Brian P.S. Also, this stuck out at me in the diffs, and checkpatch complained too. Not a real big deal: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #42: FILE: drivers/mtd/spi-nor/spi-nor.c:83: + * ATMEL flashes) + */ total: 0 errors, 1 warnings, 264 lines checked