Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linux-Kernel
linux-evl
Commits
3451245c
Commit
3451245c
authored
May 15, 2021
by
Philippe Gerum
Browse files
KVM: x86: irq_pipeline: pend L1D cache flush request on any IRQ entry
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
17bb82b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/x86/kernel/irq_pipeline.c
View file @
3451245c
...
...
@@ -311,6 +311,7 @@ noinstr void arch_pipeline_entry(struct pt_regs *regs, u8 vector)
instrumentation_begin
();
prevd
=
handle_irq_pipelined_prepare
(
regs
);
arch_handle_irq
(
regs
,
vector
,
false
);
kvm_set_cpu_l1tf_flush_l1d
();
handle_irq_pipelined_finish
(
prevd
,
regs
);
if
(
running_inband
()
&&
user_mode
(
regs
))
{
stall_inband_nocheck
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment