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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 03D64C43465 for ; Sat, 19 Sep 2020 18:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B51EB20874 for ; Sat, 19 Sep 2020 18:10:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600539032; bh=ng7qoQuro8I40AS+rk/GWBwGyH15HMQ2lDGOq46y4z4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=a38TfyUMF+fUfZGdipm9hRfIiX9OqUDjUNmu5B3xN59s5hZ/mboE9zUS712CtDifa xBp/6xpmWuXxT7aNQy9uKcHG4swCVVEtVXGpVSEl9igF+LlBMKrzHBEuMoZ7P2+aU/ pAnLAovsSwe7A9XQx13+YB/gIWJDW3NfrLsU1/BU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726559AbgISSKb (ORCPT ); Sat, 19 Sep 2020 14:10:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:47556 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726449AbgISSKb (ORCPT ); Sat, 19 Sep 2020 14:10:31 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 7DC222075E; Sat, 19 Sep 2020 18:10:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600539030; bh=ng7qoQuro8I40AS+rk/GWBwGyH15HMQ2lDGOq46y4z4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cpvwH2KrCL/Wnp9RLnIilCAmFNGJnA/Xz3AeEVRdVfqGVPzVfVP0VofE667VVToHs jwuf3LzAoLV6m+kZlGbQJM0pqhCaQGX9sb9Q+5Pml3db5kddP3elGivYKzJVOST361 sxBp9dKbdTYoXsXbuK/Lzs7A2Rtdn2z8KHlU/og8= Date: Sat, 19 Sep 2020 14:10:29 -0400 From: Sasha Levin To: Frederic Barrat Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Andrew Donnellan , Michael Ellerman , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH AUTOSEL 5.4 101/330] powerpc/powernv/ioda: Fix ref count for devices with their own PE Message-ID: <20200919181029.GI2431@sasha-vm> References: <20200918020110.2063155-1-sashal@kernel.org> <20200918020110.2063155-101-sashal@kernel.org> <52532d8a-8e90-8a68-07bd-5a3e08c58475@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <52532d8a-8e90-8a68-07bd-5a3e08c58475@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 18, 2020 at 08:35:06AM +0200, Frederic Barrat wrote: > > >Le 18/09/2020 à 03:57, Sasha Levin a écrit : >>From: Frederic Barrat >> >>[ Upstream commit 05dd7da76986937fb288b4213b1fa10dbe0d1b33 ] >> > >This patch is not desirable for stable, for 5.4 and 4.19 (it was >already flagged by autosel back in April. Not sure why it's showing >again now) Hey Fred, This was a bit of a "lie", it wasn't a run of AUTOSEL, but rather an audit of patches that went into distro/vendor trees but not into the upstream stable trees. I can see that this patch was pulled into Ubuntu's 5.4 tree, is it not needed in the upstream stable tree? -- Thanks, Sasha