[wicked-commit] [openSUSE/wicked] 4b0ed7: git: ignore compile autogen.sh artifact
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 4b0ed7de04e10105bb32c06570a7e85833c34dbf https://github.com/openSUSE/wicked/commit/4b0ed7de04e10105bb32c06570a7e85833... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M .gitignore Log Message: ----------- git: ignore compile autogen.sh artifact Commit: b6a6b41bd2cba3c51493b1b91279646c135e6b53 https://github.com/openSUSE/wicked/commit/b6a6b41bd2cba3c51493b1b91279646c13... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M include/wicked/fsm.h Log Message: ----------- fsm: Add ni_ifworker_is_config_worker() function This function determines whether given worker has real device behind or is just a config container. Commit: 9ec9d26769e898cf3d22a5b478982eeebde4ae03 https://github.com/openSUSE/wicked/commit/9ec9d26769e898cf3d22a5b478982eeebd... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M src/fsm.c Log Message: ----------- fsm: ni_fsm_ifworker_by_netdev() should not match by name Commit: 4bd89f625e9a1621bfaf0a6be125d9778bfb404f https://github.com/openSUSE/wicked/commit/4bd89f625e9a1621bfaf0a6be125d9778b... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-17 (Mon, 17 Nov 2014) Changed paths: M src/fsm.c Log Message: ----------- fsm: Match ready devices against config workers (bnc#904061) Sometimes device is renamed just after we create a config worker for it. Then real worker resides along with config worker. Every further worker get function returns the real worker, which does not have any configuration. Solution here is as follows: - Refresh all devices present in the system (ready or not) at discovery (ni_fsm_refresh()) state - Create new workers for hotplugging devices only for ready devices - During refresh assign new device (when ready!!!) to the worker matched by name. * If that happened, look for real workers having similar ifindex and destroy them (we do not need them, as config worker becomes real worker now). Commit: ca99455c305226b1385653277d95356389683277 https://github.com/openSUSE/wicked/commit/ca99455c305226b1385653277d95356389... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-20 (Thu, 20 Nov 2014) Changed paths: M client/suse/compat-suse.c Log Message: ----------- compat: use info level on unspecified ip (bsc#904903) Commit: 07f08831fa8e0d1facb215f0816e45ee038f7bcf https://github.com/openSUSE/wicked/commit/07f08831fa8e0d1facb215f0816e45ee03... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M nanny/main.c M nanny/nanny.c M nanny/nanny.h Log Message: ----------- nanny: release dbus client upon exit() (bnc#904921) Commit: ff6341d6a5eabe8988821426fcad88a50ae0d7a0 https://github.com/openSUSE/wicked/commit/ff6341d6a5eabe8988821426fcad88a50a... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M nanny/main.c Log Message: ----------- nanny: clean dbus objects and sockets upon exit() (bnc#904921) Commit: 4dcf1e900da39d99e35412696e25062346843e6c https://github.com/openSUSE/wicked/commit/4dcf1e900da39d99e35412696e25062346... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M server/main.c Log Message: ----------- wickedd: clean dbus objects and sockets upon exit() (bnc#904921) Commit: fa3c7c07808302a5fe4f5fd2e949ac13b1fb7ab6 https://github.com/openSUSE/wicked/commit/fa3c7c07808302a5fe4f5fd2e949ac13b1... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M nanny/device.c Log Message: ----------- nanny: destroy object on ni_managed_device_free() Commit: 5da8feb45689e7ead8973984678b8ab5a95dbfc2 https://github.com/openSUSE/wicked/commit/5da8feb45689e7ead8973984678b8ab5a9... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M nanny/main.c M nanny/nanny.c M nanny/nanny.h Log Message: ----------- nanny: unregister all devices on exit Commit: 5bd9c73f39c7bfed598d3268c3067f5aabf43a22 https://github.com/openSUSE/wicked/commit/5bd9c73f39c7bfed598d3268c3067f5aab... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M src/fsm.c Log Message: ----------- fsm: always refresh worker on device-ready event (bnc#904061) Commit: 738d7281d526a60dd3fcbf2844cbacf5bbe095fd https://github.com/openSUSE/wicked/commit/738d7281d526a60dd3fcbf2844cbacf5bb... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M src/iflist.c M src/kernel.c Log Message: ----------- netlink: retry on DUMP_INTR and AGAIN (bsc#904776) Commit: a8ec85dec09bc19058ece77141634bd6db5897e3 https://github.com/openSUSE/wicked/commit/a8ec85dec09bc19058ece77141634bd6db... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M client/suse/compat-suse.c Log Message: ----------- Merge remote-tracking branch 'marius/ip-unspecified' into testing Commit: ef0260f2958b66ae430c3ae0718ea24a5dfe5cec https://github.com/openSUSE/wicked/commit/ef0260f2958b66ae430c3ae0718ea24a5d... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- Merge branch 'cnf_worker' into testing Commit: 8aa58b9129070414a30e8b6c8fcba696c6f1d585 https://github.com/openSUSE/wicked/commit/8aa58b9129070414a30e8b6c8fcba696c6... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M .gitignore Log Message: ----------- Merge branch 'gitignore' into testing Commit: 1a01da6909d77db0c68372c77270afd0a7016551 https://github.com/openSUSE/wicked/commit/1a01da6909d77db0c68372c77270afd0a7... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-11-21 (Fri, 21 Nov 2014) Changed paths: M nanny/device.c M nanny/main.c M nanny/nanny.c M nanny/nanny.h M server/main.c Log Message: ----------- Merge branch 'close_dbus' into testing Compare: https://github.com/openSUSE/wicked/compare/46fd450c494b...1a01da6909d7
participants (1)
-
Pawel Wieczorkiewicz