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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B72DEC2D0E2 for ; Tue, 22 Sep 2020 17:03:19 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 1F6F123A9D for ; Tue, 22 Sep 2020 17:03:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RlVCP0k5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F6F123A9D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 4213090001C; Tue, 22 Sep 2020 13:03:18 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 3D1F0900002; Tue, 22 Sep 2020 13:03:18 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 2E7ED90001C; Tue, 22 Sep 2020 13:03:18 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0081.hostedemail.com [216.40.44.81]) by kanga.kvack.org (Postfix) with ESMTP id 193D4900002 for ; Tue, 22 Sep 2020 13:03:18 -0400 (EDT) Received: from smtpin21.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id DF44B181AC9CC for ; Tue, 22 Sep 2020 17:03:17 +0000 (UTC) X-FDA: 77291318034.21.guide02_070e62f2714f Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin21.hostedemail.com (Postfix) with ESMTP id 5B186180442C3 for ; Tue, 22 Sep 2020 17:03:17 +0000 (UTC) X-HE-Tag: guide02_070e62f2714f X-Filterd-Recvd-Size: 2085 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf15.hostedemail.com (Postfix) with ESMTP for ; Tue, 22 Sep 2020 17:03:16 +0000 (UTC) Received: from X1 (unknown [216.241.194.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4C9DE23A9C; Tue, 22 Sep 2020 17:03:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600794195; bh=i5buRdRXnwWI0LnRovp/PjB4N73TIz/1CqNCKVaNQAc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RlVCP0k5vlPan4n6VPH8nEGIeDj70MetdJL077r4li85V4XXFIYdcqR6JEVk1ZlB5 q8aJx8lXd4vpcKLVvyh6nVfTVFZSaDaE6mr1lq0qx+/Y/GgLnPnsiEBW0KbI8YDr/X FIykoudH/MEfnKIGo0nQTquR8pLOrtf+LDBxECXs= Date: Tue, 22 Sep 2020 10:03:14 -0700 From: Andrew Morton To: Oscar Salvador Cc: aris@ruivo.org, naoya.horiguchi@nec.com, mhocko@kernel.org, tony.luck@intel.com, cai@lca.pw, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v7 00/14] HWPOISON: soft offline rework Message-Id: <20200922100314.1871b38a24289f32508c48a0@linux-foundation.org> In-Reply-To: <20200922135650.1634-1-osalvador@suse.de> References: <20200922135650.1634-1-osalvador@suse.de> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000018, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, 22 Sep 2020 15:56:36 +0200 Oscar Salvador wrote: > This patchset is the latest version of soft offline rework patchset > targetted for v5.9. Thanks. Where do we now stand with the followon patches: mmhwpoison-take-free-pages-off-the-buddy-freelists.patch mmhwpoison-drain-pcplists-before-bailing-out-for-non-buddy-zero-refcount-page.patch mmhwpoison-drop-unneeded-pcplist-draining.patch mmhwpoison-drop-unneeded-pcplist-draining-fix.patch mmhwpoison-remove-stale-code.patch I don't have a record of these having been reviewed?