[GIT PULL] updates to soc/fsl drivers for v5.1 take3
From: Li Yang
Date: Tue Feb 19 2019 - 16:10:00 EST
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(-)