2022-09-19 22:19:21

by Stephen Rothwell

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

Hi all,

In commit

1e6d11fe72e3 ("MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()")

Fixes tag

Fixes: fd27234f24ae ("MIPS: add support for SGI Octane (IP30)")

has these problem(s):

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

So

Fixes: fd27234f24ae ("MIPS: SGI-IP30: Free some unused memory")

or

Fixes: 7505576d1c1a ("MIPS: add support for SGI Octane (IP30)")

--
Cheers,
Stephen Rothwell


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

2022-09-20 01:49:45

by Lin Yujun

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

Thank you, this is indeed a clerical error, I will correct it and send a
v2 patch as soon as possible.

在 2022/9/20 2:13, Stephen Rothwell 写道:
> Hi all,
>
> In commit
>
> 1e6d11fe72e3 ("MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()")
>
> Fixes tag
>
> Fixes: fd27234f24ae ("MIPS: add support for SGI Octane (IP30)")
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> So
>
> Fixes: fd27234f24ae ("MIPS: SGI-IP30: Free some unused memory")
>
> or
>
> Fixes: 7505576d1c1a ("MIPS: add support for SGI Octane (IP30)")
>