Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
systemd
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walter Lozano
systemd
Commits
7e39efa1
Unverified
Commit
7e39efa1
authored
4 years ago
by
Ritesh Raj Sarraf
Browse files
Options
Downloads
Patches
Plain Diff
Release systemd version 241-7~deb10u6co1
Signed-off-by:
Ritesh Raj Sarraf
<
ritesh.sarraf@collabora.com
>
parent
d75528fc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/changelog
+48
-3
48 additions, 3 deletions
debian/changelog
with
48 additions
and
3 deletions
debian/changelog
+
48
−
3
View file @
7e39efa1
systemd (241-7~deb10u6co1)
UNRELEASED
; urgency=medium
systemd (241-7~deb10u6co1)
apertis
; urgency=medium
* PLEASE SUMMARIZE remaining Apertis changes
[ Ritesh Raj Sarraf ]
* Merge changes from Debian Buster. Remaining changes:
+ Fix syntax error in shell script
+ Fix new bashisms introduced on update.
+ AppArmor: Fix conflict with chaiwala-apparmor-profiles
+ AppArmor: Add systemd-logind profile
+ Don’t build against libdw, since 0.158 isn’t available in target.
+ Drop patch apertis/0101-basic-cap-list-parse-print-numerical-capabilities.patch
+ Drop patch apertis/0102-basic-capability-util-let-cap_last_cap-return-unsign.patch
+ Drop patch apertis/0103-basic-cap-list-reduce-scope-of-variables.patch
[ Denis Pynkin ]
* Force the call of systemd-journal-flush before `/var` unmount.
The problem with failed `/var` unmount placed on separate partition
have a long story: https://github.com/systemd/systemd/issues/867
According messages after the fix integrated into upstream -- there are
some corner cases which aren't fully fixed by patches adding [relinquish
options](https://gitlab.apertis.org/pkg/systemd/-/merge_requests/26)
In case of ostree-based images we have a similar issue since `/var` is
bind-mounted in initramfs. Systemd is trying to unmount `/var` on
shutdown, however `ExecStop=` command from `systemd-journal-flush`
service is not executed during shutdown.
By adding `PartOf=var.mount` into service file we force the
`systemd-journal-flush.service` to be called prior the `/var` unmount.
This allow to unlock the bind-mount, since `journald` have a chance to
re-link it's journal into `/run` with `journalctl
--smart-relinquish-var` call.
* Handle new capabilities gracefully (PR 16424)
Backported PR 16424 to avoid message
'Failed to parse bus message: Invalid argument'
with an updated kernel using new capabilities.
[ Frédéric Danis ]
* systemd-boot: backport fix of menu ordering with boot counting
systemd-boot selects the last valid entry by default, not the first, which
prevent correct rollback.
[ Martyn Welch ]
* journald: Backport support for --relinquish and --smart-relinquish options.
Newer version of systemd-journald support the --relinquish and
--smart-relinquish options that enable cleaner handling of mounts at
shutdown as journald can be told to close any logging under
/var/log/journal so that the /var filesystem can be unmounted should it be
on a separate partition.
Backport this feature as it enables shutdown without failures, a highly
desirable trait in embedded products using systemd.
--
Apertis CI <devel@lists.apertis.org> Fri
,
1
9
Feb
2021 1
4:34:31
+0
00
0
--
Ritesh Raj Sarraf <ritesh.sarraf@collabora.com> Tue
,
0
9
Mar
2021 1
5:58:45
+0
53
0
systemd (241-7~deb10u6) buster; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment