mbox series

[GIT,PULL] updates to soc/fsl drivers for v4.16

Message ID 1515628596-4715-1-git-send-email-leoyang.li@nxp.com
State New
Headers show
Series [GIT,PULL] updates to soc/fsl drivers for v4.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-for-4.16

Message

Leo Li Jan. 10, 2018, 11:56 p.m. UTC
Hi arm-soc maintainer,

Please merge the following tag to get updates to the soc/fsl/guts driver
for support of additional SoCs and more error path handling.

Thanks,
Leo


The following changes since commit b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:

  Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-for-4.16

for you to fetch changes up to 00ce0a2304014c73c2b7915215c7b3c73e2a25aa:

  soc: fsl: guts: Add a NULL check for devm_kasprintf() (2018-01-10 16:54:26 -0600)

----------------------------------------------------------------
FSL/NXP SoC drivers updates for 4.16

This adds new SoC support and more error path handling to the guts
driver.

----------------------------------------------------------------
Fabio Estevam (1):
      soc: fsl: guts: Add a NULL check for devm_kasprintf()

yangbo lu (1):
      soc: fsl: guts: add support for ls1012a and ls1046a

 drivers/soc/fsl/guts.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Olof Johansson Jan. 12, 2018, 2:02 a.m. UTC | #1
On Wed, Jan 10, 2018 at 05:56:36PM -0600, Li Yang wrote:
> Hi arm-soc maintainer,
> 
> Please merge the following tag to get updates to the soc/fsl/guts driver
> for support of additional SoCs and more error path handling.
> 
> Thanks,
> Leo
> 
> 
> The following changes since commit b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:
> 
>   Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-for-4.16
> 
> for you to fetch changes up to 00ce0a2304014c73c2b7915215c7b3c73e2a25aa:
> 
>   soc: fsl: guts: Add a NULL check for devm_kasprintf() (2018-01-10 16:54:26 -0600)

1) This is based on much too new a release
2) the fact that it's based on this new a release makes me suspect it hasn't
   been sitting in linux-next either, at least not since before -rc7.


Conclusion: Please resend post merge window and we'll queue it up for the
next release. If the bugfix should go in sooner than that, I can cherry-pick
that into our fixes. Let me know.


-Olof
Leo Li Jan. 12, 2018, 7:28 p.m. UTC | #2
> -----Original Message-----
> From: Olof Johansson [mailto:olof@lixom.net]
> Sent: Thursday, January 11, 2018 8:02 PM
> To: Leo Li <leoyang.li@nxp.com>
> Cc: arm@kernel.org; shawnguo@kernel.org; linux-arm-
> kernel@lists.infradead.org
> Subject: Re: [GIT PULL] updates to soc/fsl drivers for v4.16
> 
> On Wed, Jan 10, 2018 at 05:56:36PM -0600, Li Yang wrote:
> > Hi arm-soc maintainer,
> >
> > Please merge the following tag to get updates to the soc/fsl/guts
> > driver for support of additional SoCs and more error path handling.
> >
> > Thanks,
> > Leo
> >
> >
> > The following changes since commit
> b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:
> >
> >   Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git
> > tags/soc-fsl-for-4.16
> >
> > for you to fetch changes up to
> 00ce0a2304014c73c2b7915215c7b3c73e2a25aa:
> >
> >   soc: fsl: guts: Add a NULL check for devm_kasprintf() (2018-01-10
> > 16:54:26 -0600)
> 
> 1) This is based on much too new a release

The branch was created and the first patch was applied quite a while ago.  The second patch is relatively new but very straightforward.  I rebased the branch to -rc7 just before sending the pull request thinking it would be easier for you to merge.  If that is not a preferred action, I will not do that again in the future.

> 2) the fact that it's based on this new a release makes me suspect it hasn't
>    been sitting in linux-next either, at least not since before -rc7.

My tree is not being merged by the Linux-next right now.  So you think we should ask Linux-next to add my tree too?

> 
> 
> Conclusion: Please resend post merge window and we'll queue it up for the
> next release. If the bugfix should go in sooner than that, I can cherry-pick
> that into our fixes. Let me know.

I know the pull request is coming a little bit late.  But the two small patches are really simple and straightforward.  They are not technically a fix but it will be really helpful if you can take it in this merge window.  And going forward, what is your preferred time frame to send pull request to for-next?

Regards,
Leo
Arnd Bergmann Jan. 15, 2018, 1:10 p.m. UTC | #3
On Fri, Jan 12, 2018 at 8:28 PM, Leo Li <leoyang.li@nxp.com> wrote:
>> -----Original Message-----
>> From: Olof Johansson [mailto:olof@lixom.net]
>> Sent: Thursday, January 11, 2018 8:02 PM
>> To: Leo Li <leoyang.li@nxp.com>
>> Cc: arm@kernel.org; shawnguo@kernel.org; linux-arm-
>> kernel@lists.infradead.org
>> Subject: Re: [GIT PULL] updates to soc/fsl drivers for v4.16
>>
>> On Wed, Jan 10, 2018 at 05:56:36PM -0600, Li Yang wrote:
>> > Hi arm-soc maintainer,
>> >
>> > Please merge the following tag to get updates to the soc/fsl/guts
>> > driver for support of additional SoCs and more error path handling.
>> >
>> > Thanks,
>> > Leo
>> >
>> >
>> > The following changes since commit
>> b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:
>> >
>> >   Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)
>> >
>> > are available in the git repository at:
>> >
>> >   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git
>> > tags/soc-fsl-for-4.16
>> >
>> > for you to fetch changes up to
>> 00ce0a2304014c73c2b7915215c7b3c73e2a25aa:
>> >
>> >   soc: fsl: guts: Add a NULL check for devm_kasprintf() (2018-01-10
>> > 16:54:26 -0600)
>>
>> 1) This is based on much too new a release
>
> The branch was created and the first patch was applied quite a while ago.  The
> second patch is relatively new but very straightforward.  I rebased the branch to
> -rc7 just before sending the pull request thinking it would be easier for you to
> merge.  If that is not a preferred action, I will not do that again in the future.

The general rule is to base on top of -rc1, unless you have a dependency on
a patch that went into a later -rc. Going to some -rc that is already part of
arm-soc is generally fine, but if you send a branch based on a later -rc
than ours, it messes up the git history unnecessarily, and it means that
whatever you send has seen less testing than what you had before the
rebase.

>> 2) the fact that it's based on this new a release makes me suspect it hasn't
>>    been sitting in linux-next either, at least not since before -rc7.
>
> My tree is not being merged by the Linux-next right now.  So you think we should ask Linux-next to add my tree too?

It's not mandatory, but most of our downstream trees are part of linux-next.

>> Conclusion: Please resend post merge window and we'll queue it up for the
>> next release. If the bugfix should go in sooner than that, I can cherry-pick
>> that into our fixes. Let me know.
>
> I know the pull request is coming a little bit late.  But the two small patches are really simple and straightforward.  They are not technically a fix but it will be really helpful if you can take it in this merge window.  And going forward, what is your preferred time frame to send pull request to for-next?

Send them as soon as you think the code is ready. In general, earlier is better,
even if you are still testing or expect that you may need additional patches
on top. If you send a large chunk of changes during -rc2 and then later (rc6 or
rc7) have some fixes to address issues you found with those, we're much
happier than when we don't hear anything until -rc6 and then get the larger
set of patches with more testing.

If you can find the old commit before your rebase (using 'git reflog')
then please
send that one so we can reconsider. If you can't find it, just send
the two patches
directly. Also, anything that is a real bugfix can of course get
merged any time.

      Arnd
Leo Li Jan. 15, 2018, 6:11 p.m. UTC | #4
> -----Original Message-----
> From: arndbergmann@gmail.com [mailto:arndbergmann@gmail.com] On
> Behalf Of Arnd Bergmann
> Sent: Monday, January 15, 2018 7:10 AM
> To: Leo Li <leoyang.li@nxp.com>
> Cc: Olof Johansson <olof@lixom.net>; arm@kernel.org;
> shawnguo@kernel.org; linux-arm-kernel@lists.infradead.org
> Subject: Re: [GIT PULL] updates to soc/fsl drivers for v4.16
> 
> On Fri, Jan 12, 2018 at 8:28 PM, Leo Li <leoyang.li@nxp.com> wrote:
> >> -----Original Message-----
> >> From: Olof Johansson [mailto:olof@lixom.net]
> >> Sent: Thursday, January 11, 2018 8:02 PM
> >> To: Leo Li <leoyang.li@nxp.com>
> >> Cc: arm@kernel.org; shawnguo@kernel.org; linux-arm-
> >> kernel@lists.infradead.org
> >> Subject: Re: [GIT PULL] updates to soc/fsl drivers for v4.16
> >>
> >> On Wed, Jan 10, 2018 at 05:56:36PM -0600, Li Yang wrote:
> >> > Hi arm-soc maintainer,
> >> >
> >> > Please merge the following tag to get updates to the soc/fsl/guts
> >> > driver for support of additional SoCs and more error path handling.
> >> >
> >> > Thanks,
> >> > Leo
> >> >
> >> >
> >> > The following changes since commit
> >> b2cd1df66037e7c4697c7e40496bf7e4a5e16a2d:
> >> >
> >> >   Linux 4.15-rc7 (2018-01-07 14:22:41 -0800)
> >> >
> >> > are available in the git repository at:
> >> >
> >> >   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git
> >> > tags/soc-fsl-for-4.16
> >> >
> >> > for you to fetch changes up to
> >> 00ce0a2304014c73c2b7915215c7b3c73e2a25aa:
> >> >
> >> >   soc: fsl: guts: Add a NULL check for devm_kasprintf() (2018-01-10
> >> > 16:54:26 -0600)
> >>
> >> 1) This is based on much too new a release
> >
> > The branch was created and the first patch was applied quite a while
> > ago.  The second patch is relatively new but very straightforward.  I
> > rebased the branch to
> > -rc7 just before sending the pull request thinking it would be easier
> > for you to merge.  If that is not a preferred action, I will not do that again in
> the future.
> 
> The general rule is to base on top of -rc1, unless you have a dependency on a
> patch that went into a later -rc. Going to some -rc that is already part of arm-
> soc is generally fine, but if you send a branch based on a later -rc than ours, it
> messes up the git history unnecessarily, and it means that whatever you
> send has seen less testing than what you had before the rebase.
> 
> >> 2) the fact that it's based on this new a release makes me suspect it hasn't
> >>    been sitting in linux-next either, at least not since before -rc7.
> >
> > My tree is not being merged by the Linux-next right now.  So you think we
> should ask Linux-next to add my tree too?
> 
> It's not mandatory, but most of our downstream trees are part of linux-next.
> 
> >> Conclusion: Please resend post merge window and we'll queue it up for
> >> the next release. If the bugfix should go in sooner than that, I can
> >> cherry-pick that into our fixes. Let me know.
> >
> > I know the pull request is coming a little bit late.  But the two small patches
> are really simple and straightforward.  They are not technically a fix but it will
> be really helpful if you can take it in this merge window.  And going forward,
> what is your preferred time frame to send pull request to for-next?
> 
> Send them as soon as you think the code is ready. In general, earlier is better,
> even if you are still testing or expect that you may need additional patches
> on top. If you send a large chunk of changes during -rc2 and then later (rc6 or
> rc7) have some fixes to address issues you found with those, we're much
> happier than when we don't hear anything until -rc6 and then get the larger
> set of patches with more testing.
> 
> If you can find the old commit before your rebase (using 'git reflog') then
> please send that one so we can reconsider. If you can't find it, just send the
> two patches directly. Also, anything that is a real bugfix can of course get
> merged any time.

Thanks for your helpful explanation.  You can see from the link below that the first patch was applied around -rc2 time.

https://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git/log/?h=6ea0acf

Regards,
Leo