3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-22 13:40:39 +01:00
Denis Kenzior b84b71042b iwd: Add missing module dependencies
Certain module dependencies were missing, which could cause a crash on
exit under (very unlikely) circumstances.

  #0  l_queue_peek_head (queue=<optimized out>) at ../iwd-1.28/ell/queue.c:241
  #1  0x0000aaaab752f2a0 in wiphy_radio_work_done (wiphy=0xaaaac3a129a0, id=6)
      at ../iwd-1.28/src/wiphy.c:2013
  #2  0x0000aaaab7523f50 in netdev_connect_free (netdev=netdev@entry=0xaaaac3a13db0)
      at ../iwd-1.28/src/netdev.c:765
  #3  0x0000aaaab7526208 in netdev_free (data=0xaaaac3a13db0) at ../iwd-1.28/src/netdev.c:909
  #4  0x0000aaaab75a3924 in l_queue_clear (queue=queue@entry=0xaaaac3a0c800,
      destroy=destroy@entry=0xaaaab7526190 <netdev_free>) at ../iwd-1.28/ell/queue.c:107
  #5  0x0000aaaab75a3974 in l_queue_destroy (queue=0xaaaac3a0c800,
      destroy=destroy@entry=0xaaaab7526190 <netdev_free>) at ../iwd-1.28/ell/queue.c:82
  #6  0x0000aaaab7522050 in netdev_exit () at ../iwd-1.28/src/netdev.c:6653
  #7  0x0000aaaab7579bb0 in iwd_modules_exit () at ../iwd-1.28/src/module.c:181

In this particular case, wiphy module was de-initialized prior to the
netdev module:

Jul 14 18:14:39 localhost iwd[2867]: ../iwd-1.28/src/wiphy.c:wiphy_free() Freeing wiphy phy0[0]
Jul 14 18:14:39 localhost iwd[2867]: ../iwd-1.28/src/netdev.c:netdev_free() Freeing netdev wlan0[45]
2022-07-18 10:58:06 -05:00
..
2022-01-11 11:07:05 -06:00
2020-07-09 09:58:21 -05:00
2022-01-14 12:08:01 -06:00
2021-09-28 10:51:33 -05:00
2022-01-11 11:07:05 -06:00
2022-01-11 11:07:05 -06:00
2022-02-25 12:59:34 -06:00
2020-08-13 13:43:31 -05:00
2022-01-11 11:07:05 -06:00
2021-11-22 15:29:31 -06:00
2021-04-20 09:37:48 -05:00
2021-12-16 13:53:17 -06:00
2022-02-22 16:23:52 -06:00
2022-01-11 11:07:05 -06:00
2021-02-08 15:56:30 -06:00
2022-01-26 13:21:52 -06:00
2022-01-11 11:07:05 -06:00
2022-06-23 16:20:28 -05:00
2022-01-26 13:21:52 -06:00
2019-05-19 13:07:13 -05:00
2021-09-28 16:46:48 -05:00
2022-05-23 13:01:10 -05:00
2017-11-28 13:20:33 -06:00
2022-01-11 11:07:05 -06:00
2021-05-07 08:45:20 -05:00
2022-02-15 17:44:20 -06:00
2022-03-18 11:32:47 -05:00
2022-01-11 11:07:05 -06:00
2022-02-18 14:45:39 -06:00
2022-02-14 16:02:23 -06:00
2021-09-20 10:32:51 -05:00
2021-11-11 14:27:33 -06:00
2022-01-11 11:07:05 -06:00
2021-09-08 16:47:36 -05:00
2022-07-18 10:58:06 -05:00
2021-09-17 17:59:52 -05:00
2019-07-15 14:06:26 -05:00
2021-09-21 15:21:39 -05:00
2020-09-16 14:31:07 -05:00
2020-04-10 06:31:19 -05:00
2022-01-11 11:07:05 -06:00
2022-05-20 10:03:42 -05:00
2022-07-18 10:58:06 -05:00
2021-08-25 13:05:05 -05:00
2022-07-18 10:58:06 -05:00
2022-01-11 11:07:05 -06:00
2022-07-18 10:58:06 -05:00
2021-11-03 17:44:00 -05:00
2021-11-03 17:44:00 -05:00
2022-02-25 13:04:33 -06:00
2022-02-25 12:59:34 -06:00
2020-01-17 12:50:23 -06:00
2022-01-14 09:49:47 -06:00