[1.4] Add memory policy and schemata support#4915
Merged
kolyshkin merged 5 commits intoopencontainers:release-1.4from Oct 8, 2025
Merged
[1.4] Add memory policy and schemata support#4915kolyshkin merged 5 commits intoopencontainers:release-1.4from
kolyshkin merged 5 commits intoopencontainers:release-1.4from
Conversation
Member
Author
|
Once this is merged (or rejected), I will prepare 1.4.0-rc.2. |
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com> (cherry picked from commit 74c5436) Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
42bee0d to
8a85caf
Compare
Contributor
It's a partial backport (please see #4830 (comment)) |
Member
Author
|
Ah, right. I'll include the rest of #4830 here. |
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com> (cherry picked from commit 3867f82) Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Implement support for the linux.intelRdt.schemata field of the spec. This allows management of the "schemata" file in the resctrl group in a generic way. Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com> (cherry picked from commit 4155321) Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com> (cherry picked from commit 7be025f) Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Implement support for Linux memory policy in OCI spec PR: opencontainers/runtime-spec#1282 Signed-off-by: Antti Kervinen <antti.kervinen@intel.com> (cherry picked from commit eda7bdf) Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
8a85caf to
910f134
Compare
Member
Author
Contributor
|
There is some problem with golangci-lint caching (a slightly different issue was reported in golangci/golangci-lint#5979, this might be it or something else), let me see if removing the cache will fix this. |
Contributor
Yup, that was it. |
lifubang
approved these changes
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #4830 and #4726.
Implement support for Linux memory policy in OCI spec PR:
Add support for Linux memory policy runtime-spec#1282
Signed-off-by: Antti Kervinen antti.kervinen@intel.com
Implement support for the linux.intelRdt.schemata field of the spec.
This allows management of the "schemata" file in the resctrl group in a
generic way. config-linux: add schemata field to IntelRdt runtime-spec#1230
Signed-off-by: Markus Lehtonen markus.lehtonen@intel.com
Signed-off-by: Aleksa Sarai cyphar@cyphar.com