runc:Set temporary single CPU affinity before cgroup cpuset transition

This commit is contained in:
zhongjiawei 2024-06-19 17:13:23 +08:00
parent 007624f8b1
commit 4377e4eac8
4 changed files with 1089 additions and 2 deletions

View File

@ -1 +1 @@
01c8bb81fbacf8678db65ac841153d90237dd329 79523452a255e123d3659b5b7447d9a060487015

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: runc Name: runc
Version: 1.1.3 Version: 1.1.3
Release: 26 Release: 27
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
License: ASL 2.0 License: ASL 2.0
@ -54,6 +54,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc %{_bindir}/runc
%changelog %changelog
* Wed Jun 19 2024 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-27
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:Set temporary single CPU affinity before cgroup cpuset transition
* Thu Jun 13 2024 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-26 * Thu Jun 13 2024 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-26
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA

View File

@ -51,3 +51,4 @@ patch/0050-runc-increase-the-number-of-cgroup-deletion-retries.patch
patch/0051-runc-fix-CVE-2024-21626.patch patch/0051-runc-fix-CVE-2024-21626.patch
patch/0052-runc-check-cmd-exist.patch patch/0052-runc-check-cmd-exist.patch
patch/0053-runc-fix-CVE-2024-3154.patch patch/0053-runc-fix-CVE-2024-3154.patch
patch/0054-runc-Set-temporary-single-CPU-affinity-before-cgroup-cpus.patch