All of lore.kernel.org
 help / color / mirror / Atom feed
From: Palmer Dabbelt <palmer@rivosinc.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 6.4-rc5
Date: Fri, 02 Jun 2023 08:11:03 -0700 (PDT)	[thread overview]
Message-ID: <mhng-78f8e789-4700-4d48-b64e-11ed75a3a048@palmer-ri-x1c9> (raw)

The following changes since commit 3b90b09af5be42491a8a74a549318cfa265b3029:

  riscv: Fix orphan section warnings caused by kernel/pi (2023-05-09 18:20: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-6.4-rc5

for you to fetch changes up to 6966d7988c4fb6af3e395868e9800c07f9e98a30:

  riscv: Implement missing huge_ptep_get (2023-06-01 18:15:37 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.4-rc5

* A build warning fix for BUILTIN_DTB=y.
* Hibernation support is hidden behind NONPORTABLE, as it depends on
  some undocumented early boot behavior and breaks on most platforms.
* A fix for relocatable kernels on systems with early boot errata.
* A fix to properly handle perf callchains for kernel tracepoints.
* A pair of fixes for NAPOT to avoid inconsistencies between PTEs and
  handle hardware that sets arbitrary A/D bits.

----------------------------------------------------------------
Alexandre Ghiti (4):
      riscv: Fix unused variable warning when BUILTIN_DTB is set
      riscv: Fix relocatable kernels with early alternatives using -fno-pie
      riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
      riscv: Implement missing huge_ptep_get

Conor Dooley (1):
      RISC-V: mark hibernation as nonportable

Ism Hong (1):
      riscv: perf: Fix callchain parse error with kernel tracepoint events

 arch/riscv/Kconfig                  |  5 ++++-
 arch/riscv/errata/Makefile          |  4 ++++
 arch/riscv/include/asm/hugetlb.h    |  3 +++
 arch/riscv/include/asm/perf_event.h |  7 +++++++
 arch/riscv/kernel/Makefile          |  4 ++++
 arch/riscv/mm/hugetlbpage.c         | 30 +++++++++++++++++++++++++++++-
 arch/riscv/mm/init.c                |  2 +-
 7 files changed, 52 insertions(+), 3 deletions(-)

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

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@rivosinc.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 6.4-rc5
Date: Fri, 02 Jun 2023 08:11:03 -0700 (PDT)	[thread overview]
Message-ID: <mhng-78f8e789-4700-4d48-b64e-11ed75a3a048@palmer-ri-x1c9> (raw)

The following changes since commit 3b90b09af5be42491a8a74a549318cfa265b3029:

  riscv: Fix orphan section warnings caused by kernel/pi (2023-05-09 18:20: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-6.4-rc5

for you to fetch changes up to 6966d7988c4fb6af3e395868e9800c07f9e98a30:

  riscv: Implement missing huge_ptep_get (2023-06-01 18:15:37 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.4-rc5

* A build warning fix for BUILTIN_DTB=y.
* Hibernation support is hidden behind NONPORTABLE, as it depends on
  some undocumented early boot behavior and breaks on most platforms.
* A fix for relocatable kernels on systems with early boot errata.
* A fix to properly handle perf callchains for kernel tracepoints.
* A pair of fixes for NAPOT to avoid inconsistencies between PTEs and
  handle hardware that sets arbitrary A/D bits.

----------------------------------------------------------------
Alexandre Ghiti (4):
      riscv: Fix unused variable warning when BUILTIN_DTB is set
      riscv: Fix relocatable kernels with early alternatives using -fno-pie
      riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
      riscv: Implement missing huge_ptep_get

Conor Dooley (1):
      RISC-V: mark hibernation as nonportable

Ism Hong (1):
      riscv: perf: Fix callchain parse error with kernel tracepoint events

 arch/riscv/Kconfig                  |  5 ++++-
 arch/riscv/errata/Makefile          |  4 ++++
 arch/riscv/include/asm/hugetlb.h    |  3 +++
 arch/riscv/include/asm/perf_event.h |  7 +++++++
 arch/riscv/kernel/Makefile          |  4 ++++
 arch/riscv/mm/hugetlbpage.c         | 30 +++++++++++++++++++++++++++++-
 arch/riscv/mm/init.c                |  2 +-
 7 files changed, 52 insertions(+), 3 deletions(-)

             reply	other threads:[~2023-06-02 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 15:11 Palmer Dabbelt [this message]
2023-06-02 15:11 ` [GIT PULL] RISC-V Fixes for 6.4-rc5 Palmer Dabbelt
2023-06-02 17:51 ` pr-tracker-bot
2023-06-02 17:51   ` 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-78f8e789-4700-4d48-b64e-11ed75a3a048@palmer-ri-x1c9 \
    --to=palmer@rivosinc.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.