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>] [day] [month] [year] [list]
Message-Id: <36814910-2a98-4567-af7f-684318a1ebef@app.fastmail.com>
Date:   Thu, 12 Oct 2023 15:09:14 +0200
From:   "Arnd Bergmann" <arnd@...db.de>
To:     "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:     soc@...nel.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: [GIT PULL] ARM: SoC fixes for 6.6, part 2

The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.6-2

for you to fetch changes up to 26de14831cf6e6a6ff96609a0623e1266a636467:

  IXP4xx MAINTAINERS entries (2023-10-12 13:11:30 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.6, part 2

AngeloGioacchino Del Regno is stepping in as co-maintainer for the
MediaTek SoC platform and starts by sending some dts fixes for
the mt8195 platform that had been pending for a while.

On the ixp4xx platform, Krzysztof Halasa steps down as co-maintainer,
reflecting that Linus Walleij has been handling this on his own
for the past few years.

Generic RISC-V kernels are now marked as incompatible with the
RZ/Five platform that requires custom hacks both for managing
its DMA bounce buffers and for addressing low virtual memory.

Finally, there is one bugfix for the AMDTEE firmware driver
to prevent a use-after-free bug.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer

Arnd Bergmann (2):
      Merge tag 'amdtee-fix-for-v6.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'renesas-fixes-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes

Eugen Hristev (1):
      arm64: dts: mediatek: fix t-phy unit name

Jisheng Zhang (1):
      soc: renesas: Make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE

Krzysztof Hałasa (1):
      IXP4xx MAINTAINERS entries

Macpaul Lin (2):
      arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
      arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions

Nícolas F. R. A. Prado (1):
      arm64: dts: mediatek: mt8195: Set DSU PMU status to fail

Rijo Thomas (1):
      tee: amdtee: fix use-after-free vulnerability in amdtee_close_session

 MAINTAINERS                                  | 27 +++++++++------------------
 arch/arm64/boot/dts/mediatek/mt7622.dtsi     |  2 +-
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  2 +-
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 39 +++++++++++++++++++++++++++++++--------
 arch/arm64/boot/dts/mediatek/mt8195.dtsi     |  1 +
 drivers/soc/renesas/Kconfig                  |  1 +
 drivers/tee/amdtee/core.c                    | 10 ++++++----
 7 files changed, 50 insertions(+), 32 deletions(-)
arnd@...dio:~/soc$ git request-pull mainline/master origin soc-fixes-6.6-2 | xclip
Error: Can't open display: (null)
arnd@...dio:~/soc$ git request-pull mainline/master origin soc-fixes-6.6-2 | cat
The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-6.6-2

for you to fetch changes up to 26de14831cf6e6a6ff96609a0623e1266a636467:

  IXP4xx MAINTAINERS entries (2023-10-12 13:11:30 +0200)

----------------------------------------------------------------
ARM: SoC fixes for 6.6, part 2

AngeloGioacchino Del Regno is stepping in as co-maintainer for the
MediaTek SoC platform and starts by sending some dts fixes for
the mt8195 platform that had been pending for a while.

On the ixp4xx platform, Krzysztof Halasa steps down as co-maintainer,
reflecting that Linus Walleij has been handling this on his own
for the past few years.

Generic RISC-V kernels are now marked as incompatible with the
RZ/Five platform that requires custom hacks both for managing
its DMA bounce buffers and for addressing low virtual memory.

Finally, there is one bugfix for the AMDTEE firmware driver
to prevent a use-after-free bug.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer

Arnd Bergmann (2):
      Merge tag 'amdtee-fix-for-v6.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'renesas-fixes-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes

Eugen Hristev (1):
      arm64: dts: mediatek: fix t-phy unit name

Jisheng Zhang (1):
      soc: renesas: Make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE

Krzysztof Hałasa (1):
      IXP4xx MAINTAINERS entries

Macpaul Lin (2):
      arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
      arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions

Nícolas F. R. A. Prado (1):
      arm64: dts: mediatek: mt8195: Set DSU PMU status to fail

Rijo Thomas (1):
      tee: amdtee: fix use-after-free vulnerability in amdtee_close_session

 MAINTAINERS                                  | 27 +++++++------------
 arch/arm64/boot/dts/mediatek/mt7622.dtsi     |  2 +-
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  2 +-
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 39 ++++++++++++++++++++++------
 arch/arm64/boot/dts/mediatek/mt8195.dtsi     |  1 +
 drivers/soc/renesas/Kconfig                  |  1 +
 drivers/tee/amdtee/core.c                    | 10 ++++---
 7 files changed, 50 insertions(+), 32 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ