Hi all,
In commit
99bbb6e0b436 ("xen/events: don't unmask an event channel when an eoi is pending")
Fixes tag
Fixes: 54c9de89895e0a36047 ("xen/events: add a new late EOI evtchn framework")
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
--
Cheers,
Stephen Rothwell
On 2/22/21 4:03 PM, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> 99bbb6e0b436 ("xen/events: don't unmask an event channel when an eoi is pending")
>
> Fixes tag
>
> Fixes: 54c9de89895e0a36047 ("xen/events: add a new late EOI evtchn framework")
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
Yes, it lost quotes:
?? Fixes: 54c9de89895e ("xen/events: add a new "late EOI" evtchn framework")
Thanks.
-boris