linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the arm tree
@ 2020-12-08 11:39 Stephen Rothwell
  2020-12-08 12:02 ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2020-12-08 11:39 UTC (permalink / raw)
  To: Russell King
  Cc: Ard Biesheuvel, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  4812d516af55 ("ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section")

Fixes tag

  Fixes: 149a3ffe62b9dbc3 ("9012/1: move device tree mapping out of linear region")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 7a1be318f579 ("ARM: 9012/1: move device tree mapping out of linear region")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the arm tree
  2020-12-08 11:39 linux-next: Fixes tag needs some work in the arm tree Stephen Rothwell
@ 2020-12-08 12:02 ` Ard Biesheuvel
  2020-12-08 12:03   ` Russell King - ARM Linux admin
  0 siblings, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2020-12-08 12:02 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Russell King, Linux Kernel Mailing List, Linux Next Mailing List

On Tue, 8 Dec 2020 at 12:39, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> In commit
>
>   4812d516af55 ("ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section")
>
> Fixes tag
>
>   Fixes: 149a3ffe62b9dbc3 ("9012/1: move device tree mapping out of linear region")
>
> has these problem(s):
>
>   - Target SHA1 does not exist
>
> Maybe you meant
>
> Fixes: 7a1be318f579 ("ARM: 9012/1: move device tree mapping out of linear region")
>

Oops, my bad.

I think we can drop the Fixes tag entirely - I added it to the patch
when I sent it to the mailing list because it fixes a patch that had
already been queued up by Russell at that point. However, I don't
think it is that important to capture this relation in the future,
given that they will all end up in the same mainline -rc

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

* Re: linux-next: Fixes tag needs some work in the arm tree
  2020-12-08 12:02 ` Ard Biesheuvel
@ 2020-12-08 12:03   ` Russell King - ARM Linux admin
  2020-12-08 12:05     ` Ard Biesheuvel
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux admin @ 2020-12-08 12:03 UTC (permalink / raw)
  To: Ard Biesheuvel
  Cc: Stephen Rothwell, Linux Kernel Mailing List, Linux Next Mailing List

On Tue, Dec 08, 2020 at 01:02:05PM +0100, Ard Biesheuvel wrote:
> On Tue, 8 Dec 2020 at 12:39, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi all,
> >
> > In commit
> >
> >   4812d516af55 ("ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section")
> >
> > Fixes tag
> >
> >   Fixes: 149a3ffe62b9dbc3 ("9012/1: move device tree mapping out of linear region")
> >
> > has these problem(s):
> >
> >   - Target SHA1 does not exist
> >
> > Maybe you meant
> >
> > Fixes: 7a1be318f579 ("ARM: 9012/1: move device tree mapping out of linear region")
> >
> 
> Oops, my bad.
> 
> I think we can drop the Fixes tag entirely - I added it to the patch
> when I sent it to the mailing list because it fixes a patch that had
> already been queued up by Russell at that point. However, I don't
> think it is that important to capture this relation in the future,
> given that they will all end up in the same mainline -rc

I've already dropped it and fixed the SHA1 reference in the commit
message.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

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

* Re: linux-next: Fixes tag needs some work in the arm tree
  2020-12-08 12:03   ` Russell King - ARM Linux admin
@ 2020-12-08 12:05     ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2020-12-08 12:05 UTC (permalink / raw)
  To: Russell King - ARM Linux admin
  Cc: Stephen Rothwell, Linux Kernel Mailing List, Linux Next Mailing List

On Tue, 8 Dec 2020 at 13:04, Russell King - ARM Linux admin
<linux@armlinux.org.uk> wrote:
>
> On Tue, Dec 08, 2020 at 01:02:05PM +0100, Ard Biesheuvel wrote:
> > On Tue, 8 Dec 2020 at 12:39, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > Hi all,
> > >
> > > In commit
> > >
> > >   4812d516af55 ("ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section")
> > >
> > > Fixes tag
> > >
> > >   Fixes: 149a3ffe62b9dbc3 ("9012/1: move device tree mapping out of linear region")
> > >
> > > has these problem(s):
> > >
> > >   - Target SHA1 does not exist
> > >
> > > Maybe you meant
> > >
> > > Fixes: 7a1be318f579 ("ARM: 9012/1: move device tree mapping out of linear region")
> > >
> >
> > Oops, my bad.
> >
> > I think we can drop the Fixes tag entirely - I added it to the patch
> > when I sent it to the mailing list because it fixes a patch that had
> > already been queued up by Russell at that point. However, I don't
> > think it is that important to capture this relation in the future,
> > given that they will all end up in the same mainline -rc
>
> I've already dropped it and fixed the SHA1 reference in the commit
> message.
>

OK, thanks.

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

end of thread, other threads:[~2020-12-08 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08 11:39 linux-next: Fixes tag needs some work in the arm tree Stephen Rothwell
2020-12-08 12:02 ` Ard Biesheuvel
2020-12-08 12:03   ` Russell King - ARM Linux admin
2020-12-08 12:05     ` Ard Biesheuvel

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).