2021-02-22 21:33:58

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the xen-tip tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-02-22 21:42:23

by Boris Ostrovsky

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the xen-tip tree


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