1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Linus Torvalds 1e5e062ad8 Driver core fixes for 6.19-rc3
- Introduce DMA Rust helpers to avoid build errors when !CONFIG_HAS_DMA.
 
 - Remove unnecessary (and hence incorrect) endian conversion in the Rust
   PCI driver sample code.
 
 - Fix memory leak in the unwind path of debugfs_change_name().
 
 - Support non-const struct software_node pointers in
   SOFTWARE_NODE_REFERENCE(), after introducing _Generic().
 
 - Avoid NULL pointer dereference in the unwind path of
   simple_xattrs_free().
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQS2q/xV6QjXAdC7k+1FlHeO1qrKLgUCaU7O/wAKCRBFlHeO1qrK
 LirZAPoCljVnVVZoA1oesoyIQ8KWDdoC55dfUZyCp4yz87MvjgD/e1Gw1o+y3YyS
 dut7ODDimiUPh0I54nMX4l561NMVggU=
 =v3Qg
 -----END PGP SIGNATURE-----

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

Pull driver core fixes from Danilo Krummrich:

 - Introduce DMA Rust helpers to avoid build errors when !CONFIG_HAS_DMA

 - Remove unnecessary (and hence incorrect) endian conversion in the
   Rust PCI driver sample code

 - Fix memory leak in the unwind path of debugfs_change_name()

 - Support non-const struct software_node pointers in
   SOFTWARE_NODE_REFERENCE(), after introducing _Generic()

 - Avoid NULL pointer dereference in the unwind path of
   simple_xattrs_free()

* tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
  fs/kernfs: null-ptr deref in simple_xattrs_free()
  software node: Also support referencing non-constant software nodes
  debugfs: Fix memleak in debugfs_change_name().
  samples: rust: fix endianness issue in rust_driver_pci
  rust: dma: add helpers for architectures without CONFIG_HAS_DMA
2025-12-26 13:41:02 -08:00
..
2025-12-06 10:15:41 -08:00
2025-12-01 14:39:03 -08:00
2025-12-05 17:01:20 -08:00
2025-12-04 12:19:49 -08:00
2025-11-29 14:10:16 +01:00
2025-12-02 17:03:55 -08:00
2025-12-05 17:29:04 -08:00
2025-12-12 21:52:42 +12:00
2025-12-06 18:42:12 -08:00
2025-12-02 17:24:03 -08:00
2025-12-05 20:41:20 -08:00
2025-12-03 19:26:18 -08:00
2025-12-12 12:36:44 -07:00
2025-12-04 07:19:26 -07:00
2025-12-09 23:29:42 -08:00
2025-12-03 12:42:36 -08:00
2025-12-06 09:01:27 -08:00
2025-12-05 15:25:13 -08:00
2025-12-04 17:10:08 -08:00
2025-12-13 20:04:32 +12:00
2025-12-03 17:24:33 -08:00
2025-12-16 00:57:29 -05:00
2025-12-05 09:51:37 -08:00
2025-12-13 20:35:41 +12:00
2025-12-05 20:41:20 -08:00
2025-12-13 20:35:41 +12:00
2025-12-01 16:13:46 -08:00
2025-12-03 18:58:57 -08:00
2025-12-13 16:26:55 +12:00
2025-12-05 17:01:20 -08:00
2025-12-06 10:15:41 -08:00
2025-12-04 13:50:39 -08:00
2025-12-06 10:15:41 -08:00
2025-11-27 14:24:30 -08:00
2025-12-03 17:24:33 -08:00
2025-12-04 11:16:44 -08:00
2025-12-10 17:21:30 +09:00
2025-11-28 09:21:18 -07:00
2025-12-03 13:04:07 -08:00
2025-12-03 18:58:57 -08:00
2025-12-05 09:11:02 -08:00
2025-12-04 18:50:11 -08:00
2025-12-24 08:02:55 -05:00
2025-12-01 09:20:51 -08:00