All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 6.2-rc7
@ 2023-02-03 15:26 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-02-03 15:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit c1d6105869464635d8a2bcf87a43c05f4c0cfca4:

  riscv: Move call to init_cpu_topology() to later initialization stage (2023-01-25 07:20:00 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2f394c0e7d1129a35156e492bc8f445fb20f43ac:

  riscv: disable generation of unwind tables (2023-02-01 20:51:57 -0800)

----------------------------------------------------------------
RISC-V Fixes for 6.2-rc7

* A build fix to avoid static branches in cpu_relax(), which greatly
  inflates the jump tables and breaks at least
  CONFIG_CC_OPTIMIZE_FOR_SIZE=y.
* A fix for a kernel panic when probing impossible instruction
  positions.
* A fix to disable unwind tables, which are enabled by default for
  GCC-13 and result in unhandled relocations in modules.

----------------------------------------------------------------
Andreas Schwab (1):
      riscv: disable generation of unwind tables

Guo Ren (1):
      riscv: kprobe: Fixup kernel panic when probing an illegal position

Palmer Dabbelt (1):
      Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"

Samuel Holland (1):
      riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y

 arch/riscv/Makefile                     |  3 +++
 arch/riscv/include/asm/hwcap.h          |  3 ---
 arch/riscv/include/asm/vdso/processor.h | 28 ++++++++++++----------------
 arch/riscv/kernel/probes/kprobes.c      | 18 ++++++++++++++++++
 4 files changed, 33 insertions(+), 19 deletions(-)

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

* [GIT PULL] RISC-V Fixes for 6.2-rc7
@ 2023-02-03 15:26 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-02-03 15:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit c1d6105869464635d8a2bcf87a43c05f4c0cfca4:

  riscv: Move call to init_cpu_topology() to later initialization stage (2023-01-25 07:20:00 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2f394c0e7d1129a35156e492bc8f445fb20f43ac:

  riscv: disable generation of unwind tables (2023-02-01 20:51:57 -0800)

----------------------------------------------------------------
RISC-V Fixes for 6.2-rc7

* A build fix to avoid static branches in cpu_relax(), which greatly
  inflates the jump tables and breaks at least
  CONFIG_CC_OPTIMIZE_FOR_SIZE=y.
* A fix for a kernel panic when probing impossible instruction
  positions.
* A fix to disable unwind tables, which are enabled by default for
  GCC-13 and result in unhandled relocations in modules.

----------------------------------------------------------------
Andreas Schwab (1):
      riscv: disable generation of unwind tables

Guo Ren (1):
      riscv: kprobe: Fixup kernel panic when probing an illegal position

Palmer Dabbelt (1):
      Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"

Samuel Holland (1):
      riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y

 arch/riscv/Makefile                     |  3 +++
 arch/riscv/include/asm/hwcap.h          |  3 ---
 arch/riscv/include/asm/vdso/processor.h | 28 ++++++++++++----------------
 arch/riscv/kernel/probes/kprobes.c      | 18 ++++++++++++++++++
 4 files changed, 33 insertions(+), 19 deletions(-)

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

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

* Re: [GIT PULL] RISC-V Fixes for 6.2-rc7
  2023-02-03 15:26 ` Palmer Dabbelt
@ 2023-02-03 18:45   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-02-03 18:45 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Fri, 03 Feb 2023 07:26:53 -0800 (PST):

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

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

Thank you!

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

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

* Re: [GIT PULL] RISC-V Fixes for 6.2-rc7
@ 2023-02-03 18:45   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-02-03 18:45 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Fri, 03 Feb 2023 07:26:53 -0800 (PST):

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

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

Thank you!

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

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

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

end of thread, other threads:[~2023-02-03 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 15:26 [GIT PULL] RISC-V Fixes for 6.2-rc7 Palmer Dabbelt
2023-02-03 15:26 ` Palmer Dabbelt
2023-02-03 18:45 ` pr-tracker-bot
2023-02-03 18:45   ` pr-tracker-bot

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.