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 AEA2DC38A02 for ; Mon, 31 Oct 2022 07:49:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229502AbiJaHtY (ORCPT ); Mon, 31 Oct 2022 03:49:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbiJaHtY (ORCPT ); Mon, 31 Oct 2022 03:49:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B435764F for ; Mon, 31 Oct 2022 00:49:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 47BFEB81188 for ; Mon, 31 Oct 2022 07:49:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8BD6FC433D6; Mon, 31 Oct 2022 07:49:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667202560; bh=VvY0auFKerEEweXqVBe7CD172oz7o2zwvd2w+EkIGsM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VBOPZiHz8AZnJ2Fc/Uuqk39ZWwdH1R9DCdbd7ai28KInflCaDvpci9vB3pZu3veuJ RLzyL/HBakWovqhNUuEO+s0H9aSOX98BXA/o+7I1fJ+gTozK8ccyUtpWozneQCvqwy iuwcwsGp/8994zJKnPd4gXKEi9x7sUd8dH5eBsXM= Date: Mon, 31 Oct 2022 08:50:17 +0100 From: Greg KH To: Mike Kravetz Cc: riel@surriel.com, akpm@linux-foundation.org, gkmccready@meta.com, n-horiguchi@ah.jp.nec.com, songmuchun@bytedance.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mm,hugetlb: take hugetlb_lock before decrementing" failed to apply to 4.9-stable tree Message-ID: References: <1666796846105131@kroah.com> 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 Thu, Oct 27, 2022 at 11:25:03AM -0700, Mike Kravetz wrote: > On 10/26/22 17:07, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.9-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 . > > >From c90324c242ddfabe1cc328bdeda1e2cbf4b77d61 Mon Sep 17 00:00:00 2001 > From: Rik van Riel > Date: Wed, 26 Oct 2022 13:28:04 -0700 > Subject: [PATCH] mm,hugetlb: take hugetlb_lock before decrementing > h->resv_huge_pages > > commit 12df140f0bdfae5dcfc81800970dd7f6f632e00c upstream. All now queued up, thanks. greg k-h