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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BF0DE8FDDD for ; Wed, 4 Oct 2023 09:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242018AbjJDJOY (ORCPT ); Wed, 4 Oct 2023 05:14:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241974AbjJDJOS (ORCPT ); Wed, 4 Oct 2023 05:14:18 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B39C7B0 for ; Wed, 4 Oct 2023 02:14:14 -0700 (PDT) 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 10164DA7; Wed, 4 Oct 2023 02:14:53 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.95.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E32593F59C; Wed, 4 Oct 2023 02:14:13 -0700 (PDT) Date: Wed, 4 Oct 2023 10:14:08 +0100 From: Mark Rutland To: Sasha Levin Cc: stable@vger.kernel.org Subject: Re: v6.5 backport request: 6d2779ecaeb56f92 ("locking/atomic: scripts: fix fallback ifdeffery") Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 03, 2023 at 12:37:45PM -0400, Sasha Levin wrote: > On Tue, Oct 03, 2023 at 05:18:26PM +0100, Mark Rutland wrote: > > Hi, > > > > Could we please backport commit: > > > > 6d2779ecaeb56f92d7105c56772346c71c88c278 > > ("locking/atomic: scripts: fix fallback ifdeffery") > > > > ... to the 6.5.y stable tree? > > > > I forgot to Cc stable when I submitted the original patch, and had (mistakenly) > > assumed that the Fixes tag was sufficient. > > > > The patch fixes a dentry cache corruption issue observed on arm64 and which is > > in theory possible on other architectures. I've recevied an off-list report > > from someone who's hit the issue on the v6.5.y tree specifically. > > Already done, it came in via AUTOSEL. Ah! Thanks for confirming, and sorry for the noise. :) I see now that that's in stable-queue.git -- I'll remember to go check that too in future. Mark.