lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 26 Apr 2024 20:51:20 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mtd@...ts.infradead.org, Richard Weinberger <richard@....at>,
 Tudor Ambarus <Tudor.Ambarus@...aro.org>, Vignesh Raghavendra
 <vigneshr@...com>, Frieder Schrempf <frieder.schrempf@...tron.de>, Michael
 Walle <michael@...le.cc>, Pratyush Yadav <pratyush@...nel.org>,
 linux-kernel@...r.kernel.org
Subject: [GIT PULL] mtd: Fixes for v6.9-rc6

Hello Linus,

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

Thanks,
Miquèl

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.9-rc6

for you to fetch changes up to d2d73a6dd17365c43e109263841f7c26da55cfb0:

  mtd: limit OTP NVMEM cell parse to non-NAND devices (2024-04-15 12:04:37 +0200)

----------------------------------------------------------------
There has been OTP support improvements in the NVMEM subsystem, and
later also improvements of OTP support in the NAND subsystem. This lead
to situations that we currently cannot handle, so better prevent this
situation from happening in order to avoid canceling device's probe.

In the raw NAND subsystem, two runtime fixes have been shared, one
fixing two important commands in the Qcom driver since it got reworked
and a NULL pointer dereference happening on STB chips.

Arnd also fixed a UBSAN link failure on diskonchip.

----------------------------------------------------------------
Arnd Bergmann (1):
      mtd: diskonchip: work around ubsan link failure

Christian Marangi (2):
      mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_exec()
      mtd: limit OTP NVMEM cell parse to non-NAND devices

William Zhang (1):
      mtd: rawnand: brcmnand: Fix data access violation for STB chip

 drivers/mtd/mtdcore.c                    | 2 +-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +-
 drivers/mtd/nand/raw/diskonchip.c        | 4 ++--
 drivers/mtd/nand/raw/qcom_nandc.c        | 7 +++----
 4 files changed, 7 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ