* [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
@ 2025-12-10 12:56 Thorsten Blum
2025-12-11 22:01 ` Huang, Kai
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thorsten Blum @ 2025-12-10 12:56 UTC (permalink / raw)
To: Jarkko Sakkinen, Dave Hansen, Thomas Gleixner, Ingo Molnar,
Borislav Petkov, x86, H. Peter Anvin
Cc: Thorsten Blum, linux-sgx, linux-kernel
There is no opening quote. Remove the unmatched closing quote.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/sgx/ioctl.c b/arch/x86/kernel/cpu/sgx/ioctl.c
index 66f1efa16fbb..9322a9287dc7 100644
--- a/arch/x86/kernel/cpu/sgx/ioctl.c
+++ b/arch/x86/kernel/cpu/sgx/ioctl.c
@@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
/*
* If the caller requires measurement of the page as a proof for the content,
* use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
- * operation until the entire page is measured."
+ * operation until the entire page is measured.
*/
static int __sgx_encl_extend(struct sgx_encl *encl,
struct sgx_epc_page *epc_page)
--
Thorsten Blum <thorsten.blum@linux.dev>
GPG: 1D60 735E 8AEF 3BE4 73B6 9D84 7336 78FD 8DFE EAD4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
2025-12-10 12:56 [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment Thorsten Blum
@ 2025-12-11 22:01 ` Huang, Kai
2025-12-12 9:04 ` [tip: x86/urgent] " tip-bot2 for Thorsten Blum
2025-12-13 10:07 ` tip-bot2 for Thorsten Blum
2 siblings, 0 replies; 4+ messages in thread
From: Huang, Kai @ 2025-12-11 22:01 UTC (permalink / raw)
To: jarkko@kernel.org, x86@kernel.org, bp@alien8.de,
thorsten.blum@linux.dev, hpa@zytor.com, mingo@redhat.com,
tglx@linutronix.de, dave.hansen@linux.intel.com
Cc: linux-sgx@vger.kernel.org, linux-kernel@vger.kernel.org
On Wed, 2025-12-10 at 13:56 +0100, Thorsten Blum wrote:
> There is no opening quote. Remove the unmatched closing quote.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
> arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kernel/cpu/sgx/ioctl.c b/arch/x86/kernel/cpu/sgx/ioctl.c
> index 66f1efa16fbb..9322a9287dc7 100644
> --- a/arch/x86/kernel/cpu/sgx/ioctl.c
> +++ b/arch/x86/kernel/cpu/sgx/ioctl.c
> @@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
> /*
> * If the caller requires measurement of the page as a proof for the content,
> * use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
> - * operation until the entire page is measured."
> + * operation until the entire page is measured.
> */
> static int __sgx_encl_extend(struct sgx_encl *encl,
> struct sgx_epc_page *epc_page)
Reviewed-by: Kai Huang <kai.huang@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip: x86/urgent] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
2025-12-10 12:56 [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment Thorsten Blum
2025-12-11 22:01 ` Huang, Kai
@ 2025-12-12 9:04 ` tip-bot2 for Thorsten Blum
2025-12-13 10:07 ` tip-bot2 for Thorsten Blum
2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Thorsten Blum @ 2025-12-12 9:04 UTC (permalink / raw)
To: linux-tip-commits
Cc: Thorsten Blum, Ingo Molnar, Kai Huang, x86, linux-kernel
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: d63bc9210ba0329c4e714cd231d7138c90674629
Gitweb: https://git.kernel.org/tip/d63bc9210ba0329c4e714cd231d7138c90674629
Author: Thorsten Blum <thorsten.blum@linux.dev>
AuthorDate: Wed, 10 Dec 2025 13:56:28 +01:00
Committer: Ingo Molnar <mingo@kernel.org>
CommitterDate: Fri, 12 Dec 2025 09:50:31 +01:00
x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
There is no opening quote. Remove the unmatched closing quote.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://patch.msgid.link/20251210125628.544916-1-thorsten.blum@linux.dev
---
arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/sgx/ioctl.c b/arch/x86/kernel/cpu/sgx/ioctl.c
index 66f1efa..9322a92 100644
--- a/arch/x86/kernel/cpu/sgx/ioctl.c
+++ b/arch/x86/kernel/cpu/sgx/ioctl.c
@@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
/*
* If the caller requires measurement of the page as a proof for the content,
* use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
- * operation until the entire page is measured."
+ * operation until the entire page is measured.
*/
static int __sgx_encl_extend(struct sgx_encl *encl,
struct sgx_epc_page *epc_page)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [tip: x86/urgent] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
2025-12-10 12:56 [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment Thorsten Blum
2025-12-11 22:01 ` Huang, Kai
2025-12-12 9:04 ` [tip: x86/urgent] " tip-bot2 for Thorsten Blum
@ 2025-12-13 10:07 ` tip-bot2 for Thorsten Blum
2 siblings, 0 replies; 4+ messages in thread
From: tip-bot2 for Thorsten Blum @ 2025-12-13 10:07 UTC (permalink / raw)
To: linux-tip-commits
Cc: Thorsten Blum, Ingo Molnar, Kai Huang, x86, linux-kernel
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 043507144ae13d3b882d40495d101bb4c4990d98
Gitweb: https://git.kernel.org/tip/043507144ae13d3b882d40495d101bb4c4990d98
Author: Thorsten Blum <thorsten.blum@linux.dev>
AuthorDate: Wed, 10 Dec 2025 13:56:28 +01:00
Committer: Ingo Molnar <mingo@kernel.org>
CommitterDate: Sat, 13 Dec 2025 11:01:16 +01:00
x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
There is no opening quote. Remove the unmatched closing quote.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://patch.msgid.link/20251210125628.544916-1-thorsten.blum@linux.dev
---
arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/sgx/ioctl.c b/arch/x86/kernel/cpu/sgx/ioctl.c
index 66f1efa..9322a92 100644
--- a/arch/x86/kernel/cpu/sgx/ioctl.c
+++ b/arch/x86/kernel/cpu/sgx/ioctl.c
@@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
/*
* If the caller requires measurement of the page as a proof for the content,
* use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
- * operation until the entire page is measured."
+ * operation until the entire page is measured.
*/
static int __sgx_encl_extend(struct sgx_encl *encl,
struct sgx_epc_page *epc_page)
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-13 10:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10 12:56 [PATCH] x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment Thorsten Blum
2025-12-11 22:01 ` Huang, Kai
2025-12-12 9:04 ` [tip: x86/urgent] " tip-bot2 for Thorsten Blum
2025-12-13 10:07 ` tip-bot2 for Thorsten Blum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox