All of lore.kernel.org
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@sifive.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.0-rc7
Date: Tue, 12 Feb 2019 13:18:49 -0800 (PST)	[thread overview]
Message-ID: <mhng-57c6009c-7e1d-4742-af0a-807c08dab07a@palmer-si-x1c4> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@sifive.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.0-rc7
Date: Tue, 12 Feb 2019 13:18:49 -0800 (PST)	[thread overview]
Message-ID: <mhng-57c6009c-7e1d-4742-af0a-807c08dab07a@palmer-si-x1c4> (raw)

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(-)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

             reply	other threads:[~2019-02-12 21:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-12 21:18 Palmer Dabbelt [this message]
2019-02-12 21:18 ` [GIT PULL] RISC-V Fixes for 5.0-rc7 Palmer Dabbelt
2019-02-12 21:45 ` pr-tracker-bot
2019-02-12 21:45   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mhng-57c6009c-7e1d-4742-af0a-807c08dab07a@palmer-si-x1c4 \
    --to=palmer@sifive.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.