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 47EC5C4321E for ; Wed, 6 Apr 2022 07:10:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245118AbiDFHK7 (ORCPT ); Wed, 6 Apr 2022 03:10:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1577080AbiDFGqV (ORCPT ); Wed, 6 Apr 2022 02:46:21 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E4C733B034; Tue, 5 Apr 2022 22:02:38 -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=zVzOJHB+H8iRFesrU56/irhLie iotr0hTlovIEUo912dvxARnVVCx6t6DV5lAx3zYKJlziIWEIfBrQ2zHnoFGaXQArPy9yyleUBXZmy pcIeBBzTX5JO/9vOb1ylmeBxT6apqXjjcd097JL406v8Y9igNE3OekXQLIU2opodfRk9z+uZR8EBM ZENWWoW9nwsdzMlLUzWTiTUAqYmS9bDVVwNXqTfku2sCLg+qt17ZOU252slhdrpCoRp0iiCMEw6Lk npUn9CChNnTsibkXBIRvfe/Owu2Uif45+Jt/ZD4Va6+XLoSNc238sTIDC/EIq111ltS3JHktff1/A dWXBkYHQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbxoN-003n8x-HC; Wed, 06 Apr 2022 05:02:31 +0000 Date: Tue, 5 Apr 2022 22:02:31 -0700 From: Christoph Hellwig To: Jane Chu Cc: david@fromorbit.com, djwong@kernel.org, dan.j.williams@intel.com, hch@infradead.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, linux-fsdevel@vger.kernel.org, nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page Message-ID: References: <20220405194747.2386619-1-jane.chu@oracle.com> <20220405194747.2386619-4-jane.chu@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220405194747.2386619-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