[PATCH v4 01/12] device: protect socket_init with device_update_lock

Jason A. Donenfeld Jason at zx2c4.com
Sun Oct 7 17:48:33 CEST 2018


set_device takes rtnl_lock(), and ndo_open is called while holding the
rtnl lock too.  (Try adding `BUG_ON(!rtnl_is_locked());` there.)


More information about the WireGuard mailing list