-
Notifications
You must be signed in to change notification settings - Fork 611
Comparing changes
Open a pull request
base repository: opencontainers/runtime-spec
base: 86290f6a00fb
head repository: opencontainers/runtime-spec
compare: v1.1.0-rc.1
- 12 commits
- 9 files changed
- 7 contributors
Commits on Aug 29, 2022
-
config-linux: add memory.checkBeforeUpdate
This setting can be used to mimic cgroup v1 behavior on cgroup v2, when setting the new memory limit during update operation. In cgroup v1, a limit which is lower than the current usage is rejected. In cgroup v2, such a low limit is causing an OOM kill. Ref: opencontainers/runc#3509 Signed-off-by: Kir Kolyshkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e658bc - Browse repository at this point
Copy the full SHA 9e658bcView commit details
Commits on Sep 2, 2022
-
CODEOWNERS: sync with MAINTAINERS
Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6be797c - Browse repository at this point
Copy the full SHA 6be797cView commit details -
Merge pull request #1160 from AkihiroSuda/sync-codeowners
CODEOWNERS: sync with MAINTAINERS
Configuration menu - View commit details
-
Copy full SHA for 901acb9 - Browse repository at this point
Copy the full SHA 901acb9View commit details -
config-linux: add CFS bandwidth burst
Burstable CFS controller is introduced in Linux 5.14. This helps with parallel workloads that might be bursty. They can get throttled even when their average utilization is under quota. And they may be latency sensitive at the same time so that throttling them is undesired. This feature borrows time now against the future underrun, at the cost of increased interference against the other system users, by introducing `cfs_burst_us` into CFS bandwidth control to enact the cap on unused bandwidth accumulation, which will then used additionally for burst. The patch adds the support/control for CFS bandwidth burst. Fixes #1119 Signed-off-by: Kailun Qin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d931d4b - Browse repository at this point
Copy the full SHA d931d4bView commit details
Commits on Sep 7, 2022
-
seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
Linux 5.19 introduced a new seccomp flag: SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV It is useful for seccomp notify when handling notification from Golang programs which are often preempted by the runtime with SIGURG. Signed-off-by: Alban Crequy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bcd065 - Browse repository at this point
Copy the full SHA 4bcd065View commit details -
Merge pull request #1161 from kinvolk/alban_seccomp_flags
seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
Configuration menu - View commit details
-
Copy full SHA for cbb84be - Browse repository at this point
Copy the full SHA cbb84beView commit details
Commits on Sep 9, 2022
-
Merge pull request #1158 from kolyshkin/check-before-update
config-linux: add memory.checkBeforeUpdate
Configuration menu - View commit details
-
Copy full SHA for 494a5a6 - Browse repository at this point
Copy the full SHA 494a5a6View commit details
Commits on Nov 2, 2022
-
config: change prestart hook spec to match reality
runC originally implemented prestart hooks contrary to the spec. And it still implements them the same way today, as it would break a lot of projects which have come to rely on the existing behaviour. Any OCI runtime implementations which want to be compatible with projects that have come to rely on the existing runC behaviour must also implement them contrary to the spec. Furthermore, the Lifecycle section of the spec requires the existing runC behaviour for the prestart hook, _directly contradicting the section of the spec which defines the prestart hook in config.md!_ Given that existing implementations cannot be changed, the spec contradicts existing implementations, and the spec contradicts _itself_, amending the spec to align with the existing runC behaviour is the only viable way to resolve the contradiction. Signed-off-by: Cory Snider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f225699 - Browse repository at this point
Copy the full SHA f225699View commit details
Commits on Jan 23, 2023
-
Merge pull request #1120 from kailun-qin/add-cfs-burst
config-linux: add CFS bandwidth burst
Configuration menu - View commit details
-
Copy full SHA for 6188d9e - Browse repository at this point
Copy the full SHA 6188d9eView commit details
Commits on Jan 24, 2023
-
Cory Snider (1): config: change prestart hook spec to match reality LGTMs: AkihiroSuda guiseppe cyphar Closes #1169
Configuration menu - View commit details
-
Copy full SHA for 5cfc4c3 - Browse repository at this point
Copy the full SHA 5cfc4c3View commit details
Commits on Jan 25, 2023
-
ChangeLog: Document changes since v1.0.2
Through 5cfc4c3 (2023-01-24) Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f790b68 - Browse repository at this point
Copy the full SHA f790b68View commit details -
Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e013c2 - Browse repository at this point
Copy the full SHA 3e013c2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 86290f6a00fb...v1.1.0-rc.1