Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp1703084pxv; Fri, 25 Jun 2021 21:14:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyFF81oC/Tn02mGDP2Aqd+nhUoNNKFVsliocjIs1OqwQYeaWqksafYWLKnYfQcZxDTmQu3t X-Received: by 2002:a17:906:d20b:: with SMTP id w11mr14490405ejz.242.1624680875672; Fri, 25 Jun 2021 21:14:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624680875; cv=none; d=google.com; s=arc-20160816; b=bSqq4VVruQXBJ3wVOQUaBEvb5CwZ6mQ1+MA24DMxvYOoCFz48i1r0tHCmgCopqJIAR G2xIOUx+d+YmcZW5VKzLCVjNjt748W67iJIeSht1/hm1SpG0SSCYoiBChcYIskKhnLdT dIt2fkGl59BwA88cqH5ustk5FLehuPyFVWbr9fBNjqi29Cu4Ca56/9e29P8yzTfQgrYA frx6nkw3gn2pL2Amn6JxfOmJKR0c86FNgC6mPNqofOZBcaGO18+xfvvhnKaB6HrINQVv rxZWfrmarsjmCVJD/LLT0hUDPzVFvD3mHjtTHV3d1xU5LJlyjJazdO0gTEC4//nowOwT q0+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=XpZILqZVQDbS89Cd4cqm/LnB4W1LBo4lZBldYqRZ40c=; b=Y5S/CzkBApk+nF6WrFB+qoGu7Vsj3xoXlH4QhGxmPSgVHU1Y6d8ACqzE8ldOootGYp XEPvdadbLs28PrlYerHQTZTQtZ3jQI2q0P1ZxtE+RyKfT0ohoFT3nfSG2Utzuf8uHJEt sxlEandCZoJIatIurs2Qm2XCashJzcf77s1yz7mfD4k3vueoQoDK7PdFMRA3wb8dZLYW 59VRTxT5TRg4UJlt9MYV0OpnnevRFyNMWAOrbTxEVYW6mXqYeTVH1O/0Siex0yyOZDvY 0zKlShab0L2nBJ9n4FchzVmC2ic+RuE3jz2Pbi5Nrmj7w1HM+Gpte1l/7scc2sHwsoVC R9iA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j6si8075530edv.294.2021.06.25.21.14.12; Fri, 25 Jun 2021 21:14:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230131AbhFZEOn (ORCPT + 99 others); Sat, 26 Jun 2021 00:14:43 -0400 Received: from angie.orcam.me.uk ([78.133.224.34]:60080 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhFZEOm (ORCPT ); Sat, 26 Jun 2021 00:14:42 -0400 Received: by angie.orcam.me.uk (Postfix, from userid 500) id EE0AD92009C; Sat, 26 Jun 2021 06:12:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id E80E592009B; Sat, 26 Jun 2021 06:12:19 +0200 (CEST) Date: Sat, 26 Jun 2021 06:12:19 +0200 (CEST) From: "Maciej W. Rozycki" To: Greg Kroah-Hartman cc: Andy Shevchenko , Jiri Slaby , Thomas Bogendoerfer , "linux-serial@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] serial: 8250: Mask out floating 16/32-bit bus bits In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Jun 2021, Greg Kroah-Hartman wrote: > On Fri, Jun 11, 2021 at 09:40:31AM +0300, Andy Shevchenko wrote: > > > Signed-off-by: Maciej W. Rozycki > > > Fixes: 1da177e4c3f4 ("Linux-2.6.12- > > > > > > Please, find the history group repository (Git.kernel.org) and use proper > > hash of the real commit. Thanks for making me aware of that repo, it can be helpful. > There is no real need to do that, I'll just put a "cc: stable" in here > and it will go back as far as we currently maintain. I've posted v2 then, with Jiri's concern addressed and a "cc: stable" annotation. Originally I didn't think this series is worth backporting, but if you'd rather do so, then of course I'm fine with that. Maciej