mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] rv fixes for 6.17-rc7
@ 2025-09-15  7:35 Gabriele Monaco
  2025-09-15 23:25 ` Steven Rostedt
  0 siblings, 1 reply; 7+ messages in thread
From: Gabriele Monaco @ 2025-09-15  7:35 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: linux-kernel, Akhilesh Patil, Nam Cao, Palmer Dabbelt, Zhen Ni

Steve,

The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:

  Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)

are available in the Git repository at:

  git@gitlab.com:glemco/linux tags/rv-6.17-rc7

for you to fetch changes up to 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

----------------------------------------------------------------
Simple fixes like:
- Fix build in some riscv flavours
- Fix wrong cast, obsolete after refactoring
- Fix missing unlock on failure
- Fix duplicate import

----------------------------------------------------------------
Akhilesh Patil (1):
      include/linux/rv.h: remove redundant include file

Nam Cao (1):
      rv: Fix wrong type cast in enabled_monitors_next()

Palmer Dabbelt (1):
      rv: Support systems with time64-only syscalls

Zhen Ni (1):
      rv: Fix missing mutex unlock in rv_register_monitor()

 include/linux/rv.h                     | 6 ++----
 kernel/trace/rv/monitors/sleep/sleep.c | 4 ++++
 kernel/trace/rv/rv.c                   | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

Cc: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Cc: Nam Cao <namcao@linutronix.de>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Zhen Ni <zhen.ni@easystack.cn>


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] rv fixes for 6.17-rc7
@ 2025-09-17  8:42 Gabriele Monaco
  0 siblings, 0 replies; 7+ messages in thread
From: Gabriele Monaco @ 2025-09-17  8:42 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: linux-kernel, Akhilesh Patil, Nam Cao, Palmer Dabbelt, Zhen Ni

Steve,

The following changes since commit 76eeb9b8de9880ca38696b2fb56ac45ac0a25c6c:

  Linux 6.17-rc5 (2025-09-07 14:22:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gmonaco/linux.git rv-6.17-rc7

for you to fetch changes up to 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

----------------------------------------------------------------
Simple fixes like:
- Fix build in some riscv flavours
- Fix wrong cast, obsolete after refactoring
- Fix missing unlock on failure
- Fix duplicate import

----------------------------------------------------------------
Akhilesh Patil (1):
      include/linux/rv.h: remove redundant include file

Nam Cao (1):
      rv: Fix wrong type cast in enabled_monitors_next()

Palmer Dabbelt (1):
      rv: Support systems with time64-only syscalls

Zhen Ni (1):
      rv: Fix missing mutex unlock in rv_register_monitor()

 include/linux/rv.h                     | 6 ++----
 kernel/trace/rv/monitors/sleep/sleep.c | 4 ++++
 kernel/trace/rv/rv.c                   | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

Cc: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Cc: Nam Cao <namcao@linutronix.de>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Zhen Ni <zhen.ni@easystack.cn>


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] rv fixes for 6.17-rc7
@ 2025-09-17  7:58 Gabriele Monaco
  0 siblings, 0 replies; 7+ messages in thread
From: Gabriele Monaco @ 2025-09-17  7:58 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel

Steve,

The following changes since commit 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/gmonaco/linux.git rv-6.17-rc7

for you to fetch changes up to 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

----------------------------------------------------------------
Simple fixes like:
- Fix build in some riscv flavours
- Fix wrong cast, obsolete after refactoring
- Fix missing unlock on failure
- Fix duplicate import

----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [GIT PULL] rv fixes for 6.17-rc7
@ 2025-09-15  7:31 Gabriele Monaco
  0 siblings, 0 replies; 7+ messages in thread
From: Gabriele Monaco @ 2025-09-15  7:31 UTC (permalink / raw)
  Cc: linux-kernel

me,

The following changes since commit 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

are available in the Git repository at:

  git@gitlab.com:glemco/linux tags/rv-6.17-rc7

for you to fetch changes up to 9b5096761c184b3923ae45c5e82da31005a765c7:

  rv: Fix missing mutex unlock in rv_register_monitor() (2025-09-15 08:36:35 +0200)

----------------------------------------------------------------
Simple fixes like:
- Fix build in some riscv flavours
- Fix wrong cast, obsolete after refactoring
- Fix missing unlock on failure
- Fix duplicate import

----------------------------------------------------------------


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

end of thread, other threads:[~2025-09-17  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-15  7:35 [GIT PULL] rv fixes for 6.17-rc7 Gabriele Monaco
2025-09-15 23:25 ` Steven Rostedt
2025-09-16  5:24   ` Gabriele Monaco
2025-09-16  9:37     ` Gabriele Monaco
  -- strict thread matches above, loose matches on Subject: below --
2025-09-17  8:42 Gabriele Monaco
2025-09-17  7:58 Gabriele Monaco
2025-09-15  7:31 Gabriele Monaco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®