linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 5.8-rc5 (ideally)
@ 2020-07-11 20:24 Palmer Dabbelt
  2020-07-12 17:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2020-07-11 20:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:

  Linux 5.8-rc4 (2020-07-05 16:20:22 -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.8-rc5

for you to fetch changes up to 70ee5731a40b1f07f151e52c3c4ed27d70d4f9fe:

  riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning (2020-07-09 20:12:28 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.8-rc5 (ideally)

I have a few KGDB-related fixes that I'd like to target for 5.8-rc5.  They're
mostly fixes for build warnings, but there's also:

* Support for the qSupported and qXfer packets, which are necessary to pass
  around GDB XML information which we need for the RISC-V GDB port to fully
  function.
* Users can now select STRICT_KERNEL_RWX instead of forcing it on.

I know it's a bit late for rc5, as these are not critical it's not a big deal
if they don't make it in.

----------------------------------------------------------------
Vincent Chen (5):
      kgdb: enable arch to support XML packet.
      riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX
      riscv: Fix "no previous prototype" compile warning in kgdb.c file
      kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h
      riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning

 arch/riscv/Kconfig               |  2 ++
 arch/riscv/include/asm/gdb_xml.h |  3 +--
 arch/riscv/include/asm/kgdb.h    |  5 +++--
 arch/riscv/kernel/kgdb.c         | 10 +++++-----
 include/linux/kgdb.h             | 12 ++++++++++++
 kernel/debug/gdbstub.c           | 13 +++++++++++++
 lib/Kconfig.kgdb                 |  5 +++++
 7 files changed, 41 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] RISC-V Fixes for 5.8-rc5 (ideally)
  2020-07-11 20:24 [GIT PULL] RISC-V Fixes for 5.8-rc5 (ideally) Palmer Dabbelt
@ 2020-07-12 17:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-12 17:40 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Sat, 11 Jul 2020 13:24:01 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.8-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9901a6bd157719f9f93186868c527c5ba5edf8e5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-12 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-11 20:24 [GIT PULL] RISC-V Fixes for 5.8-rc5 (ideally) Palmer Dabbelt
2020-07-12 17:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).