Re: Missing signoff in the driver-core tree
From: Danilo Krummrich
Date: Sun Jul 26 2026 - 14:31:20 EST
On Sun Jul 26, 2026 at 7:34 PM CEST, Mark Brown wrote:
> Commits
>
> 4e63c0582e2ae ("base: Remove unused DMA_FENCE_TRACE Kconfig symbol")
> 45dfa004893df ("driver core: soc: Unregister bus on early device registration failure")
> ba3dedcf3bd47 ("software node: Fix software_node_get_reference_args() with index -1")
> c3a280ff728a9 ("debugfs: warn if file creation failed due to uninitialized debugfs")
> 06553566a841c ("kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)")
> d996995a0ffb8 ("kernfs: simplify kernfs_name_hash()")
> 32e21e9509915 ("docs: ABI: sysfs-uevent: add missing bracket")
> 38f5745f49e44 ("arch_numa: remove redundant nodemask clears in numa_init()")
> 8cfe7ad274bb4 ("driver core: attribute_container: Unwind device_add() on attr failure")
> 6e328b4a208f7 ("drivers: base: Remove statistics group if encryption group not created")
> c37ab60d55e34 ("device property: Refactor to use RAII approach")
> 1900692555826 ("device property: fix infinite loop in fwnode_for_each_child_node()")
> 10864921212fc ("driver core: avoid repeatedly printing the same 'Fixed dependency' log")
>
> are missing a Signed-off-by from their committers
Ah, that's because an unrelated preceding patch that was reported to break the
build by 0-day was dropped from driver-core-testing, so those commits
technically got rebased before they hit driver-core-next. Sorry about that.