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 05717C433F5 for ; Thu, 21 Apr 2022 06:54:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385390AbiDUG4s (ORCPT ); Thu, 21 Apr 2022 02:56:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385379AbiDUG43 (ORCPT ); Thu, 21 Apr 2022 02:56:29 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F1E418350; Wed, 20 Apr 2022 23:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=e3Har+rE46oN9tVjkAakWJYHtW OE12i0bttnBLRZvoim2RjDmKYMhJU6CdbbkaxcamE92w072N9viXb0rmwsbceO+WfuChRoR/Wnmad G5ms2QSGlpBKVMq2Pw2eVSnnUrSy2ULzARQAvnS54YpP9CQN1Q2QidrDiQRGY5gEHcDEyZR5/8oTC 1EohFfCdTUl2kAImUgj7b1lJ2fjrYdFiMnfbXydn36owPdYfkvh2YPX2IfX9zxZ8ZUjD8liueYU7y I1cSRM4gdJEoT3d8zqAgirt3CCWvXJ9OFOWc0BVrtm5niA4GZ87nGGMhJigTFOY/ohwCYDlyLIbDh +ux3nKJg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQfT-00BsA0-CB; Thu, 21 Apr 2022 06:51:55 +0000 Date: Wed, 20 Apr 2022 23:51:55 -0700 From: Christoph Hellwig To: Jane Chu Cc: dan.j.williams@intel.com, bp@alien8.de, hch@infradead.org, dave.hansen@intel.com, peterz@infradead.org, luto@kernel.org, david@fromorbit.com, djwong@kernel.org, linux-fsdevel@vger.kernel.org, nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org, x86@kernel.org, vishal.l.verma@intel.com, dave.jiang@intel.com, agk@redhat.com, snitzer@redhat.com, dm-devel@redhat.com, ira.weiny@intel.com, willy@infradead.org, vgoyal@redhat.com Subject: Re: [PATCH v8 3/7] mce: fix set_mce_nospec to always unmap the whole page Message-ID: References: <20220420020435.90326-1-jane.chu@oracle.com> <20220420020435.90326-4-jane.chu@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220420020435.90326-4-jane.chu@oracle.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig