mbox series

[GIT,PULL] updates to soc/fsl drivers for v5.1 take3

Message ID 20190219210953.1840-1-leoyang.li@nxp.com
State New
Headers show
Series [GIT,PULL] updates to soc/fsl drivers for v5.1 take3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.1-3

Message

Leo Li Feb. 19, 2019, 9:09 p.m. UTC
Hi arm-soc maintainers,

Please help to look into the following changes on top of previous
pull request and merge them if they look good.


The following changes since commit 3c0d64e867ed78a782a8a00d3b519396d9c5a2db:

  soc: fsl: guts: reuse machine name from device tree (2019-01-11 16:08:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.1-3

for you to fetch changes up to bd3bd3b36df725645036748e58a8c35c8d2cbf91:

  soc: fsl: dpio: fix memory leak of a struct qbman on error exit path (2019-02-19 14:59:39 -0600)

----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.1 take3

DPIO driver
- fixed a use after free problem
- fixed a memory leak on error path

----------------------------------------------------------------
Colin Ian King (1):
      soc: fsl: dpio: fix memory leak of a struct qbman on error exit path

Dan Carpenter (1):
      soc: fsl: dpio: Use after free in dpaa2_dpio_remove()

 drivers/soc/fsl/dpio/dpio-driver.c  | 2 +-
 drivers/soc/fsl/dpio/qbman-portal.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Feb. 20, 2019, 3:14 p.m. UTC | #1
On Tue, Feb 19, 2019 at 10:09 PM Li Yang <leoyang.li@nxp.com> wrote:
> The following changes since commit 3c0d64e867ed78a782a8a00d3b519396d9c5a2db:
>
>   soc: fsl: guts: reuse machine name from device tree (2019-01-11 16:08:43 -0600)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.1-3
>
> for you to fetch changes up to bd3bd3b36df725645036748e58a8c35c8d2cbf91:
>
>   soc: fsl: dpio: fix memory leak of a struct qbman on error exit path (2019-02-19 14:59:39 -0600)
>
> ----------------------------------------------------------------
> NXP/FSL SoC driver updates for v5.1 take3
>
> DPIO driver
> - fixed a use after free problem
> - fixed a memory leak on error path

Pulled into arm/drivers, thanks!

     Arnd