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:   Thu, 12 Jan 2023 10:49:41 +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@...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.2-rc4

Hello Linus,

This is an MTD fixes PR for the next -rc. I was told that MAINTAINERS
changes were welcome ASAP to avoid bouncing e-mails and communication
disruptions, so here is a change to update Tudor's e-mail address
included in this PR aside with 3 core MTD changes.

Thanks,
Miquèl

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -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.2-rc4

for you to fetch changes up to c0f7ae27539fbac267384a7bfc58296ea7550d52:

  MAINTAINERS: Update email of Tudor Ambarus (2023-01-07 15:18:44 +0100)

----------------------------------------------------------------
MTD changes:
* cfi: Allow building spi-intel standalone to avoid build issues
* parsers: scpart: Fix __udivdi3 undefined on mips
* parsers: tplink_safeloader: Fix potential memory leak during parsing

MAINTAINERS change:
* Update email of Tudor Ambarus

----------------------------------------------------------------
Arnd Bergmann (1):
      mtd: cfi: allow building spi-intel standalone

Mikhail Zhilkin (1):
      mtd: parsers: scpart: fix __udivdi3 undefined on mips

Tudor Ambarus (1):
      MAINTAINERS: Update email of Tudor Ambarus

Yuan Can (1):
      mtd: parsers: Fix potential memory leak in mtd_parser_tplink_safeloader_parse()

 .mailmap                                                             |  1 +
 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml  |  2 +-
 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml  |  2 +-
 Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml |  2 +-
 Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml      |  2 +-
 Documentation/devicetree/bindings/spi/atmel,quadspi.yaml             |  2 +-
 MAINTAINERS                                                          | 10 +++++-----
 drivers/crypto/atmel-ecc.c                                           |  4 ++--
 drivers/crypto/atmel-i2c.c                                           |  4 ++--
 drivers/crypto/atmel-i2c.h                                           |  2 +-
 drivers/mtd/parsers/scpart.c                                         |  2 +-
 drivers/mtd/parsers/tplink_safeloader.c                              |  4 +++-
 drivers/mtd/spi-nor/core.c                                           |  1 +
 include/linux/mtd/spi-nor.h                                          |  1 -
 14 files changed, 21 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ