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:   Sat, 6 Aug 2022 05:30:04 +0900
From:   Stafford Horne <shorne@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Openrisc <openrisc@...ts.librecores.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] OpenRISC fixes/updates for v6.0-rc1

Hello Linus,

Please consider for pull,

The following changes since commit 0757060a438835df82bd8aec40d4abc7dc4c9584:

  Merge branch 'pci/header-cleanup-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git (2022-07-30 05:47:13 +0900)

are available in the Git repository at:

  git@...hub.com:openrisc/linux.git tags/for-linus

for you to fetch changes up to 52e0ea900202d23843daee8f7089817e81dd3dd7:

  openrisc: io: Define iounmap argument as volatile (2022-07-30 05:50:15 +0900)

----------------------------------------------------------------
OpenRISC fixes for 5.20-rc1/6.0

In this cycle we add PCI support to OpenRISC used in our new QEMU virt
platform.  The base of this series is a merge of Bjorn's PCI headers
cleanup branch and 5.16-rc6.  The patches from the PCI branch are needed
for the series to work.

The main updates from me include:
 - Kconfig updates to support OpenRISC PCI (just config now after the
   PCI cleanups I did on Bjorn's branch)
 - A new defconfig for the qemu virt platform.
 - Also there is one MAINTAINERS update.  As I was working on the PCI
   series we kept getting bounces from Richard's old email address. I
   added this here; I am not sure how these are usually handled when
   the maintainer doesn't queue it themselves.

----------------------------------------------------------------
Stafford Horne (4):
      openrisc: Add pci bus support
      openrisc: Add virt defconfig
      MAINTAINERS: Update Richard Henderson's address
      openrisc: io: Define iounmap argument as volatile

 MAINTAINERS                          |   2 +-
 arch/openrisc/Kconfig                |   5 +-
 arch/openrisc/configs/virt_defconfig | 108 +++++++++++++++++++++++++++++++++++
 arch/openrisc/include/asm/Kbuild     |   1 +
 arch/openrisc/include/asm/io.h       |   4 +-
 arch/openrisc/mm/ioremap.c           |   2 +-
 6 files changed, 117 insertions(+), 5 deletions(-)
 create mode 100644 arch/openrisc/configs/virt_defconfig

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ