From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF0D6C169C4 for ; Thu, 31 Jan 2019 21:16:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AC0F2218AF for ; Thu, 31 Jan 2019 21:16:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548969393; bh=jzfhq+lSjx8bHSJViXbezFk2cruXD6qur/HQy+p+k08=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nzZ6vCSHEBG6OmjHKtpbLeb1JnOstwPvdAyctcTY9ptzGQ2OlbutA5fIuoeNJpa+Z axETHeyj14QW1ZAcYHInMZEnkdEFZDbiIFaF8U0Z0bHIxBIIww1hNruZUcSXLh78oy 1afNuFvZr+D3LaM1tcfjebErm4+NwT3hRba7NN0s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726543AbfAaVQd (ORCPT ); Thu, 31 Jan 2019 16:16:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:59942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbfAaVQc (ORCPT ); Thu, 31 Jan 2019 16:16:32 -0500 Received: from localhost (unknown [64.22.249.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 53F6A20869; Thu, 31 Jan 2019 21:16:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548969391; bh=jzfhq+lSjx8bHSJViXbezFk2cruXD6qur/HQy+p+k08=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qq1lwA7/rv/dH8gS71OKn7mLY3mDDUZ70jpkLNP4TXp1PmlswVNFAXKbDbciQEYkb Z2jlCCQVyLOdw3D6uNgQvewj9rB/I+hx4GOWImfomJTnAsxEu4CVvUrSD0TEj2tKla X/2WaCWiFj4KSqtKVf8VTYm44iMPzpyRsDDRw+TI= Date: Thu, 31 Jan 2019 15:16:30 -0600 From: Bjorn Helgaas To: Arnd Bergmann Cc: Lorenzo Pieralisi , Rob Herring , linux-pci , Russell King , "# 3.4.x" , Robin Leblon , Olof Johansson , Koen Vandeputte , Linux ARM Subject: Re: [PATCH v2 1/2] arm: cns3xxx: fix writing to wrong PCI registers after alignment Message-ID: <20190131211629.GO229773@google.com> References: <20190107134510.32494-1-koen.vandeputte@ncentric.com> <20190124115656.GA23362@e107981-ln.cambridge.arm.com> <47437c58-d7b3-f77c-7bc7-973373f1e78e@ncentric.com> <20190124162759.GA28871@e107981-ln.cambridge.arm.com> <20190130230604.GM229773@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, Jan 31, 2019 at 09:00:30AM +0100, Arnd Bergmann wrote: > On Thu, Jan 31, 2019 at 12:06 AM Bjorn Helgaas wrote: > > On Wed, Jan 30, 2019 at 11:08:04PM +0100, Arnd Bergmann wrote: > > > On Thu, Jan 24, 2019 at 5:29 PM Lorenzo Pieralisi > > > wrote: > > > > On Thu, Jan 24, 2019 at 04:23:05PM +0100, Koen Vandeputte wrote: > > > > > On 24.01.19 12:56, Lorenzo Pieralisi wrote: > > > > > >On Mon, Jan 07, 2019 at 02:45:09PM +0100, Koen Vandeputte wrote: > > > > > Purely for my information: > > > > > > > > > > Testing on a lot of devices here shows a huge improvement towards stability. > > > > > Is it possible to get it merged sooner? > > > > > Does "queued for 5.1" also mean that backporting to stables only will happen > > > > > at 5.1_rc1 release? > > > > > > > > Yes, I will ask Bjorn if we can send them for one of the upcoming -rc* > > > > (so effectively you will get them in v5.0 and propagated to stable > > > > earlier), I do not think it is that urgent either though, let me handle > > > > that. > > > > > > We can take them through the soc tree if that's easier, but > > > going through Bjorn's tree is also fine. > > > > I have the following on my for-linus branch and I'll ask Linus to pull them > > this week, so they will appear in v5.0: > > > > b8b592a3a8d1 ARM: cns3xxx: use actual size reads for PCIe > > b3a32f359397 ARM: cns3xxx: fix writing to wrong PCI registers after alignment > > Ok, thanks! > > > Neither is currently marked for stable, but I'll add that if you like. > > Yes, I think that would be good, along with > > Acked-by: Arnd Bergmann Added, thanks! Actually I was mistaken: the "use actual size reads" patch *was* marked for stable, but the "fix writing" one was not. I suspect this was intended to be the other way around because AFAIK the "fix writing" patch fixes problems and it makes sense to put it in stable, while the "use actual size reads" patch is more of a cleanup and I don't think there's a benefit to putting *it* in stable. So I added your ack to both and marked only the "fix writing" patch for stable. Bjorn