Merge ~enr0n/ubuntu/+source/systemd:ubuntu-jammy into ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-jammy

Proposed by Nick Rosbrook
Status: Merged
Merged at revision: f1c35416f6af939e5567df1d23b060d2647be0df
Proposed branch: ~enr0n/ubuntu/+source/systemd:ubuntu-jammy
Merge into: ~ubuntu-core-dev/ubuntu/+source/systemd:ubuntu-jammy
Diff against target: 34 lines (+10/-3)
2 files modified
debian/changelog (+9/-2)
debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf (+1/-1)
Reviewer Review Type Date Requested Status
Lukas Märdian Approve
Review via email: mp+425661@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Lukas Märdian (slyon) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 6ba4b8d..95b5b03 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,4 +1,4 @@
6-systemd (249.11-0ubuntu3.4) UNRELEASED; urgency=medium
7+systemd (249.11-0ubuntu3.4) jammy; urgency=medium
8
9 [ Mustafa Kemal Gilor ]
10 * d/p/lp1978079-efi-pstore-not-cleared-on-boot.patch: pstore: Run after
11@@ -8,7 +8,14 @@ systemd (249.11-0ubuntu3.4) UNRELEASED; urgency=medium
12 File: debian/patches/lp1978079-efi-pstore-not-cleared-on-boot.patch
13 https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=d990b13612810a296246011ad66a165b30166702
14
15- -- Lukas Märdian <slyon@ubuntu.com> Thu, 23 Jun 2022 16:53:43 +0200
16+ [ Nick Rosbrook ]
17+ * systemd-oomd: set ManagedOOMSwap=auto on -.slice (LP: #1972159)
18+ This has the effect of disabling swap kill by default, so cgroups will
19+ only be monitored for memory pressure, and not swap usage.
20+ File: debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf
21+ https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/systemd/commit/?id=e93c944c58ec376454301e9c9b55d35be7c14a89
22+
23+ -- Nick Rosbrook <nick.rosbrook@canonical.com> Mon, 27 Jun 2022 14:28:46 -0400
24
25 systemd (249.11-0ubuntu3.3) jammy; urgency=medium
26
27diff --git a/debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf b/debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf
28index 49958e8..9862d0f 100644
29--- a/debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf
30+++ b/debian/extra/systemd-oomd-defaults/-.slice.d/10-oomd-root-slice-defaults.conf
31@@ -1,2 +1,2 @@
32 [Slice]
33-ManagedOOMSwap=kill
34+ManagedOOMSwap=auto

Subscribers

People subscribed via source and target branches