summaryrefslogtreecommitdiff
path: root/include/linux/device
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2026-03-09 03:46:38 +0300
committerAlexei Starovoitov <ast@kernel.org>2026-03-09 03:46:38 +0300
commit099bded7525d9803f62bc5a1ed60e2c9ec4851e0 (patch)
tree566d2cb10d3799b51a6cc7d20e49802b4f4a152b /include/linux/device
parent6dd780f973816133f189efec04118c1e6b1b443d (diff)
parent1f318b96cc84d7c2ab792fcc0bfd42a7ca890681 (diff)
downloadlinux-099bded7525d9803f62bc5a1ed60e2c9ec4851e0.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3
Cross-merge BPF and other fixes after downstream PR. No conflicts. Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux/device')
-rw-r--r--include/linux/device/bus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device/bus.h b/include/linux/device/bus.h
index 99c3c83ea520..63de5f053c33 100644
--- a/include/linux/device/bus.h
+++ b/include/linux/device/bus.h
@@ -35,6 +35,8 @@ struct fwnode_handle;
* otherwise. It may also return error code if determining that
* the driver supports the device is not possible. In case of
* -EPROBE_DEFER it will queue the device for deferred probing.
+ * Note: This callback may be invoked with or without the device
+ * lock held.
* @uevent: Called when a device is added, removed, or a few other things
* that generate uevents to add the environment variables.
* @probe: Called when a new device or driver add to this bus, and callback