From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9BC621422C5 for ; Mon, 29 Jul 2024 09:55:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722246908; cv=none; b=tM8htCNe2RSZxmHI/uUSAnQXdLvVWyMpMV+YiqDQMrkXIBjg0Rg9kekYrZdw7efquysq0P/DSy4t6Y8m1wzLPa+tE+B+gJe8SVnzqj2rxpFFb76+HLyHQzd7rKJc7gqIgleRqpMWvAehbcuGwepbUqPmi3ZQprwJdbuEuI0la/s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722246908; c=relaxed/simple; bh=QMQUs5dBec3jLLH3GDOuuG4Czix4bZYvDrgPsy5L5Sw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KN6+3hFGwnZIDSex8rcvXWcd6NrOxQVVkb03ZtjQBT2eIeVxknQnVhEqScaVjtAGPoKyqvyKokNKMq71BSbzpSO/CPKv0gcs7h0uOSRJ9JpX0hzNTsEOLk7qKg9A/EnuXGCZFr4SAfigVCUjUsYb9/uVxekhE1q0e2Kb0TcrN/o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 702741007; Mon, 29 Jul 2024 02:55:31 -0700 (PDT) Received: from arm.com (unknown [10.57.13.219]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1FF453F64C; Mon, 29 Jul 2024 02:55:04 -0700 (PDT) Date: Mon, 29 Jul 2024 10:55:02 +0100 From: Catalin Marinas To: Greg KH Cc: Marc Zyngier , stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] irqchip/gic-v3: Fix 'broken_rdists' unused warning when !SMP" failed to apply to 6.10-stable tree Message-ID: References: <2024072916-brewing-cavalier-a90a@gregkh> <86wml41uup.wl-maz@kernel.org> <2024072946-charbroil-emporium-ca54@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2024072946-charbroil-emporium-ca54@gregkh> On Mon, Jul 29, 2024 at 10:20:03AM +0200, Greg Kroah-Hartman wrote: > On Mon, Jul 29, 2024 at 09:10:54AM +0100, Marc Zyngier wrote: > > On Mon, 29 Jul 2024 08:51:16 +0100, > > wrote: > > > The patch below does not apply to the 6.10-stable tree. > > > If someone wants it applied there, or to any other stable or longterm > > > tree, then please email the backport, including the original git commit > > > id to . > > > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.10.y > > > git checkout FETCH_HEAD > > > git cherry-pick -x 080402007007ca1bed8bcb103625137a5c8446c6 > > > # > > > git commit -s > > > git send-email --to '' --in-reply-to '2024072916-brewing-cavalier-a90a@gregkh' --subject-prefix 'PATCH 6.10.y' HEAD^.. > > > > > > Possible dependencies: > > > > > > 080402007007 ("irqchip/gic-v3: Fix 'broken_rdists' unused warning when !SMP and !ACPI") > > > d633da5d3ab1 ("irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs") > > > fa2dabe57220 ("irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()") > > > > None of these three patches should be stable candidate for 6.10. They > > only matter to CPU hotplug, which is a new feature for 6.11 and has > > no purpose being backported. > > That's fine, thanks, it was odd that this commit was tagged for stable > inclusion at all... Ah, sorry, my script for generating the Fixes line inserted a cc stable and I missed it. It should have only had the Fixes tag for something that went in 6.11, no backports. -- Catalin