[wicked-commit] [openSUSE/wicked] 4eeb82: fsm: add ni_ifworker_device_delete()
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 4eeb823c7cf221432fdb8b8d18029dd9d0c310a9 https://github.com/openSUSE/wicked/commit/4eeb823c7cf221432fdb8b8d18029dd9d0... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: add ni_ifworker_device_delete() This function turns worker into a zombie instead of removing it permanently. Commit: 83777b098b01c3bdf3bb85d8aa591aa6c57b0a9e https://github.com/openSUSE/wicked/commit/83777b098b01c3bdf3bb85d8aa591aa6c5... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: change handling of DEVICE_DELETE In case of nanny in use and factory device do not destroy workers completely, but turn them into zombies. Commit: c097311648a9cf4a0a976c3ff5b3c3567114e310 https://github.com/openSUSE/wicked/commit/c097311648a9cf4a0a976c3ff5b3c35671... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: rebuild hierarchy on DEVICE_DELETE Commit: 67f5cbb181484e76ff15e473a43f307ce5c3295a https://github.com/openSUSE/wicked/commit/67f5cbb181484e76ff15e473a43f307ce5... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: add type ni_fsm_transition_bind_t Commit: 9051fccc42c797fe09d4b4ba2c76b7ad672b9151 https://github.com/openSUSE/wicked/commit/9051fccc42c797fe09d4b4ba2c76b7ad67... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: make copies of service and method names After a method is called, worker holding given action may be actually deleted or purged. Since we refer to service and method names afterwards, it safer to work on copies. bind->service is needed here just to provide its name. Commit: b79fdbc7275ccb35d1a2ca68a0d0c7e9a561bd69 https://github.com/openSUSE/wicked/commit/b79fdbc7275ccb35d1a2ca68a0d0c7e9a5... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- Merge pull request #550 from pwieczorkiewicz/hotplug_delete fsm: improve handling of the DEVICE_DELETE event (hotplug oriented) Compare: https://github.com/openSUSE/wicked/compare/59932d16afcc...b79fdbc7275c
participants (1)
-
Marius Tomaschewski