]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux...
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 8 Apr 2026 07:46:01 +0000 (09:46 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 8 Apr 2026 08:44:11 +0000 (10:44 +0200)
commitb06b348e855383ed80e041299f3925cdd7dff3da
tree711ca958418fe1b8253929f163fc4b279498111a
parentf4231eb25cd215882d4a5da9110d3772c2644b6c
parentddb1444d3335129ae87d9796ab1debf41c0ee51b
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-next

Pull timekeeping updates from Andreas Hindborg:

 - 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()'.

This is a back merge since the pull request has a newer base -- we will
avoid that in the future.

And, given it is a back merge, it happens to resolve the "subtle" conflict
around '--remap-path-{prefix,scope}' that I discussed in linux-next [1],
plus a few other common conflicts. The result matches what we did for
next-20260407.

The actual diffstat (i.e. using a temporary merge of upstream first) is:

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

Link: https://lore.kernel.org/linux-next/CANiq72kdxB=W3_CV1U44oOK3SssztPo2wLDZt6LP94TEO+Kj4g@mail.gmail.com/
* tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux:
  hrtimer: add usage examples to documentation
  rust: time: make ClockSource unsafe trait
  rust/time: Add Delta::from_nanos()
MAINTAINERS
Makefile
drivers/android/binder/page_range.rs
drivers/gpu/nova-core/gsp/cmdq.rs
rust/Makefile
rust/kernel/ptr.rs
rust/kernel/str.rs