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 0594AC433F5 for ; Fri, 8 Apr 2022 23:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240081AbiDHXuG (ORCPT ); Fri, 8 Apr 2022 19:50:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236542AbiDHXuE (ORCPT ); Fri, 8 Apr 2022 19:50:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 623EC17A8D for ; Fri, 8 Apr 2022 16:47:59 -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 168AFB82DED for ; Fri, 8 Apr 2022 23:47:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90E9CC385A3; Fri, 8 Apr 2022 23:47:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1649461676; bh=sXI60kUyy7cxmz0gQG3mHItdRbMXp951tVN065m6Scs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=yZkVyn2/lOsr2DycApXo2R05rB97eEYV089H4kZevrBe57CHf0GK1F5xl1zZPqugj GjXscV/7HnXh/DTnzH37WSNDRSr8yKVaMN3rKwLTGqwUhIONymaFPhib+D97MgcSo2 iPa2e58EASvspLxVJdaHyz5qhoqXVyTpFNI2vjng= Date: Fri, 8 Apr 2022 16:47:55 -0700 From: Andrew Morton To: Naoya Horiguchi Cc: linux-mm@kvack.org, Mike Kravetz , Miaohe Lin , Yang Shi , Dan Carpenter , Naoya Horiguchi , linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 0/3] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb() Message-Id: <20220408164755.3ef6536c1cdcb38955348a2c@linux-foundation.org> In-Reply-To: <20220408135323.1559401-1-naoya.horiguchi@linux.dev> References: <20220408135323.1559401-1-naoya.horiguchi@linux.dev> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 8 Apr 2022 22:53:20 +0900 Naoya Horiguchi wrote: > I updated v7 (https://lore.kernel.org/linux-mm/20220407112929.1344748-1-naoya.horiguchi@linux.dev/) > based on the comment from Miaohe Lin. Now I have a few additional patches. > Any comments and suggestions are welcomed. As [1/3] is cc:stable I queued that for 5.18-rcX and the other two patches I queued for 5.19. This plan means that [1/3] will be merged into mainline without the other two patches yet present, which is a combination which you may not have tested. Please confirm that this will be OK?