lkml.org 
[lkml]   [2019]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] KVM: X86: Use IPI shorthands in kvm guest when support
On Fri, 26 Jul 2019 at 15:20, Thomas Gleixner <tglx@linutronix.de> wrote:
>
> On Fri, 26 Jul 2019, Wanpeng Li wrote:
> > On Fri, 26 Jul 2019 at 14:10, Wanpeng Li <kernellwp@gmail.com> wrote:
> > > static void kvm_send_ipi_all(int vector)
> > > {
> > > - __send_ipi_mask(cpu_online_mask, vector);
> > > + if (static_branch_likely(&apic_use_ipi_shorthand))
> > > + orig_apic.send_IPI_allbutself(vector);
> >
> > Make a mistake here, just resend the patch.
>
> Please don't use [RESEND] if the patch is different. Use [PATCH v2].
>
> [RESEND] is used when you actually resend an unmodified patch, e.g. when
> the first submission was ignored for a longer time.

Will do for next time, I guess Paolo can still review the [RESEND] one
for this time to avoid my patch flush the mailing list. :)

Regards,
Wanpeng Li

\
 
 \ /
  Last update: 2019-07-26 09:47    [W:0.031 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site