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 B9C2CC54EE9 for ; Fri, 2 Sep 2022 15:59:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236755AbiIBP7h (ORCPT ); Fri, 2 Sep 2022 11:59:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236498AbiIBP7S (ORCPT ); Fri, 2 Sep 2022 11:59:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37AECE01B; Fri, 2 Sep 2022 08:53:57 -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 dfw.source.kernel.org (Postfix) with ESMTPS id C884762013; Fri, 2 Sep 2022 15:53:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5D8BC433C1; Fri, 2 Sep 2022 15:53:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662134036; bh=QCgsK1Pg/IUXYOh9bTRo6nAIJJyhIyOeOefYBPTtfj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=spev8F1cnhg+nd67NQ7dvkwlZQxYdDSFsxF+E3LzKpHq02IBBKUKd9xNp7C58eXCj fkwtmIPqCb1iubyS38gqS72tgD1/NIdLHL+CHlEKmG+P6YOWiBR0G8qCvwjqiqC3LL FCzEOa5b5C/1rQYzvEUiGXlS0Fd7X6lH6G93/rSeO3CSonys6ARvKghX2TBzKgvLp5 Hi8rn6Q/NsgBQtpk2bQJJDwr4pJZFq4+QTszQ4NFBGe3LmeckcOWysV6X65hmOz81Z Jzkp5ht7DUuM1L5sW9LnzPSEQbSA8YlfhMpzB+cdZ+oIY1A9tMN/BH7Kx8BKK07xHs 2505usmYmntqA== Date: Fri, 2 Sep 2022 18:53:51 +0300 From: Jarkko Sakkinen To: Reinette Chatre Cc: linux-sgx@vger.kernel.org, Haitao Huang , Vijay Dhanraj , Dave Hansen , Paul Menzel , stable@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , "H. Peter Anvin" , "open list:X86 ARCHITECTURE (32-BIT AND 64-BIT)" Subject: Re: [PATCH v2 2/6] x86/sgx: Do not consider unsanitized pages an error Message-ID: References: <20220831173829.126661-1-jarkko@kernel.org> <20220831173829.126661-3-jarkko@kernel.org> <24906e57-461f-6c94-9e78-0d8507df01bb@intel.com> <84b8eb06-7b77-675f-5bc8-292fe27dd2f5@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 02, 2022 at 04:26:51PM +0300, Jarkko Sakkinen wrote: > + if (ret) > + pr_err("%ld unsanitized pages\n", left_dirty); Yeah, I know, should be 'left_dirty'. I just quickly drafted the patch for the email. BR, Jarkko