mbox series

[GIT,PULL] RISC-V Fixes for 5.0-rc7

Message ID mhng-57c6009c-7e1d-4742-af0a-807c08dab07a@palmer-si-x1c4 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.0-rc7 | expand

Pull-request

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

Message

Palmer Dabbelt Feb. 12, 2019, 9:18 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 12, 2019, 9:45 p.m. UTC | #1
The pull request you sent on Tue, 12 Feb 2019 13:18:49 -0800 (PST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/57902dc0670c2926b0b5cc93a1e2ddf09d53e706

Thank you!