~mustafakemalgilor/ubuntu/+source/systemd/+git/systemd-1:ubuntu-lunar

Last commit made on 2023-03-20
Get this branch:
git clone -b ubuntu-lunar https://git.launchpad.net/~mustafakemalgilor/ubuntu/+source/systemd/+git/systemd-1
Only Mustafa Kemal Gilor can upload to this branch. If you are Mustafa Kemal Gilor please log in for upload directions.

Branch merges

Branch information

Recent commits

0e602e9... by Nick Rosbrook

Release systemd 252.5-2ubuntu3

152324c... by Nick Rosbrook

Update changelog

79536db... by Nick Rosbrook

udev: gracefully handle rename failures (LP: #2002445)

These patches are follow-on to commit 58d29c2b376f03c44ed5a719877c95b332018cdc
("udev: avoid NIC renaming race with kernel (LP: #2002445)"). With the
previous patches, the error from the kernel is handled gracefully and
the would-have-been new name is kept as an alternative name. However,
udev did not previously have logic to undo the other changes made to
device properties.

These patches complete the handling of rename failues by adding logic to
restore syspath and properties on rename failure, including but not
limited to the case where the kernel will not allow the device rename.

This consists of the following upstream commits:

 * core/device: ignore failed uevents
 * sd-device: introduce device_get_property_int()
 * udev: restore syspath and properties on failure
 * sd-device: make device_set_syspath() clear sysname and sysnum

Gbp-Dch: Short

c677160... by Nick Rosbrook

Release systemd 252.5-2ubuntu2

b8b7608... by Nick Rosbrook

Update changelog

195985e... by Nick Rosbrook

sd-netlink: skip test_rtnl_set_link_name when altnames are not supported

This has already been fixed upstream by a larger commit, so this patch
can be dropped when we have a new enough upstream version.

b9aaaf3... by Nick Rosbrook

network/dhcp4: accept local subnet routes from DHCP (LP: #2004478)

e6a635d... by Nick Rosbrook

Release systemd 252.5-2ubuntu1

a4bd21d... by Nick Rosbrook

Update changelog

a3a059d... by Nick Rosbrook

Deny-list TEST-74-AUX-UTILS on s390x

Since this currently is only known to fail on the autopkgtest
infrastructure, we believe this is a temporary issue.