From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9583E1E98EA; Fri, 21 Feb 2025 15:57:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740153466; cv=none; b=c1/E/SgpUDYnvxJYvlMsm/jjQmlQ/rLobomxWAybWa8+gC/vsjrZv3cdjkaoo9KusOd+XuqVL32U5B7DqSO7RE3f2j9LtTV8yA5AztXng7wHsu2uC8wa0jgvAl26XzRg7oIBDkdt3lGs+wPlCNCHxOXOPQvhnBufuOWX7/5o7Q4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740153466; c=relaxed/simple; bh=Vc3rfJd1qY4rYvuXbv9F9d9mMQ8w9+j60yQ9jjwcKbI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dEKPVFMiPnXdiow4u9YjmPQUnBrUCxRhvbAHmj1XpCaS5kP0g2oUIVPoBcyI0UaX4BAh+bfXnQONWaTjIWjTIb6pLbxtrS+H6Pxw3LpGwmGmTNsVvc7BwfRjo/6JqKo9mE9gbpvet5e8zPdg5ntciBz6Tth25lqeN0+Vbmg+gv4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=AZpFcKvh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="AZpFcKvh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80C3BC4CED6; Fri, 21 Feb 2025 15:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1740153466; bh=Vc3rfJd1qY4rYvuXbv9F9d9mMQ8w9+j60yQ9jjwcKbI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AZpFcKvhFt5R2TmN9jBlquTF+MLYwMuK72JJ/Yd6jJ5UqxJeEDyzjyR3D9gMOWeTQ XUfIQZVW03Rq6uNRTutrUaib9gD+HeZdExceXOE+3AsFYlTqEnXFtt+1SBn1bUBGrs TJVFD3EeXBrxsQM4FIUjJHs06GZHET9hMGvUASYk= Date: Fri, 21 Feb 2025 16:57:43 +0100 From: Greg KH To: Uros Bizjak Cc: catherine.hoang@oracle.com, cem@kernel.org, chandan.babu@oracle.com, dchinner@redhat.com, djwong@kernel.org, hch@infradead.org, xfs-stable@lists.linux.dev, stable-commits@vger.kernel.org Subject: Re: Patch "xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()" has been added to the 6.6-stable tree Message-ID: <2025022125-blurb-rejoice-aa96@gregkh> References: <20250205214025.72516-16-catherine.hoang@oracle.com> <2025022129-fender-syndrome-9e27@gregkh> Precedence: bulk X-Mailing-List: xfs-stable@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Feb 21, 2025 at 04:33:13PM +0100, Uros Bizjak wrote: > On Fri, Feb 21, 2025 at 4:24 PM wrote: > > > > > > This is a note to let you know that I've just added the patch titled > > > > xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate() > > > > to the 6.6-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > xfs-use-try_cmpxchg-in-xlog_cil_insert_pcp_aggregate.patch > > and it can be found in the queue-6.6 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > Dear stable maintainers, > > the referred patch has a follow-up patch that optimizes this part even further: > > "xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()" > > commit 214093534f3c046bf5acc9affbf4e6bd9af4538b upstream. I'll let the xfs maintainers handle this :) thanks, greg k-h