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:   Tue, 12 Feb 2019 13:18:49 -0800 (PST)
From:   Palmer Dabbelt <palmer@...ive.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:      linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.0-rc7

The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git tags/riscv-for-linus-5.0-rc7

for you to fetch changes up to 41fb9d54f12b87fb1f670653e95d34668a08e8ee:

  Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S" (2019-02-11 15:24:45 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.0-rc7

This tag contains a pair of bug fixes that I'd like to include in 5.0:

* A fix to disambiguate swap from invalid PTEs, which fixes an error
  when trying to unmap PROT_NONE pages.
* A revert to an optimization of the size of flat binaries.  This is
  really a workaround to prevent breaking existing boot flows, but since
  the change was introduced as part of the 5.0 merge window I'd like to
  have the fix in before 5.0 so we can avoid a regression for any proper
  releases.

With these I hope we're out of patches for 5.0 in RISC-V land.

----------------------------------------------------------------
Palmer Dabbelt (1):
      Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"

Stefan O'Rear (1):
      riscv: Add pte bit to distinguish swap from invalid

 arch/riscv/include/asm/pgtable-bits.h | 6 ++++++
 arch/riscv/include/asm/pgtable.h      | 8 ++++----
 arch/riscv/kernel/vmlinux.lds.S       | 8 ++------
 3 files changed, 12 insertions(+), 10 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ