1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 16:06:04 -05:00
linux/rust/kernel
Linus Torvalds f9aa1fb9f8 workqueue: Fixes for v6.13-rc5
- Suppress a corner case spurious flush dependency warning.
 
 - Two trivial changes.
 -----BEGIN PGP SIGNATURE-----
 
 iIQEABYKACwWIQTfIjM1kS57o3GsC/uxYfJx3gVYGQUCZ3hmjA4cdGpAa2VybmVs
 Lm9yZwAKCRCxYfJx3gVYGUrkAP90cajNtGbtFR1J61N4dTSfjBz8L7oQ6GLLyjCB
 MDxvpQD/ViVVpHBl9/jfObk//p6YMBTBD2Zp/aBc3mkKOVhfqws=
 =eUNO
 -----END PGP SIGNATURE-----

Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:

 - Suppress a corner case spurious flush dependency warning

 - Two trivial changes

* tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: add printf attribute to __alloc_workqueue()
  workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLAIM worker
  rust: add safety comment in workqueue traits
2025-01-03 15:03:56 -08:00
..
alloc
block
fs
init
list
net rust: net::phy fix module autoloading 2024-12-17 09:20:07 +01:00
sync
.gitignore
alloc.rs
block.rs
build_assert.rs
cred.rs
device.rs
error.rs
firmware.rs
fs.rs
generated_arch_static_branch_asm.rs.S
init.rs
ioctl.rs
jump_label.rs
kunit.rs
lib.rs
list.rs
miscdevice.rs
net.rs
page.rs
pid_namespace.rs
prelude.rs
print.rs
rbtree.rs
security.rs
seq_file.rs
sizes.rs
static_assert.rs
std_vendor.rs
str.rs
sync.rs
task.rs
time.rs
tracepoint.rs
transmute.rs
types.rs
uaccess.rs
workqueue.rs rust: add safety comment in workqueue traits 2024-12-03 10:47:58 -10:00