Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 6c9986a8d17d881698979c78d45b8d985c834e5a https://github.com/openSUSE/wicked/commit/6c9986a8d17d881698979c78d45b8d985c... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2022-07-07 (Thu, 07 Jul 2022) Changed paths: M src/iflist.c Log Message: ----------- wireless: minimize extension/type detection race on ifrename If we process the ifinfomsg_linktype, but the interface was renamed in the meantime, the corresponding sysfs path doesn't exists anymore. Minimize the race possibility by requesting the new ifname. Commit: 7d15197658216986a8c750ef9840d7b552783ec0 https://github.com/openSUSE/wicked/commit/7d15197658216986a8c750ef9840d7b552... Author: Marius Tomaschewski <mt@suse.com> Date: 2022-07-07 (Thu, 07 Jul 2022) Changed paths: M src/iflist.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/922 wireless: minimize extension/type detection race on ifrename Compare: https://github.com/openSUSE/wicked/compare/b922d2c22253...7d1519765821