public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rust timekeeping for v7.1
@ 2026-03-30  9:28 Andreas Hindborg
  0 siblings, 0 replies; only message in thread
From: Andreas Hindborg @ 2026-03-30  9:28 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Boqun Feng, FUJITA Tomonori, Frederic Weisbecker, Lyude Paul,
	Thomas Gleixner, Anna-Maria Behnsen, John Stultz, Stephen Boyd,
	rust-for-linux@vger.kernel.org, rust-for-linux

Hi Miguel,

Pleas pull these changes for rust timekeeping.

This PR expands the example section of `HrTimer`, adds a constructor for
`Delta` and marks `ClockSource` as unsafe to ensure only valid values
are returned by `ClockSource::ktime_get`.

The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

  https://github.com/rust-for-linux/linux.git tags/rust-timekeeping-for-v7.1

for you to fetch changes up to ddb1444d3335129ae87d9796ab1debf41c0ee51b:

  hrtimer: add usage examples to documentation (2026-03-23 08:31:00 +0100)

----------------------------------------------------------------
Rust timekeeping changes for v7.1

 - Expand the example section in the `HrTimer` documentation.

 - Mark the `ClockSource` trait as unsafe to ensure valid values for `ktime_get()`.

 - Add `Delta::from_nanos()`.

----------------------------------------------------------------
Andreas Hindborg (1):
      hrtimer: add usage examples to documentation

FUJITA Tomonori (1):
      rust: time: make ClockSource unsafe trait

Lyude Paul (1):
      rust/time: Add Delta::from_nanos()

 rust/kernel/time.rs         |  32 ++++-
 rust/kernel/time/hrtimer.rs | 336 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 362 insertions(+), 6 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-30  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30  9:28 [GIT PULL] Rust timekeeping for v7.1 Andreas Hindborg

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