linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fixes for soc/fsl drivers for v4.19
@ 2018-09-24 22:19 Li Yang
  2018-09-25 19:47 ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Li Yang @ 2018-09-24 22:19 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, shawnguo

Hi arm-soc maintainers,

Please pull soc/fsl drivers fixes for v4.19.

Regards,
Leo


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v4.19

for you to fetch changes up to 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:

  soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() (2018-09-17 16:01:46 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver fixes for v4.19

- Fix crash of qman_portal by deferring its probe if qman is not probed
- Fix NULL pointer dereference by adding more checks in qman_portal
- Fix copy/paste bug in ucc_get_tdm_sync_shift()

----------------------------------------------------------------
Alexandre Belloni (2):
      soc: fsl: qbman: qman_portal: defer probing when qman is not available
      soc: fsl: qbman: qman: avoid allocating from non existing gen_pool

Zhao Qiang (1):
      soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()

 drivers/soc/fsl/qbman/qman.c        | 3 +++
 drivers/soc/fsl/qbman/qman_portal.c | 2 ++
 drivers/soc/fsl/qe/ucc.c            | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] fixes for soc/fsl drivers for v4.19
  2018-09-24 22:19 [GIT PULL] fixes for soc/fsl drivers for v4.19 Li Yang
@ 2018-09-25 19:47 ` Olof Johansson
  2018-09-25 20:19   ` Leo Li
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2018-09-25 19:47 UTC (permalink / raw)
  To: Li Yang; +Cc: arm, linux-arm-kernel, linux-kernel, shawnguo

Hi,

On Mon, Sep 24, 2018 at 05:19:54PM -0500, Li Yang wrote:
> Hi arm-soc maintainers,
> 
> Please pull soc/fsl drivers fixes for v4.19.
> 
> Regards,
> Leo
> 
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v4.19
> 
> for you to fetch changes up to 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:
> 
>   soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() (2018-09-17 16:01:46 -0500)
> 
> ----------------------------------------------------------------
> NXP/FSL SoC driver fixes for v4.19
> 
> - Fix crash of qman_portal by deferring its probe if qman is not probed
> - Fix NULL pointer dereference by adding more checks in qman_portal
> - Fix copy/paste bug in ucc_get_tdm_sync_shift()

Good summary, thanks!

However:

> Alexandre Belloni (2):
>       soc: fsl: qbman: qman_portal: defer probing when qman is not available

I think this fix has issues, I replied on the patch. Let me know if you want me
to cherry-pick the other two fixes for now.



-Olof

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

* RE: [GIT PULL] fixes for soc/fsl drivers for v4.19
  2018-09-25 19:47 ` Olof Johansson
@ 2018-09-25 20:19   ` Leo Li
  2018-09-26 13:15     ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Leo Li @ 2018-09-25 20:19 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, linux-arm-kernel, linux-kernel, shawnguo



> -----Original Message-----
> From: Olof Johansson <olof@lixom.net>
> Sent: Tuesday, September 25, 2018 2:48 PM
> To: Leo Li <leoyang.li@nxp.com>
> Cc: arm@kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org; shawnguo@kernel.org
> Subject: Re: [GIT PULL] fixes for soc/fsl drivers for v4.19
> 
> Hi,
> 
> On Mon, Sep 24, 2018 at 05:19:54PM -0500, Li Yang wrote:
> > Hi arm-soc maintainers,
> >
> > Please pull soc/fsl drivers fixes for v4.19.
> >
> > Regards,
> > Leo
> >
> >
> > The following changes since commit
> 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> >
> >   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git
> > tags/soc-fsl-fix-v4.19
> >
> > for you to fetch changes up to
> 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:
> >
> >   soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
> > (2018-09-17 16:01:46 -0500)
> >
> > ----------------------------------------------------------------
> > NXP/FSL SoC driver fixes for v4.19
> >
> > - Fix crash of qman_portal by deferring its probe if qman is not
> > probed
> > - Fix NULL pointer dereference by adding more checks in qman_portal
> > - Fix copy/paste bug in ucc_get_tdm_sync_shift()
> 
> Good summary, thanks!
> 
> However:
> 
> > Alexandre Belloni (2):
> >       soc: fsl: qbman: qman_portal: defer probing when qman is not
> > available
> 
> I think this fix has issues, I replied on the patch. Let me know if you want me to
> cherry-pick the other two fixes for now.

Thanks for the review.  Please help to cherry-pick the other two.  I will work with the patch author for an update for the first one.

Regards,
Leo

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

* Re: [GIT PULL] fixes for soc/fsl drivers for v4.19
  2018-09-25 20:19   ` Leo Li
@ 2018-09-26 13:15     ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2018-09-26 13:15 UTC (permalink / raw)
  To: Li Yang
  Cc: ARM-SoC Maintainers, Linux ARM Mailing List,
	Linux Kernel Mailing List, Shawn Guo

On Tue, Sep 25, 2018 at 10:19 PM Leo Li <leoyang.li@nxp.com> wrote:

>
> Thanks for the review.  Please help to cherry-pick the other two.  I will work with the patch author for an update for the first one.

Done, thanks!


-Olof

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

* RE: [GIT PULL] fixes for soc/fsl drivers for v4.19
  2018-09-23 12:37 ` Olof Johansson
@ 2018-09-24 16:58   ` Leo Li
  0 siblings, 0 replies; 7+ messages in thread
From: Leo Li @ 2018-09-24 16:58 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, linux-arm-kernel, linux-kernel, shawnguo



> -----Original Message-----
> From: Olof Johansson <olof@lixom.net>
> Sent: Sunday, September 23, 2018 7:37 AM
> To: Leo Li <leoyang.li@nxp.com>
> Cc: arm@kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org; shawnguo@kernel.org
> Subject: Re: [GIT PULL] fixes for soc/fsl drivers for v4.19
> 
> Hi Li,
> 
> On Thu, Sep 20, 2018 at 11:56:56AM -0500, Li Yang wrote:
> > Hi arm-soc maintainers,
> >
> > Please merge the following fixes for soc/fsl drivers.
> >
> > Regards,
> > Leo
> >
> > The following changes since commit
> 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> >
> >   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git
> > tags/soc-fsl-fixes-for-4.19
> >
> > for you to fetch changes up to
> 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:
> >
> >   soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
> > (2018-09-17 16:01:46 -0500)
> >
> > ----------------------------------------------------------------
> > soc/fsl fixes for 4.19
> 
> Please spend a bit of effort on writing up the tag for all pull requests, even
> fixes. For fixes in particular, just as with the patch descriptions we want the
> pull request to contain some brief information to what the bug is and why
> the fix is needed.
> 
> Care to give this another go with a new tag description, please?

Sure.  Will send a new version right away.


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

* Re: [GIT PULL] fixes for soc/fsl drivers for v4.19
  2018-09-20 16:56 Li Yang
@ 2018-09-23 12:37 ` Olof Johansson
  2018-09-24 16:58   ` Leo Li
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2018-09-23 12:37 UTC (permalink / raw)
  To: Li Yang; +Cc: arm, linux-arm-kernel, linux-kernel, shawnguo

Hi Li,

On Thu, Sep 20, 2018 at 11:56:56AM -0500, Li Yang wrote:
> Hi arm-soc maintainers,
> 
> Please merge the following fixes for soc/fsl drivers.
> 
> Regards,
> Leo
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fixes-for-4.19
> 
> for you to fetch changes up to 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:
> 
>   soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() (2018-09-17 16:01:46 -0500)
> 
> ----------------------------------------------------------------
> soc/fsl fixes for 4.19

Please spend a bit of effort on writing up the tag for all pull requests, even
fixes. For fixes in particular, just as with the patch descriptions we want the
pull request to contain some brief information to what the bug is and why the
fix is needed.

Care to give this another go with a new tag description, please?


Thanks,

Olof

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

* [GIT PULL] fixes for soc/fsl drivers for v4.19
@ 2018-09-20 16:56 Li Yang
  2018-09-23 12:37 ` Olof Johansson
  0 siblings, 1 reply; 7+ messages in thread
From: Li Yang @ 2018-09-20 16:56 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, shawnguo

Hi arm-soc maintainers,

Please merge the following fixes for soc/fsl drivers.

Regards,
Leo

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3cb31b634052ed458922e0c8e2b4b093d7fb60b9:

  soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() (2018-09-17 16:01:46 -0500)

----------------------------------------------------------------
soc/fsl fixes for 4.19

----------------------------------------------------------------
Alexandre Belloni (2):
      soc: fsl: qbman: qman_portal: defer probing when qman is not available
      soc: fsl: qbman: qman: avoid allocating from non existing gen_pool

Zhao Qiang (1):
      soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()

 drivers/soc/fsl/qbman/qman.c        | 3 +++
 drivers/soc/fsl/qbman/qman_portal.c | 2 ++
 drivers/soc/fsl/qe/ucc.c            | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2018-09-26 13:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 22:19 [GIT PULL] fixes for soc/fsl drivers for v4.19 Li Yang
2018-09-25 19:47 ` Olof Johansson
2018-09-25 20:19   ` Leo Li
2018-09-26 13:15     ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2018-09-20 16:56 Li Yang
2018-09-23 12:37 ` Olof Johansson
2018-09-24 16:58   ` Leo Li

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