* [PATCH -next] x86/srso: Remove unneeded semicolon
@ 2023-08-10 1:05 Yang Li
2023-09-28 21:34 ` [tip: x86/bugs] x86/srso: Remove unnecessary semicolon tip-bot2 for Yang Li
2023-10-20 11:37 ` tip-bot2 for Yang Li
0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-08-10 1:05 UTC (permalink / raw)
To: tglx, peterz, jpoimboe, dave.hansen, mingo, pawan.kumar.gupta, hpa, x86
Cc: linux-kernel, Yang Li
./arch/x86/kernel/cpu/bugs.c:713:2-3: Unneeded semicolon
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
arch/x86/kernel/cpu/bugs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index d02f73c5339d..7b29036130a1 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -710,7 +710,7 @@ void update_gds_msr(void)
case GDS_MITIGATION_UCODE_NEEDED:
case GDS_MITIGATION_HYPERVISOR:
return;
- };
+ }
wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl);
--
2.20.1.7.g153144c
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip: x86/bugs] x86/srso: Remove unnecessary semicolon
2023-08-10 1:05 [PATCH -next] x86/srso: Remove unneeded semicolon Yang Li
@ 2023-09-28 21:34 ` tip-bot2 for Yang Li
2023-10-20 11:37 ` tip-bot2 for Yang Li
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Yang Li @ 2023-09-28 21:34 UTC (permalink / raw)
To: linux-tip-commits; +Cc: Yang Li, Ingo Molnar, x86, linux-kernel
The following commit has been merged into the x86/bugs branch of tip:
Commit-ID: 5c44836dd1451c754c58cea5179d2fa5cbd9fc85
Gitweb: https://git.kernel.org/tip/5c44836dd1451c754c58cea5179d2fa5cbd9fc85
Author: Yang Li <yang.lee@linux.alibaba.com>
AuthorDate: Thu, 10 Aug 2023 09:05:50 +08:00
Committer: Ingo Molnar <mingo@kernel.org>
CommitterDate: Thu, 28 Sep 2023 23:28:21 +02:00
x86/srso: Remove unnecessary semicolon
scripts/coccinelle/misc/semicolon.cocci reports:
arch/x86/kernel/cpu/bugs.c:713:2-3: Unneeded semicolon
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230810010550.25733-1-yang.lee@linux.alibaba.com
---
arch/x86/kernel/cpu/bugs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index 016a326..bb0ab84 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -717,7 +717,7 @@ void update_gds_msr(void)
case GDS_MITIGATION_UCODE_NEEDED:
case GDS_MITIGATION_HYPERVISOR:
return;
- };
+ }
wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl);
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip: x86/bugs] x86/srso: Remove unnecessary semicolon
2023-08-10 1:05 [PATCH -next] x86/srso: Remove unneeded semicolon Yang Li
2023-09-28 21:34 ` [tip: x86/bugs] x86/srso: Remove unnecessary semicolon tip-bot2 for Yang Li
@ 2023-10-20 11:37 ` tip-bot2 for Yang Li
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Yang Li @ 2023-10-20 11:37 UTC (permalink / raw)
To: linux-tip-commits
Cc: Yang Li, Ingo Molnar, Borislav Petkov (AMD), x86, linux-kernel
The following commit has been merged into the x86/bugs branch of tip:
Commit-ID: 904e1ddd0b31dc341f6af09e1558589f50b3d04d
Gitweb: https://git.kernel.org/tip/904e1ddd0b31dc341f6af09e1558589f50b3d04d
Author: Yang Li <yang.lee@linux.alibaba.com>
AuthorDate: Thu, 10 Aug 2023 09:05:50 +08:00
Committer: Borislav Petkov (AMD) <bp@alien8.de>
CommitterDate: Fri, 20 Oct 2023 12:50:35 +02:00
x86/srso: Remove unnecessary semicolon
scripts/coccinelle/misc/semicolon.cocci reports:
arch/x86/kernel/cpu/bugs.c:713:2-3: Unneeded semicolon
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230810010550.25733-1-yang.lee@linux.alibaba.com
---
arch/x86/kernel/cpu/bugs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index 016a326..bb0ab84 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -717,7 +717,7 @@ void update_gds_msr(void)
case GDS_MITIGATION_UCODE_NEEDED:
case GDS_MITIGATION_HYPERVISOR:
return;
- };
+ }
wrmsrl(MSR_IA32_MCU_OPT_CTRL, mcu_ctrl);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-20 11:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-10 1:05 [PATCH -next] x86/srso: Remove unneeded semicolon Yang Li
2023-09-28 21:34 ` [tip: x86/bugs] x86/srso: Remove unnecessary semicolon tip-bot2 for Yang Li
2023-10-20 11:37 ` tip-bot2 for Yang Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome