mbox series

[GIT,PULL] mtd: Fixes for 5.18-rc5

Message ID 20220427114222.75209cb3@xps13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 5.18-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.18-rc5

Message

Miquel Raynal April 27, 2022, 9:42 a.m. UTC
Hello Linus,

This is a fixes MTD PR for the next -rc.

Thanks,
Miquèl


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.18-rc5

for you to fetch changes up to ba7542eb2dd5dfc75c457198b88986642e602065:

  mtd: rawnand: qcom: fix memory corruption that causes panic (2022-04-21 09:29:07 +0200)

----------------------------------------------------------------
MTD core fix:
* Fix a possible data corruption of the 'part' field in mtd_info

Rawnand fixes:
* Fix the check on the return value of wait_for_completion_timeout
* Fix wrong ECC parameters for mt7622
* Fix a possible memory corruption that might panic in the Qcom driver

----------------------------------------------------------------
Chuanhong Guo (1):
      mtd: rawnand: fix ecc parameters for mt7622

Md Sadre Alam (1):
      mtd: rawnand: qcom: fix memory corruption that causes panic

Miaoqian Lin (1):
      mtd: rawnand: Fix return value check of wait_for_completion_timeout

Oleksandr Ocheretnyi (1):
      mtd: fix 'part' field data corruption in mtd_info

 drivers/mtd/nand/raw/mtk_ecc.c    | 12 ++++++++----
 drivers/mtd/nand/raw/qcom_nandc.c | 24 +++++++++++++-----------
 drivers/mtd/nand/raw/sh_flctl.c   | 14 ++++++++------
 include/linux/mtd/mtd.h           |  6 ++----
 4 files changed, 31 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org April 27, 2022, 5:22 p.m. UTC | #1
The pull request you sent on Wed, 27 Apr 2022 11:42:22 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.18-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/03498b7131b874166724ca016178932d0b5781aa

Thank you!