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:   Mon, 27 Mar 2023 10:16:05 +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 6.3-rc5

Hello Linus,

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

Thanks,
Miquèl

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e732e39ed9929c05fd219035bc9653ba4100d4fa:

  mtd: rawnand: meson: invalidate cache on polling ECC bit (2023-03-22 16:59:29 +0100)

----------------------------------------------------------------
Raw NAND controller driver fixes:
* meson:
  - Invalidate cache on polling ECC bit
  - Initialize struct with zeroes
* nandsim: Artificially prevent sequential page reads

ECC engine driver fixes:
* mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is used

Binging fixes:
* jedec,spi-nor: Document CPOL/CPHA support

----------------------------------------------------------------
Arseniy Krasnov (2):
      mtd: rawnand: meson: initialize struct with zeroes
      mtd: rawnand: meson: invalidate cache on polling ECC bit

Christophe JAILLET (1):
      mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is used

Geert Uytterhoeven (1):
      dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support

Miquel Raynal (1):
      mtd: rawnand: nandsim: Artificially prevent sequential page reads

 Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml |  7 +++++++
 drivers/mtd/nand/ecc-mxic.c                              |  1 +
 drivers/mtd/nand/raw/meson_nand.c                        | 10 ++++++++--
 drivers/mtd/nand/raw/nandsim.c                           | 17 ++++++++++++++++-
 4 files changed, 32 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ