The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Fixes tags need work in the perf tree
@ 2026-04-15 10:12 Mark Brown
  2026-04-16  5:54 ` Namhyung Kim
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2026-04-15 10:12 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim; +Cc: linux-kernel, linux-next

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

In commit

  841dbf4871c57 ("perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND")

Fixes tag

  Fixes: e62fae9d9e8 ("perf unwind-libdw: Fix a cross-arch unwinding bug")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future 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").

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fixes tags need work in the perf tree
  2026-04-15 10:12 Mark Brown
@ 2026-04-16  5:54 ` Namhyung Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Namhyung Kim @ 2026-04-16  5:54 UTC (permalink / raw)
  To: Mark Brown; +Cc: Arnaldo Carvalho de Melo, linux-kernel, linux-next

Hello,

On Wed, Apr 15, 2026 at 11:12:03AM +0100, Mark Brown wrote:
> In commit
> 
>   841dbf4871c57 ("perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND")
> 
> Fixes tag
> 
>   Fixes: e62fae9d9e8 ("perf unwind-libdw: Fix a cross-arch unwinding bug")
> 
> has these problem(s):
> 
>   - SHA1 should be at least 12 digits long
>     This can be fixed for the future 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").

Sorry for the trouble.  I already have the config in my git config but I
missed to check it in contributors' patch.  I'll update my b4 script -
I hope checkpatch would catch this kind of problem next time.

Thanks,
Namhyung


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Fixes tags need work in the perf tree
@ 2026-08-07 14:37 Mark Brown
  2026-08-07 16:39 ` Namhyung Kim
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2026-08-07 14:37 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim; +Cc: linux-kernel, linux-next

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

In commit

  8782a10c74e85 ("perf trace-event: Fix integer truncation in do_read() and skip()")

Fixes tag

  Fixes: 454c407ec17a ("perf tools: Get rid of read_or_die() in trace-event-read.c")

has these problem(s):

  - Subject does not match target commit subject
    Just use
	git log -1 --format='Fixes: %h ("%s")'

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fixes tags need work in the perf tree
  2026-08-07 14:37 Fixes tags need work in the perf tree Mark Brown
@ 2026-08-07 16:39 ` Namhyung Kim
  2026-08-07 16:49   ` Tanushree Shah
  2026-08-07 17:58   ` Namhyung Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Namhyung Kim @ 2026-08-07 16:39 UTC (permalink / raw)
  To: Mark Brown
  Cc: Arnaldo Carvalho de Melo, linux-kernel, linux-next,
	linux-perf-users, Tanushree Shah

Hello,

On Fri, Aug 07, 2026 at 03:37:18PM +0100, Mark Brown wrote:
> In commit
> 
>   8782a10c74e85 ("perf trace-event: Fix integer truncation in do_read() and skip()")
> 
> Fixes tag
> 
>   Fixes: 454c407ec17a ("perf tools: Get rid of read_or_die() in trace-event-read.c")
> 
> has these problem(s):
> 
>   - Subject does not match target commit subject
>     Just use
> 	git log -1 --format='Fixes: %h ("%s")'

Sorry about this, I should have checked it more carefully.
I'll fix the tag and force push the branch soon.

Thanks,
Namhyung


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fixes tags need work in the perf tree
  2026-08-07 16:39 ` Namhyung Kim
@ 2026-08-07 16:49   ` Tanushree Shah
  2026-08-07 17:58   ` Namhyung Kim
  1 sibling, 0 replies; 6+ messages in thread
From: Tanushree Shah @ 2026-08-07 16:49 UTC (permalink / raw)
  To: Namhyung Kim, Mark Brown
  Cc: Arnaldo Carvalho de Melo, linux-kernel, linux-next,
	linux-perf-users

Apologies for the incorrect Fixes tag. Will be more careful next time.


Thanks
Tanushree Shah
On 07/08/26 22:09, Namhyung Kim wrote:
> Hello,
> 
> On Fri, Aug 07, 2026 at 03:37:18PM +0100, Mark Brown wrote:
>> In commit
>>
>>    8782a10c74e85 ("perf trace-event: Fix integer truncation in do_read() and skip()")
>>
>> Fixes tag
>>
>>    Fixes: 454c407ec17a ("perf tools: Get rid of read_or_die() in trace-event-read.c")
>>
>> has these problem(s):
>>
>>    - Subject does not match target commit subject
>>      Just use
>> 	git log -1 --format='Fixes: %h ("%s")'
> 
> Sorry about this, I should have checked it more carefully.
> I'll fix the tag and force push the branch soon.
> 
> Thanks,
> Namhyung
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Fixes tags need work in the perf tree
  2026-08-07 16:39 ` Namhyung Kim
  2026-08-07 16:49   ` Tanushree Shah
@ 2026-08-07 17:58   ` Namhyung Kim
  1 sibling, 0 replies; 6+ messages in thread
From: Namhyung Kim @ 2026-08-07 17:58 UTC (permalink / raw)
  To: Mark Brown
  Cc: Arnaldo Carvalho de Melo, linux-kernel, linux-next,
	linux-perf-users, Tanushree Shah

On Fri, Aug 07, 2026 at 09:39:18AM -0700, Namhyung Kim wrote:
> Hello,
> 
> On Fri, Aug 07, 2026 at 03:37:18PM +0100, Mark Brown wrote:
> > In commit
> > 
> >   8782a10c74e85 ("perf trace-event: Fix integer truncation in do_read() and skip()")
> > 
> > Fixes tag
> > 
> >   Fixes: 454c407ec17a ("perf tools: Get rid of read_or_die() in trace-event-read.c")
> > 
> > has these problem(s):
> > 
> >   - Subject does not match target commit subject
> >     Just use
> > 	git log -1 --format='Fixes: %h ("%s")'
> 
> Sorry about this, I should have checked it more carefully.
> I'll fix the tag and force push the branch soon.

Done.

Thanks,
Namhyung


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-07 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 14:37 Fixes tags need work in the perf tree Mark Brown
2026-08-07 16:39 ` Namhyung Kim
2026-08-07 16:49   ` Tanushree Shah
2026-08-07 17:58   ` Namhyung Kim
  -- strict thread matches above, loose matches on Subject: below --
2026-04-15 10:12 Mark Brown
2026-04-16  5:54 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox