~enr0n/ubuntu/+source/systemd:ubuntu-lunar

Last commit made on 2023-03-22
Get this branch:
git clone -b ubuntu-lunar https://git.launchpad.net/~enr0n/ubuntu/+source/systemd
Only Nick Rosbrook can upload to this branch. If you are Nick Rosbrook please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-lunar
Repository:
lp:~enr0n/ubuntu/+source/systemd

Recent commits

5a0e632... by Nick Rosbrook

Release systemd 252.5-2ubuntu4

8ef4e82... by Nick Rosbrook

Update changelog

a6e4396... by Nick Rosbrook

debian: ship libsystemd.a in libsystemd-dev (LP: #2012437)

Thanks: Serge Hallyn

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)