[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: ba4d59ad9877ab0e4d8827c24d899175cf641f57 https://github.com/openSUSE/wicked/commit/ba4d59ad9877ab0e4d8827c24d899175cf... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M configure.ac M src/Makefile.am M src/netinfo.c Log Message: ----------- gcrypt: do not fail on version mismatch (bsc#906217) Check for the minimum version we know to work and do not fail if wicked is built with newer libgcrypt version than installed. Trust the linker and the libgcrypt library versioning / soname. Commit: 0167e05466c63e74d66ce8587a9f3027cb08939b https://github.com/openSUSE/wicked/commit/0167e05466c63e74d66ce8587a9f3027cb... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M .gitignore Log Message: ----------- Merge pull request #461 from pwieczorkiewicz/gitignore Commit: a9ab369e875f9ba7fe0428d7dac2fd0296e71832 https://github.com/openSUSE/wicked/commit/a9ab369e875f9ba7fe0428d7dac2fd0296... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- Merge pull request #462 from pwieczorkiewicz/cnf_worker Commit: 28f1a58806fdca9e55ba7f06be4825c9c061d532 https://github.com/openSUSE/wicked/commit/28f1a58806fdca9e55ba7f06be4825c9c0... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M client/suse/compat-suse.c Log Message: ----------- Merge pull request #463 from mtomaschewski/ip-unspecified Commit: 8b49ce677b2a03bc7c3a626b3fdc77991025d4c5 https://github.com/openSUSE/wicked/commit/8b49ce677b2a03bc7c3a626b3fdc779910... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M configure.ac M src/Makefile.am M src/netinfo.c Log Message: ----------- Merge pull request #464 from mtomaschewski/gcrypt-version Commit: d4d9398305953f5da180b94104c4a810b0f02a2e https://github.com/openSUSE/wicked/commit/d4d9398305953f5da180b94104c4a810b0... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M src/iflist.c M src/kernel.c Log Message: ----------- Merge pull request #465 from mtomaschewski/netlink-retry Compare: https://github.com/openSUSE/wicked/compare/46fd450c494b...d4d939830595
participants (1)
-
Marius Tomaschewski