lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <168780603570.404.15377073915465012514.tip-bot2@tip-bot2>
Date:   Mon, 26 Jun 2023 19:00:35 -0000
From:   "tip-bot2 for Dave Hansen" <tip-bot2@...utronix.de>
To:     linux-tip-commits@...r.kernel.org
Cc:     Dave Hansen <dave.hansen@...ux.intel.com>, x86@...nel.org,
        linux-kernel@...r.kernel.org
Subject: [tip: x86/tdx] x86/tdx: Fix up tabs vs. spaces in early init comment

The following commit has been merged into the x86/tdx branch of tip:

Commit-ID:     8b380f9a45ca1716c69391cb01c0e27771bcec2c
Gitweb:        https://git.kernel.org/tip/8b380f9a45ca1716c69391cb01c0e27771bcec2c
Author:        Dave Hansen <dave.hansen@...ux.intel.com>
AuthorDate:    Mon, 26 Jun 2023 11:49:04 -07:00
Committer:     Dave Hansen <dave.hansen@...ux.intel.com>
CommitterDate: Mon, 26 Jun 2023 11:49:04 -07:00

x86/tdx: Fix up tabs vs. spaces in early init comment

Fix up tabs vs. spaces problem introduced at commit time.

Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
---
 arch/x86/coco/tdx/tdx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/coco/tdx/tdx.c b/arch/x86/coco/tdx/tdx.c
index 5b8056f..a03dff5 100644
--- a/arch/x86/coco/tdx/tdx.c
+++ b/arch/x86/coco/tdx/tdx.c
@@ -887,7 +887,7 @@ void __init tdx_early_init(void)
 	 * things happen on mismatch:
 	 *
 	 *   - Private mapping => Shared Page  == Guest shutdown
-         *   - Shared mapping  => Private Page == Recoverable #VE
+	 *   - Shared mapping  => Private Page == Recoverable #VE
 	 *
 	 * guest.enc_status_change_prepare() converts the page from
 	 * shared=>private before the mapping becomes private.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ