--- /dev/null
+# Aliases extracted from modules themselves.
+alias usb:v413Cp8197d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v0A5Cp21E3d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v0C10p0000d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v0BDBp1002d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v044Ep3002d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v044Ep3001d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v04BFp030Ad*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v057Cp3800d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp8281d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp821Ad*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp821Fd*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp821Bd*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp8218d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp8215d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp8213d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v05ACp21E1d*dc*dsc*dp*ic*isc*ip* btusb
+alias usb:v*p*d*dcE0dsc01dp01ic*isc*ip* btusb
+alias serio:ty05pr*id*ex* psmouse
+alias serio:ty01pr*id*ex* psmouse
+alias net-pf-31 bluetooth
--- /dev/null
+# Aliases for symbols, used by symbol_request().
+alias symbol:hci_conn_check_secure bluetooth
+alias symbol:hci_send_acl bluetooth
+alias symbol:hci_recv_fragment bluetooth
+alias symbol:hci_recv_frame bluetooth
+alias symbol:hci_le_ltk_reply bluetooth
+alias symbol:hci_send_sco bluetooth
+alias symbol:bt_debugfs bluetooth
+alias symbol:bt_accept_unlink bluetooth
+alias symbol:bt_sock_recvmsg bluetooth
+alias symbol:bt_sock_ioctl bluetooth
+alias symbol:hci_le_conn_update bluetooth
+alias symbol:hci_unregister_cb bluetooth
+alias symbol:hci_connect bluetooth
+alias symbol:hci_le_start_enc bluetooth
+alias symbol:bt_sock_link bluetooth
+alias symbol:bt_printk bluetooth
+alias symbol:hci_alloc_dev bluetooth
+alias symbol:baswap bluetooth
+alias symbol:hci_conn_switch_role bluetooth
+alias symbol:hci_resume_dev bluetooth
+alias symbol:bt_sock_stream_recvmsg bluetooth
+alias symbol:hci_conn_check_link_mode bluetooth
+alias symbol:hci_conn_hold_device bluetooth
+alias symbol:hci_conn_change_link_key bluetooth
+alias symbol:hci_conn_put_device bluetooth
+alias symbol:batostr bluetooth
+alias symbol:bt_to_errno bluetooth
+alias symbol:bt_accept_dequeue bluetooth
+alias symbol:hci_free_dev bluetooth
+alias symbol:bt_accept_enqueue bluetooth
+alias symbol:hci_find_link_key_type bluetooth
+alias symbol:hci_find_ltk bluetooth
+alias symbol:hci_recv_stream_fragment bluetooth
+alias symbol:bt_sock_register bluetooth
+alias symbol:hci_get_route bluetooth
+alias symbol:hci_register_dev bluetooth
+alias symbol:hci_unregister_dev bluetooth
+alias symbol:bt_sock_poll bluetooth
+alias symbol:bt_sock_wait_state bluetooth
+alias symbol:bt_sock_unlink bluetooth
+alias symbol:bt_sock_unregister bluetooth
+alias symbol:hci_register_cb bluetooth
+alias symbol:hci_suspend_dev bluetooth
+alias symbol:hci_conn_security bluetooth
[TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/builtin",
});
+static __noreturn int modprobe_softdep_loop(const struct test *t)
+{
+ const char *progname = ABS_TOP_BUILDDIR "/tools/modprobe";
+ const char *const args[] = {
+ progname,
+ "bluetooth",
+ NULL,
+ };
+
+ test_spawn_prog(progname, args);
+ exit(EXIT_FAILURE);
+}
+static DEFINE_TEST(modprobe_softdep_loop,
+ .description = "check if modprobe breaks softdep loop",
+ .config = {
+ [TC_UNAME_R] = "4.4.4",
+ [TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/softdep-loop",
+ [TC_INIT_MODULE_RETCODES] = "",
+ });
+
static const struct test *tests[] = {
&smodprobe_show_depends,
&smodprobe_show_depends2,
&smodprobe_builtin,
+ &smodprobe_softdep_loop,
NULL,
};