mbox series

[GIT,PULL,1/2] memory: drivers for v5.13

Message ID 20210407161333.73013-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit 25dcca7fedcd4e31cb368ad846bfd738c0c6307c
Headers show
Series [GIT,PULL,1/2] memory: drivers for v5.13 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-5.13

Message

Krzysztof Kozlowski April 7, 2021, 4:13 p.m. UTC
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-5.13

for you to fetch changes up to 25dcca7fedcd4e31cb368ad846bfd738c0c6307c:

  memory: pl353: fix mask of ECC page_size config register (2021-04-05 16:15:58 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.13

1. OMAP: fix unlikely but possible out of bounds read.
2. PL353: fix mask used in setting ECC page_size in config register.
3. Minor cleanup: Freescale Corenet.

----------------------------------------------------------------
Colin Ian King (1):
      memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]

Qiheng Lin (1):
      memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()

gexueyuan (1):
      memory: pl353: fix mask of ECC page_size config register

 drivers/memory/fsl-corenet-cf.c | 4 +---
 drivers/memory/omap-gpmc.c      | 7 +++++--
 drivers/memory/pl353-smc.c      | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

Comments

Arnd Bergmann April 8, 2021, 3:49 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 18:13:32 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-5.13
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: f8e547f5285b8e4f862de90b0425a93999499e25

       Arnd