Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Correct-name-of-PR_SET_NO_NEW_PRIVS-in-error-message.patch | Correct name of PR_SET_NO_NEW_PRIVS in error message | Simon McVittie <smcv@collabora.com> | no | 2020-05-23 | ||
Add-MS_SILENT-to-most-mount-invocations.patch | Add MS_SILENT to most mount() invocations There's an effort to migrate Linux filesystems to handle the y2038 problem, which is great. However, recently a kernel change landed that emits a warning when mounting a filesystem that doesn't handle it, and this notably shows up even when *remounting* e.g. for a read-only bind mount: Using e.g. `rpm-ostree install cowsay` there's a spam of: ``` [ 189.529594] xfs filesystem being remounted at /sysroot supports timestamps until 2038 (0x7fffffff) ``` Now particularly when creating a our bind mounts, let's ask the kernel to be quiet about it. This is not a major event worthy of a kernel log. |
Colin Walters <walters@verbum.org> | no | upstream, 0.4.2, commit:765dd0e94f53eb8fe875e59b7b3548c109298c0e | 2020-05-18 | |
Accept-EROFS-for-access-check-of-proc-entries.patch | Accept EROFS for access() check of /proc entries This is required to work in a Docker container. |
=?utf-8?q?J=C3=BCrg_Billeter?= <j@bitron.ch> | no | upstream, 0.4.2, commit:4c35d7a5f92499d6ed646d4a5ffad9acc10cb432 | 2020-08-18 | |
Use-Python-3-for-test-demo-code.patch | Use Python 3 for test/demo code Python 2 EOL was a year ago, and distributions like Debian no longer have a /usr/bin/python executable. |
Simon McVittie <smcv@collabora.com> | yes | 2018-01-17 | ||
Fix-typos-for-descendant-in-man-page.patch | Fix typos for "descendant" in man page Detected by Debian's Lintian tool. |
Simon McVittie <smcv@collabora.com> | yes | 2021-01-01 | ||
debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch | Change EPERM error message to show Debian-specific information | Simon McVittie <smcv@debian.org> | not-needed | 2021-01-01 |