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 AE9661CC8AE for ; Tue, 19 Nov 2024 13:28:28 +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=1732022908; cv=none; b=bLHANoGpbI7QjxCI8Pn+NFBe76++2rEWCOTwnDXK8avjyHbC0G81tS5nO6C/dXFivZBMJxS18b18WJCndiSv52nEDaK/aMvajAj0LFIien/0WSJD5f3A9PELGhXe56mWXwvMd8+i5TQI/NC/KYVhb5LtIM6lKkELBBKEX2VYGJU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732022908; c=relaxed/simple; bh=viBHZY6PndLnOEsoBN3+z5LCu8zb7PQAg0Hsh7tA2ec=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sW9FUgjbP/qipJiU7DoHKyZlEzHM5VPQWStXU+yFWAEO08na6Ny1ERxJmK/xctLbtVNKAFBHVYiZQCIxq/WFKvmlec4PP5V+1eo1xHgU8dlixCfQeXG9ZlIiX/7I8Hi7dFAYUZPndBmK+89ctMdXGb1DrY+sQUwBz/lqUpMNbTM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=MCfA1irf; 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="MCfA1irf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 256A2C4CECF; Tue, 19 Nov 2024 13:28:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1732022908; bh=viBHZY6PndLnOEsoBN3+z5LCu8zb7PQAg0Hsh7tA2ec=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MCfA1irfc9K6TvdRoVOHi8SUdVoDzvBs5HHxn7q3RKQDZ5WSGp812MJWvDJXoeiDl OEUJ20874IPJXf0z5kESjUPRAth/pXq7s4zl86KYLCpXtPvdZQmaBlEErCaFYjnk0z 1FQ5MDJ7K2KoOetnUz6aVk/tTjwvEW2zjSeWSmzw= Date: Tue, 19 Nov 2024 14:28:04 +0100 From: Greg KH To: Hugh Dickins Cc: akpm@linux-foundation.org, aha310510@gmail.com, chuck.lever@oracle.com, stable@vger.kernel.org, yuzhao@google.com Subject: Re: FAILED: patch "[PATCH] mm: revert "mm: shmem: fix data-race in shmem_getattr()"" failed to apply to 5.15-stable tree Message-ID: <2024111954-repulsive-kissing-add0@gregkh> References: <2024111702-gonad-immobile-513e@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: On Sun, Nov 17, 2024 at 08:53:17PM -0800, Hugh Dickins wrote: > On Sun, 17 Nov 2024, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.15-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-5.15.y > > git checkout FETCH_HEAD > > git cherry-pick -x d1aa0c04294e29883d65eac6c2f72fe95cc7c049 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2024111702-gonad-immobile-513e@gregkh' --subject-prefix 'PATCH 5.15.y' HEAD^.. > > For 5.15 please use this replacement patch: Now queued up, thanks. greg k-h