This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 12a0094839d0 Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.o [...] new 33d19f621641 rust: io: always inline functions using build_assert with [...] new 5d9c4c272ba0 rust: irq: always inline functions using build_assert with [...] new 4181aceb4af4 rust: i2c: do not drop device private data on shutdown() new 5f4476e98387 rust: auxiliary: add Driver::unbind() callback new 0af1a9e4629a rust: driver: introduce a DriverLayout trait new c1d4519e1c36 rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait new 2ad0f490c224 rust: driver: add DriverData type to the DriverLayout trait new a995fe1a3aa7 rust: driver: drop device private data post unbind new 5dbeeb268b63 Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/p [...]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/base/dd.c | 2 + include/linux/device/driver.h | 9 +++++ rust/kernel/auxiliary.rs | 41 +++++++++++++++++---- rust/kernel/device.rs | 20 +++++----- rust/kernel/driver.rs | 86 +++++++++++++++++++++++++++++++++++-------- rust/kernel/i2c.rs | 31 ++++++++++------ rust/kernel/io.rs | 9 +++-- rust/kernel/io/resource.rs | 2 + rust/kernel/irq/flags.rs | 2 + rust/kernel/pci.rs | 27 +++++++++----- rust/kernel/platform.rs | 27 +++++++++----- rust/kernel/usb.rs | 27 +++++++++----- 12 files changed, 209 insertions(+), 74 deletions(-)