All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Michael Walle <michael@walle.cc>, Pratyush Yadav <p.yadav@ti.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for 5.18-rc5
Date: Wed, 27 Apr 2022 11:42:22 +0200	[thread overview]
Message-ID: <20220427114222.75209cb3@xps13> (raw)

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(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
	Richard Weinberger <richard@nod.at>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Michael Walle <michael@walle.cc>, Pratyush Yadav <p.yadav@ti.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for 5.18-rc5
Date: Wed, 27 Apr 2022 11:42:22 +0200	[thread overview]
Message-ID: <20220427114222.75209cb3@xps13> (raw)

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(-)

             reply	other threads:[~2022-04-27  9:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27  9:42 Miquel Raynal [this message]
2022-04-27  9:42 ` [GIT PULL] mtd: Fixes for 5.18-rc5 Miquel Raynal
2022-04-27 17:22 ` pr-tracker-bot
2022-04-27 17:22   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220427114222.75209cb3@xps13 \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=p.yadav@ti.com \
    --cc=richard@nod.at \
    --cc=torvalds@linux-foundation.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.