Re: linux-next: Fixes tag needs some work in the xen-tip tree
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Date: 2021-02-22 21:37:20
Also in:
lkml
From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Date: 2021-02-22 21:37:20
Also in:
lkml
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