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, 11 Sep 2021 10:43:47 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...belt.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:         linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Patches for the 5.15 Merge Window, Part 2

merged tag 'riscv-for-linus-5.15-mw0'
The following changes since commit 063df71a574b88e94391a3a719cf66d1b46df884:

  Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2021-09-05 11:31:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.15-mw1

for you to fetch changes up to 6f55ab36bef505b449723300a5a445ddc76a94d7:

  riscv: Move EXCEPTION_TABLE to RO_DATA segment (2021-09-10 23:59:48 -0700)

----------------------------------------------------------------
RISC-V Patches for the 5.15 Merge Window, Part 2

* A pair of defconfig additions, for NVMe and the EFI filesystem
  localization options.
* A larger address space for stack randomization.
* A cleanup to our install rules.
* A DTS update for the Microchip Icicle board, to fix the serial
  console.
* Support for build-time table sorting, which allows us to have
  __ex_table read-only.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      riscv: dts: microchip: mpfs-icicle: Fix serial console

Heinrich Schuchardt (2):
      riscv: defconfig: enable BLK_DEV_NVME
      riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1

Jisheng Zhang (2):
      riscv: Enable BUILDTIME_TABLE_SORT
      riscv: Move EXCEPTION_TABLE to RO_DATA segment

Kefeng Wang (1):
      riscv: Improve stack randomisation on RV64

Masahiro Yamada (1):
      riscv: move the (z)install rules to arch/riscv/Makefile

 Documentation/features/vm/ELF-ASLR/arch-support.txt         | 2 +-
 arch/riscv/Kconfig                                          | 1 +
 arch/riscv/Makefile                                         | 7 +++++--
 arch/riscv/boot/Makefile                                    | 8 --------
 arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 6 +++++-
 arch/riscv/configs/defconfig                                | 4 ++++
 arch/riscv/include/asm/elf.h                                | 3 +++
 arch/riscv/kernel/vmlinux-xip.lds.S                         | 1 -
 arch/riscv/kernel/vmlinux.lds.S                             | 4 ++--
 scripts/sorttable.c                                         | 1 +
 10 files changed, 22 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ