Debian Patches
Status for podman/5.4.1+ds1-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
backport-Fix-a-potential-deadlock-during-podman-cp.patch | Fix a potential deadlock during `podman cp` Have one function without a `defer lock.unlock()` as one of the commands in it calls a function that also takes the same lock, so the unlock has to happen prior to function completion. Unfortunately, this is prone to errors, like the one here: I missed a case, and we could return without unlocking, causing a deadlock later in the cleanup code as we tried to take the same lock again. Refactor the command to use `defer unlock()` to simplify and avoid any further errors of this type. Introduced by e66b788a514fb8df2c8b8d3c000e0d543bbd60df - this should be included in any backports of that commit. Fixes #25585 |
Matt Heon <mheon@redhat.com> | no | 2025-03-14 | ||
backport-oci-report-empty-exec-path-as-ENOENT.patch | oci: report empty exec path as ENOENT unify the error codes returned by runc and crun. Fix the tests to work with both runtimes, as well as the https://github.com/containers/crun/pull/1672 changes in progress for crun. Follow-up for https://github.com/containers/podman/pull/25340 |
Giuseppe Scrivano <gscrivan@redhat.com> | no | 2025-02-18 | ||
backport-test-adapt-tests-new-crun-error-messages.patch | test: adapt tests new crun error messages | Giuseppe Scrivano <gscrivan@redhat.com> | no | 2025-02-17 | ||
backport-test-remove-duplicate-test.patch | test: remove duplicate test "podman run exit ExecErrorCodeCannotInvoke" does the same thing. |
Giuseppe Scrivano <gscrivan@redhat.com> | no | 2025-02-17 | ||
gopsutil-v4.patch | Do not hardcode gopsutil v4 We can use v4 when no version suffix is used. Remove it so that we can upgrade the gopsutil modules from v3 to v4 in Debian. |
Guillem Jover <gjover@sipwise.com> | not-needed | 2024-10-01 | ||
pkg-machine-platform.patch | TestProviders: Skip test if unable to list providers this is to fix autopkgtest in Debian when running in qemu |
Reinhard Tartler <siretart@tauware.de> | no | 2024-08-09 | ||
Revert-to-docker-26.patch | Revert "update to docker 27" This reverts commit e24367aa14b7669d116a2a27ba12c69cbf51612b. |
Reinhard Tartler <siretart@tauware.de> | no | 2024-08-07 | ||
system-goimports.patch | system-goimports =================================================================== |
Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org> | no | 2024-07-12 | ||
tests-integration-skips.patch | e2e-test: Skip tests that don't currently work These failures need to be investigated more closely |
Reinhard Tartler <siretart@tauware.de> | no | 2024-11-28 | ||
tests-system-skips.patch | test/system: Skip some system tests that fail in Debian | Reinhard Tartler <siretart@tauware.de> | no | 2024-10-03 | ||
tests-unit-skips.patch | TestUnitDirs: Skip when CLONE_NEWUSER fails | Reinhard Tartler <siretart@tauware.de> | no | 2024-11-13 |
Showing 1 to 11 of 11 entries
All known versions for source package 'podman'
- 5.4.2+ds1-1 (sid)
- 5.4.1+ds1-3 (trixie)