Comment 7 for bug 1941799

Revision history for this message
Bryce Harrington (bryce) wrote (last edit ):

From the original debdiff, two items catch the eye:

+ - Cherry-pick seccomp fixes for glibc 2.33 thanks to Dave Jones for
+ reports on armhf.

This is a carried delta so I shouldn't think it creates a new issue, however I note we're now on glibc 2.34 in impish so wonder if there's some additional adjustment required for this fix. The patches in question are allowing certain symbols through, so could there be more symbols needed in glibc 2.34? I'm not spotting any relevant patches in the upstream bugzilla, though.

+ * debian/tests/regress: Don't fail cleanup if haveged isn't running.

This is a change to the test that is failing, so seems suspect, however the actual change is just this:

- start-stop-daemon --stop --quiet \
+ start-stop-daemon --stop --quiet --oknodo \