[wicked-commit] [openSUSE/wicked] 555ccc: fsm: remove obsolete flatten functions (bsc#959356...
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 555ccc9b31d951c0a7b1233a44798d00a83ee769 https://github.com/openSUSE/wicked/commit/555ccc9b31d951c0a7b1233a44798d00a8... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M client/ifreload.c M client/ifup.c M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: remove obsolete flatten functions (bsc#959356) Commit: bc62e229fa9f9d453c2a0994b6a81a10f018c411 https://github.com/openSUSE/wicked/commit/bc62e229fa9f9d453c2a0994b6a81a10f0... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M client/ifup.c Log Message: ----------- ifup: send policies to nanny in increasing order Commit: c2e114b31671bfd4f5d4ab6f361d34c6143ff9d5 https://github.com/openSUSE/wicked/commit/c2e114b31671bfd4f5d4ab6f361d34c614... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-12-16 (Wed, 16 Dec 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: check for hierarchy loops after every rebuild (bsc#959356) Commit: 8f92dd98fefe0174e82e866b48a983e5ef4f12d8 https://github.com/openSUSE/wicked/commit/8f92dd98fefe0174e82e866b48a983e5ef... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-12-17 (Thu, 17 Dec 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: remove depth from worker fsm worker structure and requirements resolvement is now fully dynamic. Thereby render graph depth obsolete. Commit: adf80040472ba65e98a537e89cef907d9e07c090 https://github.com/openSUSE/wicked/commit/adf80040472ba65e98a537e89cef907d9e... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-12-18 (Fri, 18 Dec 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: rewritten device hierarchy loop check Instead of counting edges to detect a loop and use a branch path guard list which allows to showing the loop, break the the loop and clear broken references so unaffected device config are still usable. Commit: a43e02d63abc49ef570835e51fab060937662cd9 https://github.com/openSUSE/wicked/commit/a43e02d63abc49ef570835e51fab060937... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-12-18 (Fri, 18 Dec 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: do not recursively pull already pulled children Commit: 70223e94f9c11c90d8a594e51f5895b5844ca25b https://github.com/openSUSE/wicked/commit/70223e94f9c11c90d8a594e51f5895b584... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-12-18 (Fri, 18 Dec 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: avoid recursion processing on failed workers Commit: e36fc3c3b9cf9d8163f6d4fd73d8e384fd758c5f https://github.com/openSUSE/wicked/commit/e36fc3c3b9cf9d8163f6d4fd73d8e384fd... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M client/ifreload.c M client/ifup.c M include/wicked/fsm.h M src/fsm.c Log Message: ----------- Merge pull request #618 from pwieczorkiewicz/flatten_crash fsm: do not segfault on device hierarchy loops (bnc#959356) Compare: https://github.com/openSUSE/wicked/compare/5b3d74d7ec04...e36fc3c3b9cf
participants (1)
-
Marius Tomaschewski