From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48847 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753872AbbE1P6v (ORCPT ); Thu, 28 May 2015 11:58:51 -0400 Date: Thu, 28 May 2015 08:58:49 -0700 From: Greg KH To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Lior Amsalem , Tawfik Bayouk , Boris Brezillon , stable@vger.kernel.org, Nadav Haklai Subject: Re: [PATCH 2/3] Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window" Message-ID: <20150528155849.GA14460@kroah.com> References: <1432802414-12355-1-git-send-email-thomas.petazzoni@free-electrons.com> <1432802414-12355-3-git-send-email-thomas.petazzoni@free-electrons.com> <2099675.EoA8CYtzXr@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2099675.EoA8CYtzXr@wuerfel> Sender: stable-owner@vger.kernel.org List-ID: On Thu, May 28, 2015 at 10:49:46AM +0200, Arnd Bergmann wrote: > On Thursday 28 May 2015 10:40:13 Thomas Petazzoni wrote: > > Fixes: 1737cac69369 ("bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window") > > Cc: # v4.0+ > > --- > > drivers/bus/mvebu-mbus.c | 105 ++++++++--------------------------------------- > > 1 file changed, 16 insertions(+), 89 deletions(-) > > Hmm, the stable kernel rules say that a patch cannot exceed 100 > lines with context, so this one is technically too large. "Technically" yes, but really, it's a guideline, if this is a revert, this should be fine, I don't have an objection to taking it. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Thu, 28 May 2015 08:58:49 -0700 Subject: [PATCH 2/3] Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window" In-Reply-To: <2099675.EoA8CYtzXr@wuerfel> References: <1432802414-12355-1-git-send-email-thomas.petazzoni@free-electrons.com> <1432802414-12355-3-git-send-email-thomas.petazzoni@free-electrons.com> <2099675.EoA8CYtzXr@wuerfel> Message-ID: <20150528155849.GA14460@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 28, 2015 at 10:49:46AM +0200, Arnd Bergmann wrote: > On Thursday 28 May 2015 10:40:13 Thomas Petazzoni wrote: > > Fixes: 1737cac69369 ("bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window") > > Cc: # v4.0+ > > --- > > drivers/bus/mvebu-mbus.c | 105 ++++++++--------------------------------------- > > 1 file changed, 16 insertions(+), 89 deletions(-) > > Hmm, the stable kernel rules say that a patch cannot exceed 100 > lines with context, so this one is technically too large. "Technically" yes, but really, it's a guideline, if this is a revert, this should be fine, I don't have an objection to taking it. thanks, greg k-h