All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: s32g changes for v5.19
@ 2022-05-30  6:21 ` Chester Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Chester Lin @ 2022-05-30  6:21 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-arm-kernel, linux-kernel, Andreas Färber,
	Matthias Brugger, s32, Fabio Estevam

Hi Arnd, Olof, and ARM SoC maintainers,

Please pull the following two changes for s32g. Thanks.

The following changes since commit b00ed48bb0a7c295facf9036135a573a5cdbe7de:

  Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine (2022-05-29 11:38:27 -0700)

are available in the Git repository at:

  https://github.com/chesterlintw/linux-s32g.git tags/s32g2-5.19

for you to fetch changes up to fdb31e581566f7a2790b602f62701fce96b16443:

  MAINTAINERS: add a new reviewer for S32G (2022-05-30 11:21:49 +0800)

----------------------------------------------------------------
s32g changes for v5.19

----------------------------------------------------------------
Chester Lin (1):
      MAINTAINERS: add a new reviewer for S32G

Fabio Estevam (1):
      Pass unit name to soc node to fix the following W=1 build warning:

 MAINTAINERS                              | 1 +
 arch/arm64/boot/dts/freescale/s32g2.dtsi | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


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

* [GIT PULL] arm64: s32g changes for v5.19
@ 2022-05-30  6:21 ` Chester Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Chester Lin @ 2022-05-30  6:21 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-arm-kernel, linux-kernel, Andreas Färber,
	Matthias Brugger, s32, Fabio Estevam

Hi Arnd, Olof, and ARM SoC maintainers,

Please pull the following two changes for s32g. Thanks.

The following changes since commit b00ed48bb0a7c295facf9036135a573a5cdbe7de:

  Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine (2022-05-29 11:38:27 -0700)

are available in the Git repository at:

  https://github.com/chesterlintw/linux-s32g.git tags/s32g2-5.19

for you to fetch changes up to fdb31e581566f7a2790b602f62701fce96b16443:

  MAINTAINERS: add a new reviewer for S32G (2022-05-30 11:21:49 +0800)

----------------------------------------------------------------
s32g changes for v5.19

----------------------------------------------------------------
Chester Lin (1):
      MAINTAINERS: add a new reviewer for S32G

Fabio Estevam (1):
      Pass unit name to soc node to fix the following W=1 build warning:

 MAINTAINERS                              | 1 +
 arch/arm64/boot/dts/freescale/s32g2.dtsi | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64: s32g changes for v5.19
  2022-05-30  6:21 ` Chester Lin
@ 2022-05-30  6:58   ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-05-30  6:58 UTC (permalink / raw)
  To: Chester Lin
  Cc: Olof Johansson, Arnd Bergmann, arm, soc, linux-arm-kernel,
	linux-kernel, Andreas Färber, Matthias Brugger, s32,
	Fabio Estevam

On Mon, May 30, 2022 at 8:21 AM Chester Lin <clin@suse.com> wrote:
>
> ----------------------------------------------------------------
> s32g changes for v5.19
>
> ----------------------------------------------------------------
> Chester Lin (1):
>       MAINTAINERS: add a new reviewer for S32G
>
> Fabio Estevam (1):
>       Pass unit name to soc node to fix the following W=1 build warning:

The patches look fine, but there are a few minor problems with the
submission:

- The branch is based on top of a random commit from the mainline repository,
  you should instead always base this on top of an -rc tag in order to not
  clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
  branch is currently based on a random commit 16477cdfefdb ("Merge tag
  'asm-generic-5.19' of
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
  as well, but this is an exception and I will explain it when I send the pull
  request ;-)

- The tag description is only a single line, there should be at least some
  content in here. Please have a look at other merge commits to see what
  you can put in here. For a small number of independent patches like
  these two, you can also just forward them to soc@kernel.org as
  individual emails without a tag.

- The subject lines of the individual emails should have the right namespace
  listed in them, e.g. 'arm64: s32g: ...'.  Fabio's patch originally had
  this, but it looks like the entire subject line got lost.

- The subject for the pull request indicates that this is meant as your normal
  submission, but this is the wrong time for that, because the merge window
  is currently open. At this point, only bugfixes get merged, but I do classify
  MAINTAINERS changes as bugfixes, so this is actually ok, just change the
  subject.

Please address these and resend.

         Arnd

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

* Re: [GIT PULL] arm64: s32g changes for v5.19
@ 2022-05-30  6:58   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-05-30  6:58 UTC (permalink / raw)
  To: Chester Lin
  Cc: Olof Johansson, Arnd Bergmann, arm, soc, linux-arm-kernel,
	linux-kernel, Andreas Färber, Matthias Brugger, s32,
	Fabio Estevam

On Mon, May 30, 2022 at 8:21 AM Chester Lin <clin@suse.com> wrote:
>
> ----------------------------------------------------------------
> s32g changes for v5.19
>
> ----------------------------------------------------------------
> Chester Lin (1):
>       MAINTAINERS: add a new reviewer for S32G
>
> Fabio Estevam (1):
>       Pass unit name to soc node to fix the following W=1 build warning:

The patches look fine, but there are a few minor problems with the
submission:

- The branch is based on top of a random commit from the mainline repository,
  you should instead always base this on top of an -rc tag in order to not
  clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
  branch is currently based on a random commit 16477cdfefdb ("Merge tag
  'asm-generic-5.19' of
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
  as well, but this is an exception and I will explain it when I send the pull
  request ;-)

- The tag description is only a single line, there should be at least some
  content in here. Please have a look at other merge commits to see what
  you can put in here. For a small number of independent patches like
  these two, you can also just forward them to soc@kernel.org as
  individual emails without a tag.

- The subject lines of the individual emails should have the right namespace
  listed in them, e.g. 'arm64: s32g: ...'.  Fabio's patch originally had
  this, but it looks like the entire subject line got lost.

- The subject for the pull request indicates that this is meant as your normal
  submission, but this is the wrong time for that, because the merge window
  is currently open. At this point, only bugfixes get merged, but I do classify
  MAINTAINERS changes as bugfixes, so this is actually ok, just change the
  subject.

Please address these and resend.

         Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64: s32g changes for v5.19
  2022-05-30  6:58   ` Arnd Bergmann
@ 2022-05-30 12:58     ` Chester Lin
  -1 siblings, 0 replies; 8+ messages in thread
From: Chester Lin @ 2022-05-30 12:58 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof Johansson, arm, soc, linux-arm-kernel, linux-kernel,
	Andreas Färber, Matthias Brugger, s32, Fabio Estevam

 Hi Arnd,

 On Mon, May 30, 2022 at 08:58:47AM +0200, Arnd Bergmann wrote:
> On Mon, May 30, 2022 at 8:21 AM Chester Lin <clin@suse.com> wrote:
> >
> > ----------------------------------------------------------------
> > s32g changes for v5.19
> >
> > ----------------------------------------------------------------
> > Chester Lin (1):
> >       MAINTAINERS: add a new reviewer for S32G
> >
> > Fabio Estevam (1):
> >       Pass unit name to soc node to fix the following W=1 build warning:
> 
> The patches look fine, but there are a few minor problems with the
> submission:
> 
> - The branch is based on top of a random commit from the mainline repository,
>   you should instead always base this on top of an -rc tag in order to not
>   clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
>   branch is currently based on a random commit 16477cdfefdb ("Merge tag
>   'asm-generic-5.19' of
> git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
>   as well, but this is an exception and I will explain it when I send the pull
>   request ;-)
> 

Thanks for your guidance and sorry for any inconvenience this causes. I will
wait for the next cycle.

> - The tag description is only a single line, there should be at least some
>   content in here. Please have a look at other merge commits to see what
>   you can put in here. For a small number of independent patches like

Sure, I will describe more information.

>   these two, you can also just forward them to soc@kernel.org as
>   individual emails without a tag.
> 
> - The subject lines of the individual emails should have the right namespace
>   listed in them, e.g. 'arm64: s32g: ...'.  Fabio's patch originally had
>   this, but it looks like the entire subject line got lost.
>

Sorry for the missing subject line. Will fix it.

> - The subject for the pull request indicates that this is meant as your normal
>   submission, but this is the wrong time for that, because the merge window
>   is currently open. At this point, only bugfixes get merged, but I do classify
>   MAINTAINERS changes as bugfixes, so this is actually ok, just change the
>   subject.
> 

Thanks for the reminder.

> Please address these and resend.
> 
>          Arnd
> 


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

* Re: [GIT PULL] arm64: s32g changes for v5.19
@ 2022-05-30 12:58     ` Chester Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Chester Lin @ 2022-05-30 12:58 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof Johansson, arm, soc, linux-arm-kernel, linux-kernel,
	Andreas Färber, Matthias Brugger, s32, Fabio Estevam

 Hi Arnd,

 On Mon, May 30, 2022 at 08:58:47AM +0200, Arnd Bergmann wrote:
> On Mon, May 30, 2022 at 8:21 AM Chester Lin <clin@suse.com> wrote:
> >
> > ----------------------------------------------------------------
> > s32g changes for v5.19
> >
> > ----------------------------------------------------------------
> > Chester Lin (1):
> >       MAINTAINERS: add a new reviewer for S32G
> >
> > Fabio Estevam (1):
> >       Pass unit name to soc node to fix the following W=1 build warning:
> 
> The patches look fine, but there are a few minor problems with the
> submission:
> 
> - The branch is based on top of a random commit from the mainline repository,
>   you should instead always base this on top of an -rc tag in order to not
>   clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
>   branch is currently based on a random commit 16477cdfefdb ("Merge tag
>   'asm-generic-5.19' of
> git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
>   as well, but this is an exception and I will explain it when I send the pull
>   request ;-)
> 

Thanks for your guidance and sorry for any inconvenience this causes. I will
wait for the next cycle.

> - The tag description is only a single line, there should be at least some
>   content in here. Please have a look at other merge commits to see what
>   you can put in here. For a small number of independent patches like

Sure, I will describe more information.

>   these two, you can also just forward them to soc@kernel.org as
>   individual emails without a tag.
> 
> - The subject lines of the individual emails should have the right namespace
>   listed in them, e.g. 'arm64: s32g: ...'.  Fabio's patch originally had
>   this, but it looks like the entire subject line got lost.
>

Sorry for the missing subject line. Will fix it.

> - The subject for the pull request indicates that this is meant as your normal
>   submission, but this is the wrong time for that, because the merge window
>   is currently open. At this point, only bugfixes get merged, but I do classify
>   MAINTAINERS changes as bugfixes, so this is actually ok, just change the
>   subject.
> 

Thanks for the reminder.

> Please address these and resend.
> 
>          Arnd
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64: s32g changes for v5.19
  2022-05-30 12:58     ` Chester Lin
@ 2022-05-30 13:26       ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-05-30 13:26 UTC (permalink / raw)
  To: Chester Lin
  Cc: Arnd Bergmann, Olof Johansson, arm-soc, SoC Team, Linux ARM,
	Linux Kernel Mailing List, Andreas Färber, Matthias Brugger,
	s32, Fabio Estevam

On Mon, May 30, 2022 at 2:58 PM Chester Lin <clin@suse.com> wrote:
>  On Mon, May 30, 2022 at 08:58:47AM +0200, Arnd Bergmann wrote:
> > - The branch is based on top of a random commit from the mainline repository,
> >   you should instead always base this on top of an -rc tag in order to not
> >   clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
> >   branch is currently based on a random commit 16477cdfefdb ("Merge tag
> >   'asm-generic-5.19' of
> > git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
> >   as well, but this is an exception and I will explain it when I send the pull
> >   request ;-)
> >
>
> Thanks for your guidance and sorry for any inconvenience this causes. I will
> wait for the next cycle.

Just to clarify: both of the patches you sent are good, and I want to apply
them for 5.19, so please send them as a bugfix pull request.

      Arnd

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

* Re: [GIT PULL] arm64: s32g changes for v5.19
@ 2022-05-30 13:26       ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-05-30 13:26 UTC (permalink / raw)
  To: Chester Lin
  Cc: Arnd Bergmann, Olof Johansson, arm-soc, SoC Team, Linux ARM,
	Linux Kernel Mailing List, Andreas Färber, Matthias Brugger,
	s32, Fabio Estevam

On Mon, May 30, 2022 at 2:58 PM Chester Lin <clin@suse.com> wrote:
>  On Mon, May 30, 2022 at 08:58:47AM +0200, Arnd Bergmann wrote:
> > - The branch is based on top of a random commit from the mainline repository,
> >   you should instead always base this on top of an -rc tag in order to not
> >   clutter up the git history or make bisection unnecessarily hard. My 'arm/late'
> >   branch is currently based on a random commit 16477cdfefdb ("Merge tag
> >   'asm-generic-5.19' of
> > git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic")
> >   as well, but this is an exception and I will explain it when I send the pull
> >   request ;-)
> >
>
> Thanks for your guidance and sorry for any inconvenience this causes. I will
> wait for the next cycle.

Just to clarify: both of the patches you sent are good, and I want to apply
them for 5.19, so please send them as a bugfix pull request.

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-05-30 13:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30  6:21 [GIT PULL] arm64: s32g changes for v5.19 Chester Lin
2022-05-30  6:21 ` Chester Lin
2022-05-30  6:58 ` Arnd Bergmann
2022-05-30  6:58   ` Arnd Bergmann
2022-05-30 12:58   ` Chester Lin
2022-05-30 12:58     ` Chester Lin
2022-05-30 13:26     ` Arnd Bergmann
2022-05-30 13:26       ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.