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]
Message-ID: <20220218153617.016a905a@xps13>
Date:   Fri, 18 Feb 2022 15:36:17 +0100
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@...rochip.com>,
        Vignesh Raghavendra <vigneshr@...com>,
        Frieder Schrempf <frieder.schrempf@...tron.de>,
        Michael Walle <michael@...le.cc>,
        Pratyush Yadav <p.yadav@...com>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] mtd: Fixes for v5.17-rc5

Hello Linus,

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

Thanks,
Miquèl

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 36415a7964711822e63695ea67fede63979054d9:

  mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status (2022-01-31 17:08:56 +0100)

----------------------------------------------------------------
MTD changes:
* Qcom:
  - Don't print error message on -EPROBE_DEFER
  - Fix kernel panic on skipped partition
  - Fix missing free for pparts in cleanup
* phram: Prevent divide by zero bug in phram_setup()

Raw NAND controller changes:
* ingenic: Fix missing put_device in ingenic_ecc_get
* qcom: Fix clock sequencing in qcom_nandc_probe()
* omap2: Prevent invalid configuration and build error
* gpmi: Don't leak PM reference in error path
* brcmnand: Fix incorrect sub-page ECC status

----------------------------------------------------------------
Ansuel Smith (2):
      mtd: parsers: qcom: Fix kernel panic on skipped partition
      mtd: parsers: qcom: Fix missing free for pparts in cleanup

Bryan O'Donoghue (2):
      mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
      mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

Christian Eggers (1):
      mtd: rawnand: gpmi: don't leak PM reference in error path

Dan Carpenter (1):
      mtd: phram: Prevent divide by zero bug in phram_setup()

Miaoqian Lin (1):
      mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get

Roger Quadros (1):
      mtd: rawnand: omap2: Prevent invalid configuration and build error

david regan (1):
      mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status

 drivers/mtd/devices/phram.c                | 12 ++++++++----
 drivers/mtd/nand/raw/Kconfig               |  3 ++-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c   |  2 +-
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c |  3 ++-
 drivers/mtd/nand/raw/ingenic/ingenic_ecc.c |  7 ++++++-
 drivers/mtd/nand/raw/qcom_nandc.c          | 14 ++++++--------
 drivers/mtd/parsers/qcomsmempart.c         | 36 +++++++++++++++++++++++-------------
 7 files changed, 48 insertions(+), 29 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ