mbox series

[GIT,PULL,v2] soc/fsl drivers changes for fix(v5.15)

Message ID 20211026235744.19258-1-leoyang.li@nxp.com (mailing list archive)
State Accepted
Commit 76f79231666a7a3c9a1db82c002e083125de5861
Headers show
Series [GIT,PULL,v2] soc/fsl drivers changes for fix(v5.15) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.15-2

Message

Leo Li Oct. 26, 2021, 11:57 p.m. UTC
Hi soc maintainers,

Please merge the following new changes for soc/fsl drivers.

Regards,
Leo

v2:
Dropped "soc: fsl: dpio: fix qbman alignment error in the virtualization context"

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-fix-v5.15-2

for you to fetch changes up to 8120bd469f5525da229953c1197f2b826c0109f4:

  soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read (2021-10-21 18:19:52 -0500)

----------------------------------------------------------------
NXP/FSL SoC driver fixes for v5.15

DPAA2 DPIO driver
- replace smp_processor_id with raw_smp_processor_id to fix preempt
debug BUG
- use the combined functions to protect critical zone to fix deadlock

DPAA2 console
- free buffer before returning from dpaa2_console_read

----------------------------------------------------------------
Meng Li (2):
      soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
      soc: fsl: dpio: use the combined functions to protect critical zone

Robert-Ionut Alexa (1):
      soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read

 drivers/soc/fsl/dpaa2-console.c     | 1 +
 drivers/soc/fsl/dpio/dpio-service.c | 2 +-
 drivers/soc/fsl/dpio/qbman-portal.c | 9 +++------
 3 files changed, 5 insertions(+), 7 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 27, 2021, 7:30 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 26 Oct 2021 18:57:44 -0500 you wrote:
> Hi soc maintainers,
> 
> Please merge the following new changes for soc/fsl drivers.
> 
> Regards,
> Leo
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,v2] soc/fsl drivers changes for fix(v5.15)
    https://git.kernel.org/soc/soc/c/76f79231666a

You are awesome, thank you!