linux-kernelorg-stable/rust/kernel
Linus Torvalds 229f135e06 Driver core fixes for 6.16-rc3
- Fix a race condition in Devres::drop(). This depends on two other
     patches:
     - (Minimal) Rust abstractions for struct completion.
     - Let Revocable indicate whether its data is already being revoked.
 
   - Fix Devres to avoid exposing the internal Revocable.
 
   - Add .mailmap entry for Danilo Krummrich.
 
   - Add Madhavan Srinivasan to embargoed-hardware-issues.rst.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQS2q/xV6QjXAdC7k+1FlHeO1qrKLgUCaFLtYAAKCRBFlHeO1qrK
 LsMRAP0XC/uvG5mvaRR2uE2yosEfbEEj+Qm/QBa7ebwfh0uspgD6A5UXFS7QRs8d
 FEBVpmuCmGtnqVFLmuKp02qj5csqEAc=
 =F5CN
 -----END PGP SIGNATURE-----

Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core

Pull driver core fixes from Danilo Krummrich:

 - Fix a race condition in Devres::drop(). This depends on two other
   patches:
     - (Minimal) Rust abstractions for struct completion
     - Let Revocable indicate whether its data is already being revoked

 - Fix Devres to avoid exposing the internal Revocable

 - Add .mailmap entry for Danilo Krummrich

 - Add Madhavan Srinivasan to embargoed-hardware-issues.rst

* tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
  Documentation: embargoed-hardware-issues.rst: Add myself for Power
  mailmap: add entry for Danilo Krummrich
  rust: devres: do not dereference to the internal Revocable
  rust: devres: fix race in Devres::drop()
  rust: revocable: indicate whether `data` has been revoked already
  rust: completion: implement initial abstraction
2025-06-18 14:31:16 -07:00
..
alloc
block
drm Rust changes for v6.16 2025-06-04 21:18:37 -07:00
fs
list
mm
net
sync rust: completion: implement initial abstraction 2025-06-13 23:46:56 +02:00
time rust: time: Fix compile error in impl_has_hr_timer macro 2025-06-10 20:11:36 +02:00
.gitignore
alloc.rs
auxiliary.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
block.rs
build_assert.rs
clk.rs
configfs.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
cpu.rs rust: cpu: Add CpuId::current() to retrieve current CPU ID 2025-06-12 10:31:28 +05:30
cpufreq.rs rust: Use CpuId in place of raw CPU numbers 2025-06-12 10:31:28 +05:30
cpumask.rs rust: Use CpuId in place of raw CPU numbers 2025-06-12 10:31:28 +05:30
cred.rs
device.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
device_id.rs
devres.rs rust: devres: do not dereference to the internal Revocable 2025-06-13 23:48:53 +02:00
dma.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
driver.rs
error.rs
faux.rs
firmware.rs
fs.rs
generated_arch_static_branch_asm.rs.S
init.rs
io.rs
ioctl.rs
jump_label.rs
kunit.rs
lib.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
list.rs
miscdevice.rs Char/Misc/IIO pull request for 6.16-rc1 2025-06-06 11:50:47 -07:00
mm.rs
net.rs
of.rs
opp.rs
page.rs
pci.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
pid_namespace.rs
platform.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
prelude.rs
print.rs
rbtree.rs
revocable.rs rust: revocable: indicate whether `data` has been revoked already 2025-06-13 23:46:59 +02:00
security.rs
seq_file.rs
sizes.rs
static_assert.rs
std_vendor.rs
str.rs
sync.rs rust: completion: implement initial abstraction 2025-06-13 23:46:56 +02:00
task.rs
time.rs
tracepoint.rs
transmute.rs
types.rs Rust changes for v6.16 2025-06-04 21:18:37 -07:00
uaccess.rs
workqueue.rs
xarray.rs