lkml.org 
[lkml]   [2019]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [patch 1/5] tracehook: Provide TIF_NOTIFY_RESUME handling for KVM
Date

> On Aug 1, 2019, at 7:48 AM, Peter Zijlstra <peterz@infradead.org> wrote:
>
>> On Thu, Aug 01, 2019 at 04:32:51PM +0200, Thomas Gleixner wrote:
>> +#ifdef CONFIG_HAVE_ARCH_TRACEHOOK
>> +/**
>> + * tracehook_handle_notify_resume - Notify resume handling for virt
>> + *
>> + * Called with interrupts and preemption enabled from VMENTER/EXIT.
>> + */
>> +void tracehook_handle_notify_resume(void)
>> +{
>> + local_irq_disable();
>> + while (test_and_clear_thread_flag(TIF_NOTIFY_RESUME)) {
>> + local_irq_enable();
>> + tracehook_notify_resume(NULL);
>> + local_irq_disable();
>> + }
>> + local_irq_enable();
>
> I'm confused by the IRQ state swizzling here, what is it doing?

Me too. Also, why is a loop needed?

>
>> +}
>> +EXPORT_SYMBOL_GPL(tracehook_handle_notify_resume);
>> +#endif
>>
>>

\
 
 \ /
  Last update: 2019-08-01 19:12    [W:0.041 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site