All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriele Monaco <gmonaco@redhat.com>
To: Steven Rostedt <rostedt@goodmis.org>, linux-kernel@vger.kernel.org
Cc: linux-trace-kernel@vger.kernel.org,
	Chao Liu <chao.liu@processmission.com>,
	Gabriele Monaco <gmonaco@redhat.com>
Subject: [GIT PULL] rv fixes for v7.3 (for-next)
Date: Thu,  6 Aug 2026 12:00:27 +0200	[thread overview]
Message-ID: <20260806100026.112251-2-gmonaco@redhat.com> (raw)

Steve,

The following changes since commit 984b5a36fd12d1849511a45fda32036fe2b0d004:

  selftests/verification: Add selftests for deadline and stall monitors (2026-07-31 16:27:46 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gmonaco/linux.git rv-fixes-7.3-next

for you to fetch changes up to 7d81675d1bb2cc6db61a2d93b1e0dc7fb0929f9c:

  Documentation/rv: Explain epoll and aborted sleeps (2026-08-04 16:11:28 +0200)

----------------------------------------------------------------
rv fixes for v7.3 (for-next)

Summary of changes:

- Fix 32-bit build of nomiss KUnit test

  A previous commit introduced a division between an u64 and a constant
  value and that doesn't build on 32-bit systems. Use div_u64() instead.

- Document changes in sleep monitor

  The sleep monitor introduced some changes in the past like allowing
  epoll_wait() as a valid sleep and a task going to runnable before
  scheduling as a valid wakeup. Document both.

----------------------------------------------------------------
Chao Liu (1):
      Documentation/rv: Explain epoll and aborted sleeps

Gabriele Monaco (1):
      rv: Fix 32-bit build of nomiss KUnit test

 Documentation/trace/rv/monitor_rtapp.rst       | 6 ++++++
 kernel/trace/rv/monitors/nomiss/nomiss_kunit.c | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

To: Steven Rostedt <rostedt@goodmis.org>
Cc: Chao Liu <chao.liu@processmission.com>
Cc: Gabriele Monaco <gmonaco@redhat.com>


                 reply	other threads:[~2026-08-06 10:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260806100026.112251-2-gmonaco@redhat.com \
    --to=gmonaco@redhat.com \
    --cc=chao.liu@processmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.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.