* linux-next: Fixes tags need some work in the tip tree
@ 2019-10-22 20:16 Stephen Rothwell
2019-10-22 20:30 ` Thomas Hellstrom
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2019-10-22 20:16 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
Cc: Linux Next Mailing List, Linux Kernel Mailing List,
Thomas Hellstrom
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
Hi all,
n commit
6fee2a0be0ec ("x86/cpu/vmware: Fix platform detection VMWARE_PORT macro")
Fixes tag
Fixes: b4dd4f6e3648 ("Add a header file for hypercall definitions")
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
In commit
db633a4e0e6e ("x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvm")
Fixes tag
Fixes: b4dd4f6e3648 ("Add a header file for hypercall definitions")
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2019-10-22 20:16 linux-next: Fixes tags need some work in the tip tree Stephen Rothwell
@ 2019-10-22 20:30 ` Thomas Hellstrom
2019-10-23 10:16 ` Ingo Molnar
0 siblings, 1 reply; 11+ messages in thread
From: Thomas Hellstrom @ 2019-10-22 20:30 UTC (permalink / raw)
To: Ingo Molnar
Cc: Stephen Rothwell, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra,
Linux Next Mailing List, Linux Kernel Mailing List
On 10/22/19 10:17 PM, Stephen Rothwell wrote:
> Hi all,
>
> n commit
>
> 6fee2a0be0ec ("x86/cpu/vmware: Fix platform detection VMWARE_PORT macro")
>
> Fixes tag
>
> Fixes: b4dd4f6e3648 ("Add a header file for hypercall definitions")
The cited subject is missing a leading "x86/vmware:". Ingo, please let
me know if you want me to respin those.
Thanks,
Thomas
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2019-10-22 20:30 ` Thomas Hellstrom
@ 2019-10-23 10:16 ` Ingo Molnar
0 siblings, 0 replies; 11+ messages in thread
From: Ingo Molnar @ 2019-10-23 10:16 UTC (permalink / raw)
To: Thomas Hellstrom
Cc: Ingo Molnar, Stephen Rothwell, Thomas Gleixner, H. Peter Anvin,
Peter Zijlstra, Linux Next Mailing List,
Linux Kernel Mailing List
* Thomas Hellstrom <thellstrom@vmware.com> wrote:
> On 10/22/19 10:17 PM, Stephen Rothwell wrote:
> > Hi all,
> >
> > n commit
> >
> > 6fee2a0be0ec ("x86/cpu/vmware: Fix platform detection VMWARE_PORT macro")
> >
> > Fixes tag
> >
> > Fixes: b4dd4f6e3648 ("Add a header file for hypercall definitions")
>
> The cited subject is missing a leading "x86/vmware:". Ingo, please let
> me know if you want me to respin those.
Those who are picking it up for a backport will go by the sha1, while
humans reading it are fine without the prefix, I think this is OK as-is.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: Fixes tags need some work in the tip tree
@ 2019-11-05 11:18 Stephen Rothwell
2019-11-05 11:52 ` Thomas Gleixner
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2019-11-05 11:18 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Jan Beulich,
Fabien Parent, Daniel Lezcano
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
Hi all,
In commit
fe6f85ca121e ("x86/apic/32: Avoid bogus LDR warnings")
Fixes tag
Fixes: bae3a8d3308 ("x86/apic: Do not initialize LDR and DFR for bigsmp")
has these problem(s):
- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").
In commit
41d49e7939de ("clocksource/drivers/mediatek: Fix error handling")
Fixes tag
Fixes: a0858f937960 ("mediatek: Convert the driver to timer-of")
has these problem(s):
- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2019-11-05 11:18 Stephen Rothwell
@ 2019-11-05 11:52 ` Thomas Gleixner
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Gleixner @ 2019-11-05 11:52 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
Linux Next Mailing List, Linux Kernel Mailing List, Jan Beulich,
Fabien Parent, Daniel Lezcano
On Tue, 5 Nov 2019, Stephen Rothwell wrote:
> In commit
>
> fe6f85ca121e ("x86/apic/32: Avoid bogus LDR warnings")
>
> Fixes tag
>
> Fixes: bae3a8d3308 ("x86/apic: Do not initialize LDR and DFR for bigsmp")
>
> has these problem(s):
>
> - SHA1 should be at least 12 digits long
> Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
> or later) just making sure it is not set (or set to "auto").
Yes. I missed that one when applying the patch which had the fixes tag
already inside. Will add a check for that to catch future ones.
Jan, please adjust your git settings.
Thanks,
tglx
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: Fixes tags need some work in the tip tree
@ 2020-01-15 20:03 Stephen Rothwell
0 siblings, 0 replies; 11+ messages in thread
From: Stephen Rothwell @ 2020-01-15 20:03 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
Cc: Linux Next Mailing List, Linux Kernel Mailing List,
Vitaly Chikunov, Arnaldo Carvalho de Melo
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
Hi all,
In commit
6c4798d3f08b ("tools lib: Fix builds when glibc contains strlcpy()")
Fixes tag
Fixes: ce99091 ("perf tools: Move strlcpy() from perf to tools/lib/string.c")
has these problem(s):
- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").
Fixes tag
Fixes: 0215d59 ("tools lib: Reinstate strlcpy() header guard with __UCLIBC__")
has these problem(s):
- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* linux-next: Fixes tags need some work in the tip tree
@ 2021-03-08 2:16 Stephen Rothwell
2021-03-08 8:38 ` Ingo Molnar
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2021-03-08 2:16 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
Cc: Anna-Maria Behnsen, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
Hi all,
In commit
eca8f0c80a00 ("hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()")
Fixes tag
Fixes: da70160462e ("hrtimer: Implement support for softirq based hrtimers")
has these problem(s):
- Target SHA1 does not exist
Maybe you meant
Fixes: 5da70160462e ("hrtimer: Implement support for softirq based hrtimers")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2021-03-08 2:16 Stephen Rothwell
@ 2021-03-08 8:38 ` Ingo Molnar
0 siblings, 0 replies; 11+ messages in thread
From: Ingo Molnar @ 2021-03-08 8:38 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
Anna-Maria Behnsen, Linux Kernel Mailing List,
Linux Next Mailing List
* Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> In commit
>
> eca8f0c80a00 ("hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()")
>
> Fixes tag
>
> Fixes: da70160462e ("hrtimer: Implement support for softirq based hrtimers")
>
> has these problem(s):
>
> - Target SHA1 does not exist
>
> Maybe you meant
>
> Fixes: 5da70160462e ("hrtimer: Implement support for softirq based hrtimers")
Thanks - fixed.
Ingo
^ permalink raw reply [flat|nested] 11+ messages in thread
* linux-next: Fixes tags need some work in the tip tree
@ 2024-07-21 22:31 Stephen Rothwell
2024-07-23 11:02 ` Marc Zyngier
0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2024-07-21 22:31 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
Cc: Marc Zyngier, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
Hi all,
In commit
c9b4f313f6b8 ("irqchip/gic-v3-its: Correctly fish out the DID for platform MSI")
Fixes tag
Fixes: 80b63cc1cc146 ("irqchip/gic-v3-its: Switch platform MSI to MSI parent")
has these problem(s):
- Target SHA1 does not exist
Maybe you meant
Fixes: 7f2baef05d6a ("irqchip/gic-v3-its: Switch platform MSI to MSI parent")
In commit
99d7fbf8f813 ("irqchip/gic-v3-its: Correctly honor the RID remapping")
Fixes tag
Fixes: 6adb35ff43a16 ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
has these problem(s):
- Target SHA1 does not exist
Maybe you meant
Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2024-07-21 22:31 Stephen Rothwell
@ 2024-07-23 11:02 ` Marc Zyngier
2024-07-26 12:04 ` Thomas Gleixner
0 siblings, 1 reply; 11+ messages in thread
From: Marc Zyngier @ 2024-07-23 11:02 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
Linux Kernel Mailing List, Linux Next Mailing List
On Sun, 21 Jul 2024 23:31:53 +0100,
Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> In commit
>
> c9b4f313f6b8 ("irqchip/gic-v3-its: Correctly fish out the DID for platform MSI")
>
> Fixes tag
>
> Fixes: 80b63cc1cc146 ("irqchip/gic-v3-its: Switch platform MSI to MSI parent")
>
> has these problem(s):
>
> - Target SHA1 does not exist
>
> Maybe you meant
>
> Fixes: 7f2baef05d6a ("irqchip/gic-v3-its: Switch platform MSI to MSI parent")
>
> In commit
>
> 99d7fbf8f813 ("irqchip/gic-v3-its: Correctly honor the RID remapping")
>
> Fixes tag
>
> Fixes: 6adb35ff43a16 ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
>
> has these problem(s):
>
> - Target SHA1 does not exist
>
> Maybe you meant
>
> Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
Odd.
The SHA1 in the commit messages do match the Thomas' devmsi-arm-v4-2
tag as of last Thursday. I guess the patches have been rebased on top
of tip branch and not merged.
The whole thing is now in Linus tree, so it is too late to do anything
about it, unfortunately.
Thanks for the heads up though.
M.
--
Without deviation from the norm, progress is not possible.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: linux-next: Fixes tags need some work in the tip tree
2024-07-23 11:02 ` Marc Zyngier
@ 2024-07-26 12:04 ` Thomas Gleixner
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Gleixner @ 2024-07-26 12:04 UTC (permalink / raw)
To: Marc Zyngier, Stephen Rothwell
Cc: Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
Linux Kernel Mailing List, Linux Next Mailing List
On Tue, Jul 23 2024 at 12:02, Marc Zyngier wrote:
> On Sun, 21 Jul 2024 23:31:53 +0100,
> Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> - Target SHA1 does not exist
>>
>> Maybe you meant
>>
>> Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]")
>
> Odd.
>
> The SHA1 in the commit messages do match the Thomas' devmsi-arm-v4-2
> tag as of last Thursday. I guess the patches have been rebased on top
> of tip branch and not merged.
>
> The whole thing is now in Linus tree, so it is too late to do anything
> about it, unfortunately.
Yes. My bad. I missed to fixup the tags when I pulled over the whole
pile to tip irq/msi.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-07-26 12:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-22 20:16 linux-next: Fixes tags need some work in the tip tree Stephen Rothwell
2019-10-22 20:30 ` Thomas Hellstrom
2019-10-23 10:16 ` Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2019-11-05 11:18 Stephen Rothwell
2019-11-05 11:52 ` Thomas Gleixner
2020-01-15 20:03 Stephen Rothwell
2021-03-08 2:16 Stephen Rothwell
2021-03-08 8:38 ` Ingo Molnar
2024-07-21 22:31 Stephen Rothwell
2024-07-23 11:02 ` Marc Zyngier
2024-07-26 12:04 ` Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).