[Merge] ~joalif/ubuntu/+source/systemd:lp2003250-jammy into ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-jammy

Ioanna Alifieraki mp+476130 at code.launchpad.net
Mon Nov 18 16:55:22 UTC 2024


I've tried a workaround for this. To decrease link->set_link_messages and call link_check_ready() after we set the master in link_is_ready_to_call_set_link():

+			if (m == (uint32_t) link->master_ifindex) {
+				/* The requested master is already set. */
+				link->master_set = true;
+				link->set_link_messages--;
+				link_check_ready(link);
+				return -EALREADY; /* indicate to cancel the request. */
+			}

It seems to work, I'm waiting for the autopkgtest to finish and if successful, I'll push it for review.
-- 
https://code.launchpad.net/~joalif/ubuntu/+source/systemd/+git/systemd/+merge/476130
Your team Ubuntu Core Development Team is subscribed to branch ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-jammy.




More information about the Ubuntu-reviews mailing list