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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 751E2C433F5 for ; Sat, 9 Apr 2022 02:31:05 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id CF2206B0071; Fri, 8 Apr 2022 22:31:04 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id CA1936B0073; Fri, 8 Apr 2022 22:31:04 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id B69506B0074; Fri, 8 Apr 2022 22:31:04 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0097.hostedemail.com [216.40.44.97]) by kanga.kvack.org (Postfix) with ESMTP id A446C6B0071 for ; Fri, 8 Apr 2022 22:31:04 -0400 (EDT) Received: from smtpin25.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 540A3183E9A60 for ; Sat, 9 Apr 2022 02:31:04 +0000 (UTC) X-FDA: 79335763248.25.5B75574 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by imf25.hostedemail.com (Postfix) with ESMTP id D94DAA0007 for ; Sat, 9 Apr 2022 02:31:03 +0000 (UTC) Date: Sat, 9 Apr 2022 11:31:24 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1649471461; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cZZ04yhym7VwWzkRiGv3722dTlanosPffhx8rSLPO8Y=; b=oBQnSY/+woznrpg7QnxgUDOlYHgFxXbLrrTmfEppG1sGCqfHKixiwFOcLpq2OuDBbhHjuG f8RoD4S0/f/w4lqUHeoJnrju5k8EFFk7Ibiy+DhjxeIVxObfF5272f7zE6+Hrkan+0tuZ3 rpO6pDH3B0OIsZafSEo17EK+yqMXE2o= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Naoya Horiguchi To: Andrew Morton 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: <20220409023124.GA1649696@u2004> References: <20220408135323.1559401-1-naoya.horiguchi@linux.dev> <20220408164755.3ef6536c1cdcb38955348a2c@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220408164755.3ef6536c1cdcb38955348a2c@linux-foundation.org> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev X-Rspamd-Server: rspam09 X-Rspam-User: X-Stat-Signature: uhp1z3oqi3b93kjppmwq74p1z8sa4juj Authentication-Results: imf25.hostedemail.com; dkim=pass header.d=linux.dev header.s=key1 header.b="oBQnSY/+"; dmarc=pass (policy=none) header.from=linux.dev; spf=pass (imf25.hostedemail.com: domain of naoya.horiguchi@linux.dev designates 188.165.223.204 as permitted sender) smtp.mailfrom=naoya.horiguchi@linux.dev X-Rspamd-Queue-Id: D94DAA0007 X-HE-Tag: 1649471463-927931 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Apr 08, 2022 at 04:47:55PM -0700, Andrew Morton wrote: > 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? Yes, the plan is fine to me. I've tested the kernel with all 3 patched, but 2/3 and 3/3 are simple and the effect should be predictable. I'll test only with 1/3 next week. Thanks, Naoya Horiguchi