Commit Graph

  • 7837689f9a Merge pull request #5159 from kolyshkin/add-conmon lfbzhm 2026-03-12 19:18:14 +08:00
  • 5dac7379e7 [1.4] notify_socket: close fds on error Kir Kolyshkin 2025-11-12 13:39:33 -08:00
  • d934c6dd9e [1.4] libct: mountFd: close mountFile on error Kir Kolyshkin 2025-11-12 13:35:24 -08:00
  • 0af85cbca8 [1.4] libct: newProcessComm: close fds on error Kir Kolyshkin 2025-11-12 13:28:57 -08:00
  • ffc6092b8d [1.4] libct: startInitialization: add defer close Kir Kolyshkin 2025-11-12 13:13:48 -08:00
  • ba01f0fb6a merge #5150 into opencontainers/runc:main Aleksa Sarai 2026-03-12 19:05:19 +09:00
  • 4fb2e1ceba [1.4] deps: update to cyphar.com/go-pathrs@v0.2.4 Aleksa Sarai 2026-02-13 17:45:47 +11:00
  • 97f79dbf59 [1.4] README: document libpathrs build tag Aleksa Sarai 2026-02-26 17:43:50 +11:00
  • 5424ac4ddb [1.4] script: seccomp.sh -> build-seccomp.sh Aleksa Sarai 2026-02-03 19:52:35 +01:00
  • ac7909922e [1.4] build: rename /opt/libseccomp cdylib directory Aleksa Sarai 2026-02-02 13:04:50 +01:00
  • 8cdb38cd4e [1.4] build: treat armhf as ARMv7 Aleksa Sarai 2026-02-13 18:32:33 +11:00
  • ba78fffbe5 [1.4] dockerfile: switch to Debian 13 Aleksa Sarai 2026-02-03 00:15:10 +01:00
  • d0444a61ba merge #5103 into opencontainers/runc:main Aleksa Sarai 2026-03-12 18:56:27 +09:00
  • 1c7b8c9de4 conformance: poststart hooks spec now matches runc Aleksa Sarai 2026-03-05 12:35:54 +11:00
  • 0e1fe368a2 gha: test both with and without libpathrs Aleksa Sarai 2026-03-06 14:21:22 +11:00
  • e2c989b7e1 build: enable libpathrs by default Aleksa Sarai 2026-02-04 18:38:02 +01:00
  • 7322b05f41 ci: build and install libpathrs Aleksa Sarai 2026-02-09 10:12:48 +11:00
  • 8689e50cbe build: enable builds with libpathrs Aleksa Sarai 2026-02-03 21:31:12 +01:00
  • b58e342758 deps: update to cyphar.com/go-pathrs@v0.2.4 Aleksa Sarai 2026-02-13 17:45:47 +11:00
  • ab6f75dd25 README: document libpathrs build tag Aleksa Sarai 2026-02-26 17:43:50 +11:00
  • b1a9047c7a script: seccomp.sh -> build-seccomp.sh Aleksa Sarai 2026-02-03 19:52:35 +01:00
  • 8292574e7a build: rename /opt/libseccomp cdylib directory Aleksa Sarai 2026-02-02 13:04:50 +01:00
  • 51ae8de054 build: treat armhf as ARMv7 Aleksa Sarai 2026-02-13 18:32:33 +11:00
  • 6b757b6aa0 dockerfile: switch to Debian 13 Aleksa Sarai 2026-02-03 00:15:10 +01:00
  • bb9ee2b0df integration: output debug information in fd leak test Aleksa Sarai 2026-02-09 10:40:18 +11:00
  • 6b36291fd5 Add linter rule to guard against use of os.Is* error functions Curd Becker 2025-12-09 03:29:44 +01:00
  • 323a54ef0d Replace os.Is* error checking functions with their errors.Is counterpart Curd Becker 2025-11-17 00:28:05 +01:00
  • f8040c3d1f Merge pull request #5161 from kolyshkin/1.4-5133 Aleksa Sarai 2026-03-12 12:00:39 +09:00
  • 192e3d416f ci: add conmon tests run Kir Kolyshkin 2026-03-10 10:28:38 -07:00
  • 190a6c6e37 libct/specconv: fix panic in initSystemdProps Kir Kolyshkin 2026-02-26 11:28:13 -08:00
  • 168dcab909 libct/specconv: TestInitSystemdProps: use t.Run Kir Kolyshkin 2026-02-26 11:25:17 -08:00
  • a462d6f8a8 Merge pull request #5160 from kolyshkin/fixup-relabel Aleksa Sarai 2026-03-11 18:54:28 +09:00
  • d2abe47689 libct/configs: exclude Relabel from json [un]marshaling Kir Kolyshkin 2026-03-10 14:13:11 -07:00
  • 9183ee6e5a Merge pull request #5158 from kolyshkin/1.3-5153 Aleksa Sarai 2026-03-10 20:02:18 +09:00
  • 323185e3e1 Merge pull request #5157 from kolyshkin/1.4-5153 Aleksa Sarai 2026-03-10 20:02:01 +09:00
  • 3755b0e48c Revert "Preventing containers from being unable to be deleted" Kir Kolyshkin 2026-03-05 18:35:57 -08:00
  • 1672693373 Revert "Preventing containers from being unable to be deleted" Kir Kolyshkin 2026-03-05 18:35:57 -08:00
  • 5f3ac16d18 merge #5152 into opencontainers/runc:main Aleksa Sarai 2026-03-08 00:16:03 +09:00
  • 2db0c5e8b1 Merge pull request #5155 from cyphar/intelrdt-improve-mkdir Rodrigo Campos Catelin 2026-03-06 14:40:40 +01:00
  • 1c35df9ea2 merge #5153 into opencontainers/runc:main Aleksa Sarai 2026-03-06 18:48:53 +09:00
  • fbaf5e3161 libct: intelrdt: improve directory cleanup logic Aleksa Sarai 2026-03-06 18:32:52 +09:00
  • bf547fb885 merge #3832 into opencontainers/runc:main Aleksa Sarai 2026-03-06 16:43:41 +09:00
  • 5996fe143a Revert "Preventing containers from being unable to be deleted" Kir Kolyshkin 2026-03-05 18:35:57 -08:00
  • 8b2b5e9492 libct: remove relabeling dead code Kir Kolyshkin 2026-03-05 14:54:17 -08:00
  • 1f9669fafb Merge pull request #5149 from kolyshkin/1.4-5025 Aleksa Sarai 2026-03-05 12:40:43 +11:00
  • e2baa3ad10 Intel RDT: update according to spec changes. Ismo Puustinen 2023-04-18 13:22:13 +03:00
  • 9b5065bced Merge pull request #5145 from cyphar/1.2-keyring-fixes release-1.2 Kir Kolyshkin 2026-03-04 17:15:22 -08:00
  • abf41c1f3c Merge pull request #5146 from cyphar/1.3-keyring-fixes Kir Kolyshkin 2026-03-04 17:14:54 -08:00
  • 1c78358384 libct: fix resetting CPU affinity Antti Kervinen 2025-11-18 14:13:20 +02:00
  • c4dba84df7 Merge pull request #5147 from cyphar/1.4-keyring-fixes Kir Kolyshkin 2026-03-04 17:13:58 -08:00
  • c1c788765c Merge pull request #5148 from cyphar/keyring-AkihiroSuda Akihiro Suda 2026-03-05 09:43:11 +09:00
  • bc7f1c2f84 Merge pull request #5025 from askervin/5eA-workaround-max-1kcpus Kir Kolyshkin 2026-03-04 13:26:42 -08:00
  • 700c944c4d libct: fix resetting CPU affinity Antti Kervinen 2025-11-18 14:13:20 +02:00
  • ffe8b28ff4 Merge pull request #5141 from cyphar/remove-deprecated-apis Kir Kolyshkin 2026-03-04 11:40:28 -08:00
  • 392c8199d9 keyring: update AkihiroSuda's key Aleksa Sarai 2026-03-05 01:10:14 +11:00
  • 030e224e7f keyring: update AkihiroSuda's key Aleksa Sarai 2026-03-05 01:10:14 +11:00
  • 0f6d9e6ca1 keyring: update AkihiroSuda's key Aleksa Sarai 2026-03-05 01:10:14 +11:00
  • 9ad18b1347 keyring: update AkihiroSuda's key Aleksa Sarai 2026-03-05 01:10:14 +11:00
  • b9303a6fb9 Merge pull request #5144 from cyphar/keyring-check-no-keys Aleksa Sarai 2026-03-05 01:10:39 +11:00
  • 21c6b2097e keyring: validate: allow maintainers to have no keys Aleksa Sarai 2026-03-05 00:42:04 +11:00
  • 7c12b02755 keyring: remove asarai@suse.de key Aleksa Sarai 2026-03-03 23:11:37 +11:00
  • ccea037662 keyring: validate: allow maintainers to have no keys Aleksa Sarai 2026-03-05 00:42:04 +11:00
  • e001bca433 keyring: remove asarai@suse.de key Aleksa Sarai 2026-03-03 23:11:37 +11:00
  • 732adedbe4 keyring: validate: allow maintainers to have no keys Aleksa Sarai 2026-03-05 00:42:04 +11:00
  • efc715fb7c keyring: remove asarai@suse.de key Aleksa Sarai 2026-03-03 23:11:37 +11:00
  • 936a59b07f keyring: validate: allow maintainers to have no keys Aleksa Sarai 2026-03-05 00:42:04 +11:00
  • e67725c087 contrib: remove deprecated memfd-bind binary Aleksa Sarai 2026-03-04 22:34:49 +11:00
  • 625ef531b7 libct: devices: drop deprecated cgroup types Aleksa Sarai 2026-03-04 22:13:05 +11:00
  • 6a77ee7864 libct: remove deprecated MPOL_* constants Aleksa Sarai 2026-03-04 20:47:29 +11:00
  • 87b0804345 libct: remove deprecated HooksList.RunHooks Aleksa Sarai 2026-03-04 20:42:35 +11:00
  • 8fd8e433f8 libct: config: remove deprecated cgroup types Aleksa Sarai 2026-03-04 20:38:53 +11:00
  • f0ea41ad1f CHANGELOG: add notice for removed libct/utils APIs Aleksa Sarai 2026-03-04 22:58:39 +11:00
  • a1017ad400 Merge pull request #5139 from cyphar/aleksa-suse-email Rodrigo Campos Catelin 2026-03-04 02:05:49 +01:00
  • a691486c83 keyring: remove asarai@suse.de key Aleksa Sarai 2026-03-03 23:11:37 +11:00
  • ffd5a10d58 Merge pull request #5135 from kolyshkin/1.3-5124 Akihiro Suda 2026-03-01 03:21:35 +09:00
  • a92b322089 Merge pull request #5134 from kolyshkin/1.4-5124 Akihiro Suda 2026-03-01 03:21:23 +09:00
  • a51b20a37b Merge pull request #5136 from opencontainers/dependabot/github_actions/actions/upload-artifact-7 lfbzhm 2026-03-01 02:21:12 +08:00
  • 4d4e064109 Merge pull request #5133 from kolyshkin/usec lfbzhm 2026-02-27 18:55:42 +08:00
  • 106f302c54 build(deps): bump actions/upload-artifact from 6 to 7 dependabot[bot] 2026-02-27 04:52:14 +00:00
  • 8de198f11d Merge pull request #5118 from kolyshkin/lint29 lfbzhm 2026-02-27 12:37:12 +08:00
  • d6fd9457e1 tests/int: Disable coredumps for SCMP_ACT_KILL tests Ricardo Branco 2026-02-25 13:12:24 +01:00
  • 6326d76098 tests/int: Disable coredumps for SCMP_ACT_KILL tests Ricardo Branco 2026-02-25 13:12:24 +01:00
  • a48a7cef96 libct/specconv: fix panic in initSystemdProps Kir Kolyshkin 2026-02-26 11:28:13 -08:00
  • 392a221293 libct/specconv: TestInitSystemdProps: use t.Run Kir Kolyshkin 2026-02-26 11:25:17 -08:00
  • ed6a3d6324 Merge pull request #5127 from kolyshkin/libct-ex Kir Kolyshkin 2026-02-26 16:53:16 -08:00
  • 6a374e6c1d libcontainer: move example code out of README Kir Kolyshkin 2026-02-25 16:07:35 -08:00
  • 81dc3f393e merge #5125 into opencontainers/runc:release-1.4 Aleksa Sarai 2026-02-26 17:39:49 +11:00
  • 1566d1d0e0 merge #5126 into opencontainers/runc:release-1.3 Aleksa Sarai 2026-02-26 17:39:09 +11:00
  • 61a1d1b3aa ci: bump golangci-lint to v2.10 Kir Kolyshkin 2026-02-11 12:21:07 -08:00
  • 5a6e1e18f9 Preallocate some slices Kir Kolyshkin 2026-02-11 12:18:58 -08:00
  • 72b10af772 ci: update policycoreutils for CentOS 10 Kir Kolyshkin 2026-02-24 15:13:13 -08:00
  • fc7ac957ae ci: update policycoreutils for CentOS 10 Kir Kolyshkin 2026-02-24 15:13:13 -08:00
  • e89f01eda9 Merge pull request #5124 from ricardobranco777/nocoredump Kir Kolyshkin 2026-02-25 13:44:31 -08:00
  • f18e97d312 tests/int: Disable coredumps for SCMP_ACT_KILL tests Ricardo Branco 2026-02-25 13:12:24 +01:00
  • 1c30a17471 Merge pull request #5123 from kolyshkin/ci-el10 Rodrigo Campos Catelin 2026-02-25 10:49:47 +01:00
  • 3235c5a90a ci: update policycoreutils for CentOS 10 Kir Kolyshkin 2026-02-24 15:13:13 -08:00
  • 165a4a0229 Merge pull request #5119 from kolyshkin/ubu2404 Kir Kolyshkin 2026-02-12 17:34:43 -08:00
  • 23effed6eb ci: switch to ubuntu 24.04 for cross-i386 job Kir Kolyshkin 2026-02-12 13:31:56 -08:00
  • 920ca5a4e0 Merge pull request #5116 from lifubang/backport-1.4-5091 Kir Kolyshkin 2026-02-12 11:58:04 -08:00
  • 2120bfa4fa Merge pull request #5117 from kolyshkin/1.4-fix-exec lfbzhm 2026-02-12 09:53:53 +08:00