Linux driver-core infrastructure
 help / color / mirror / Atom feed
 messages from 2026-08-28 01:24:43 to 2026-09-04 16:47:26 UTC [more...]

[PATCH v8 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-09-04 16:44 UTC  (20+ messages)
` [PATCH v8 01/16] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v8 02/16] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v8 03/16] power: sequencing: Add pwrseq_get_state()
` [PATCH v8 04/16] usb: hub: Use assign_bit() in usb_hub_set_port_power()
` [PATCH v8 05/16] usb: hub: Return actual error from hub_configure() in hub_probe()
` [PATCH v8 06/16] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v8 07/16] usb: core: Move struct usb_port and related APIs to port.h
` [PATCH v8 08/16] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()
` [PATCH v8 09/16] usb: hub: Use usb_hub_set_port_power() to control port power everywhere
` [PATCH v8 10/16] usb: hub: Power on connected M.2 E-key connectors with power sequencing API
` [PATCH v8 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
` [PATCH v8 12/16] power: sequencing: pcie-m2: support matching on remote "port" node
` [PATCH v8 13/16] power: sequencing: pcie-m2: Add usb and sdio targets for E-key connector
` [PATCH v8 14/16] power: sequencing: pcie-m2: Split Bluetooth unit based on interface
` [PATCH v8 15/16] arm64: dts: mediatek: mt8195-cherry: Add M.2 E-key slot
` [PATCH v8 16/16] arm64: dts: mediatek: mt8188-geralt: Add WiFi/BT as "

[PATCH v3 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-09-04 15:36 UTC  (6+ messages)
` [PATCH v3 1/2] module: pull out add_taint_module() to be public
` [PATCH v3 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v2] selftests: cover kernfs dentry revalidation
 2026-09-04 15:34 UTC  (6+ messages)

[PATCH] driver core: fix typos in comments
 2026-09-04 11:18 UTC 

[PATCH] regmap: fix typo "asynchrnous" in comment
 2026-09-04 11:01 UTC 

[PATCH v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-09-04 10:30 UTC  (4+ messages)
` [PATCH v6 06/16] usb: hub: Associate port@ fwnode with USB port device

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-09-04  9:52 UTC  (20+ messages)

[PATCH 7.2 095/713] debugfs: Fix lockdown check for mmap_prepare
 2026-09-04  4:51 UTC 

[PATCH RFC 00/15] arm-mpam: Add basic device tree support for resctrl
 2026-09-04  3:27 UTC  (31+ messages)
` [PATCH RFC 01/15] dt-bindings: arm: Add MPAM MSC binding
` [PATCH RFC 02/15] cacheinfo: Expose the code to generate a cache-id from a device_node
` [PATCH RFC 05/15] arm_mpam: Fix device_node refcount in DT resource parsing
` [PATCH RFC 06/15] arm_mpam: Fix cache ID sentinel from ~0UL to U32_MAX to match u32 return type
` [PATCH RFC 07/15] arm_mpam: Fix the RIS index range check in mpam_ris_create_locked
` [PATCH RFC 08/15] arm_mpam: Fix ris_idx type to prevent range check bypass on truncation
` [PATCH RFC 09/15] arm_mpam: Fix MSC MMIO window size to use resource_size() instead of end - start
` [PATCH RFC 12/15] arm_mpam: Fix get_cpumask_from_cache() to clear mask on error

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-09-04  3:18 UTC  (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH v21 0/9] shut down devices asynchronously
 2026-09-03 22:12 UTC  (11+ messages)
` [PATCH 1/9] driver core: rely on put_device to free dev->p
` [PATCH 2/9] driver core: prevent device_add() during system shutdown
` [PATCH 3/9] driver core: warn should device_move try to move a need_parent_lock device
` [PATCH 4/9] driver core: separate function to shutdown one device
` [PATCH 5/9] driver core: do not always lock parent in shutdown
` [PATCH 6/9] driver core: async device shutdown infrastructure
` [PATCH 7/9] PCI: Link a virtual function to its physical function
` [PATCH 8/9] PCI: Enable async shutdown support
` [PATCH 9/9] scsi: "

[PATCH 1/3] kernfs: take kernfs_rename_lock for same-parent renames too
 2026-09-03 21:15 UTC  (12+ messages)
` [PATCH 2/3] kernfs: don't lose IN_DELETE_SELF when decoding a file handle
` [PATCH 3/3] kernfs: fix up the unlocked attribute reads on the creation paths

[syzbot] [kernfs?] possible deadlock in location_store
 2026-09-03 20:59 UTC 

[PATCH v4 00/16] rust: io: support register projections and remove relative registers
 2026-09-03 19:27 UTC  (28+ messages)
` [PATCH v4 01/16] rust: io: register: reimplement as proc macro
` [PATCH v4 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v4 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v4 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v4 05/16] rust: io: support register projections
` [PATCH v4 06/16] rust: io: register: allow explicit base type specification
` [PATCH v4 07/16] gpu: nova-core: specify base type for registers
` [PATCH v4 08/16] drm/tyr: "
` [PATCH v4 09/16] samples: rust: pci: "
` [PATCH v4 10/16] rust: io: register: make register have a typed base
` [PATCH v4 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v4 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v4 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v4 14/16] rust: io: register: remove relative registers
` [PATCH v4 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v4 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH] debugfs: don't warn about uninitialized debugfs for an error parent
 2026-09-03 16:00 UTC  (2+ messages)

[PATCH 0/4] rust: dma: tie DMA allocations to the device's bound lifetime
 2026-09-03 15:42 UTC  (13+ messages)
` [PATCH 1/4] rust: debugfs: drop 'static bound from ScopedDir file creation methods
` [PATCH 2/4] rust: dma: tie CoherentHandle to the device's bound lifetime
` [PATCH 3/4] samples: rust_dma: separate driver type from driver data
` [PATCH 4/4] rust: dma: tie Coherent and CoherentBox to the device's bound lifetime

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-03 13:28 UTC  (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example

Patch "debugfs: Fix lockdown check for mmap_prepare" has been added to the 7.2-stable tree
 2026-09-03 12:43 UTC 

[PATCH] debugfs: warn if file creation failed due to uninitialized debugfs
 2026-09-03 12:41 UTC  (2+ messages)

[PATCH v3] driver core: avoid klist_remove() on unattached knode_driver
 2026-09-03  8:05 UTC  (7+ messages)
` [PATCH v4] "

[syzbot] [kernfs?] INFO: rcu detected stall in kernfs_fop_release (3)
 2026-09-03  7:39 UTC 

[PATCH] PM: sleep: Add DPM watchdog to late/early/noirq phases
 2026-09-02 21:15 UTC  (3+ messages)

[syzbot] [kernfs?] stack segment fault in kernfs_rename_ns (2)
 2026-09-02 17:33 UTC 

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-09-02 14:52 UTC  (6+ messages)
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items

[PATCH v1 0/3] Remove Russ Weight from kernel development files
 2026-09-01 16:42 UTC  (2+ messages)

[PATCH v2] kernfs: preserve security xattrs without allocating iattrs
 2026-09-01 16:17 UTC  (2+ messages)

[PATCH] drivers: base: test: DRIVER_PE_KUNIT_TEST should not select OF
 2026-09-01 15:10 UTC  (2+ messages)

[PATCH] selftests: cover kernfs dentry revalidation
 2026-09-01 14:26 UTC  (2+ messages)

[PATCH v3 0/3] Rust: add runtime PM support
 2026-09-01  9:17 UTC  (4+ messages)
` [PATCH v3 1/3] rust: "

[PATCH 1/2] PM: runtime: Only queue an idle check for RPM-linked suppliers
 2026-09-01  1:23 UTC  (2+ messages)
` [PATCH 2/2] PM: runtime: Add kunit test for supplier idle/suspend

[PATCH v1 0/3] rust: add missing newlines in printing calls
 2026-09-01  0:20 UTC  (6+ messages)
` [PATCH v1 1/3] rust: samples: add missing newlines in rust_print_main
` [PATCH v1 2/3] dma-mapping: rust: samples: add missing newline in rust_dma
` [PATCH v1 3/3] rust: io: register: add missing newline in doc example

[PATCH 0/2] rust: honor the maximum DMA segment size
 2026-08-31 23:32 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: declare unlimited DMA max "
` [PATCH 2/2] rust: scatterlist: honor the device's maximum "

[syzbot] [fs?] KASAN: slab-use-after-free Read in sysfs_emit
 2026-08-31 19:42 UTC  (2+ messages)

[PATCH AUTOSEL 6.18] driver core: Replace dev->can_match with dev_can_match()
 2026-08-31 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18] driver core: Avoid warning when removing a device while its supplier is unbinding

[PATCH v2 0/2] cxl/memdev: Fix poison debugfs vs unbind deadlock
 2026-08-31 12:48 UTC  (3+ messages)
` [PATCH v2 1/2] driver core: Add conditional guard support for device_trylock()
` [PATCH v2 2/2] cxl/memdev: Fix deadlock between poison debugfs and cxl_mem unbind

[PATCH v2 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-31 11:57 UTC  (9+ messages)
` [PATCH v2 1/2] module: pull out add_taint_module() to be public
` [PATCH v2 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[syzbot] [kernfs?] WARNING in generic_access_phys
 2026-08-30 15:03 UTC 

[syzbot] [kernel?] KASAN: global-out-of-bounds Read in uevent_store
 2026-08-30  6:07 UTC  (2+ messages)

[syzbot] [net?] INFO: rcu detected stall in kernfs_fop_write_iter (3)
 2026-08-30  0:30 UTC 

[syzbot] [kernfs?] possible deadlock in __kernfs_remove (3)
 2026-08-29 21:22 UTC  (2+ messages)
` [syzbot] [input?] "

[PATCH] drivers/base/node: fix UAF on device_register() failure
 2026-08-28 18:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v20 0/9] shut down devices asynchronously
 2026-08-28 15:50 UTC  (3+ messages)
` [PATCH 3/9] driver core: warn should device_move try to move a need_parent_lock device

[BUG] general protection fault in sysfs_do_create_link_sd
 2026-08-28  6:33 UTC  (3+ messages)

[PATCH v3] kernfs: recheck of->released after acquiring the active reference
 2026-08-28  4:03 UTC 

[PATCH v3 00/16] rust: io: support register projections and remove relative registers
 2026-08-28  2:07 UTC  (12+ messages)
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v3 14/16] rust: io: register: remove relative registers
` [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v3 16/16] rust: io: register: unify handling of register with/without bitfields


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox