Improve container-manager to use cgroupv2 12/30512/3 18.91.0 salmon/18.91.0 salmon_18.91.0
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 17 Nov 2024 15:39:32 +0000 (00:39 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Nov 2024 09:30:52 +0000 (09:30 +0000)
This patch update container-manager.
  Add cgroup v2 initial support.
  Add resoure setting overwrite protection from guest in cgropu v1.
  Add cgroup based device access protection.
  Add plugin based container workqueue and container manager workqueue.
  Improve MISRA C complient.

Bug-AGL: SPEC-5284

Change-Id: Iafec8840d30c545b17014492d65f3b8fdcc083f8
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
meta-agl-ic-container/recipes-container/container-manager/container-manager/container-manager.service
meta-agl-ic-container/recipes-container/container-manager/container-manager_git.bb

index 41f75d4..7a02412 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = " \
     file://container-manager.service \
     file://container-manager.json \
     "
-SRCREV = "e516cfeca7859a74a47155ab77d4b1610cae6617"
+SRCREV = "49a2bd8dc221125ac3b4859dab23a6870275c619"
 
 S = "${WORKDIR}/git"