Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 91df293df08cf08cf4df6b6e28ae68716a752627 https://github.com/openSUSE/wicked/commit/91df293df08cf08cf4df6b6e28ae68716a... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: add loop guard to worker hierarchy printing Commit: fb82a65140db71b03d1bdc2ab535530b0719ec21 https://github.com/openSUSE/wicked/commit/fb82a65140db71b03d1bdc2ab535530b07... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/fsm.c Log Message: ----------- fsm: improve to use arrows in hierarchy printing Use the master ^-- port and link --> lower arrows to make the reference / relation direction visible in `wicked <ifup|ifdown|ifreload> --dry-run all` and debug output. Commit: da5eafd2bf59f2c64c89564b4bb34170f0da5d80 https://github.com/openSUSE/wicked/commit/da5eafd2bf59f2c64c89564b4bb34170f0... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M client/ethtool.c M client/redfish.c M client/suse/compat-suse.c M include/wicked/netinfo.h M include/wicked/types.h M src/addrconf.c M src/auto6.c M src/bonding.c M src/ethernet.c M src/ethtool.c M src/icmpv6.c M src/netdev.c M src/netinfo.c M src/ovs.c M src/ppp.c M src/pppd.c M src/route.c M src/update.c M src/wpa-supplicant.c Log Message: ----------- netinfo: add ns_id to the ni_netdev_ref_t structure Initialize all references used in other structures (e.g. allocated with "calloc"), since 0 is a valid ns_id and not usable as current / unset / default. Commit: cc278747f0ac1efca7f4a479fccd101780de8872 https://github.com/openSUSE/wicked/commit/cc278747f0ac1efca7f4a479fccd101780... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/iflist.c Log Message: ----------- iflist: do not resolve references to other netnsid Do not resolve interface names of rtnl link references pointing to an another namespace than the current one. Commit: af731c86c4991a6fe9cd27afaffe7f34f556b305 https://github.com/openSUSE/wicked/commit/af731c86c4991a6fe9cd27afaffe7f34f5... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M include/wicked/netinfo.h M src/netdev.c Log Message: ----------- netinfo: add linkinfo init and destroy functions Move the the manual netdev->link init/destroy calls from netdev to separate linkinfo utility functions. Commit: 6f7e615219480b5d29fa31f24f3b3040ed521d6f https://github.com/openSUSE/wicked/commit/6f7e615219480b5d29fa31f24f3b3040ed... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M autoip4/autoip.h M autoip4/device.c Log Message: ----------- auto4: fix a memory leak due to ni_linkinfo_t copy Lookup netdev by ifindex and use the netdev->link directly instead of an ni_linkinfo copy and forget to destroy it. Commit: 76e891e354f6785fe213e0020c35cd3567bd2b82 https://github.com/openSUSE/wicked/commit/76e891e354f6785fe213e0020c35cd3567... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M autoip4/device.c Log Message: ----------- auto4: do not destroy capture devinfo manually Commit: 6c48bba6a04807e1aa4b41796a11f3534be039d3 https://github.com/openSUSE/wicked/commit/6c48bba6a04807e1aa4b41796a11f3534b... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/dhcp4/device.c Log Message: ----------- dhcp4: do not destroy capture devinfo manually Commit: 7d5005c38f574e40e1d1a50275be6981a7561e55 https://github.com/openSUSE/wicked/commit/7d5005c38f574e40e1d1a50275be6981a7... Author: Marius Tomaschewski <mt@suse.com> Date: 2024-07-08 (Mon, 08 Jul 2024) Changed paths: M src/capture.c Log Message: ----------- capture: re-initialize hwaddr in destroy Commit: f01deecc80dd9cf97bbe3bab0be02e6f9d005d40 https://github.com/openSUSE/wicked/commit/f01deecc80dd9cf97bbe3bab0be02e6f9d... Author: cfconrad <cfamullaconrad@suse.com> Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths: M autoip4/autoip.h M autoip4/device.c M client/ethtool.c M client/redfish.c M client/suse/compat-suse.c M include/wicked/netinfo.h M include/wicked/types.h M src/addrconf.c M src/auto6.c M src/bonding.c M src/capture.c M src/dhcp4/device.c M src/ethernet.c M src/ethtool.c M src/fsm.c M src/icmpv6.c M src/iflist.c M src/netdev.c M src/netinfo.c M src/ovs.c M src/ppp.c M src/pppd.c M src/route.c M src/update.c M src/wpa-supplicant.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/1023 client: fix crash in hierarchy traversing (bsc#1226664) Compare: https://github.com/openSUSE/wicked/compare/2ac3c3f413ed...f01deecc80dd To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/wicked/settings/notifications