All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 0/3] small changes on criu and lxc
@ 2024-01-07 12:56 Xiangyu Chen
  2024-01-07 12:56 ` [meta-virtualization][PATCH 1/3] criu: add kernel configuration features Xiangyu Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xiangyu Chen @ 2024-01-07 12:56 UTC (permalink / raw)
  To: meta-virtualization

From: Xiangyu Chen <xiangyu.chen@windriver.com>

Hi Bruce,

There are 3 small fix on criu and lxc package.

patch 1 and 2 related to criu, when using criu dump, it failed and report errors
due to missing sock diag features in kernel and cgroup not init correctly, so add
kernel configuration fragments to enable sock diag and add crgoup-lite to RDEPENDS.

patch 3 related to lxc ptest, some of test cases cannot fully clean the system environment
after exit, that cause lxc-test-unpriv in failure status, so adjust the lxc-test-unpriv
case order to first.

Thanks,

Br,
Xiangyu


Xiangyu Chen (3):
  criu: add kernel configuration features
  criu: add cgroup-lite to RDEPENDS
  lxc: adjust the lxc-test-unpriv running order

 recipes-containers/criu/criu_git.bb           |  2 +-
 recipes-containers/lxc/files/run-ptest        | 25 ++++++++++++++++++-
 recipes-kernel/linux/linux-yocto/criu.cfg     |  8 ++++++
 recipes-kernel/linux/linux-yocto/criu.scc     |  4 +++
 .../linux/linux-yocto_virtualization.inc      |  1 +
 5 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 recipes-kernel/linux/linux-yocto/criu.cfg
 create mode 100644 recipes-kernel/linux/linux-yocto/criu.scc

-- 
2.34.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-15 21:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 12:56 [meta-virtualization][PATCH 0/3] small changes on criu and lxc Xiangyu Chen
2024-01-07 12:56 ` [meta-virtualization][PATCH 1/3] criu: add kernel configuration features Xiangyu Chen
2024-01-07 12:56 ` [meta-virtualization][PATCH 2/3] criu: add cgroup-lite to RDEPENDS Xiangyu Chen
2024-01-07 12:56 ` [meta-virtualization][PATCH 3/3] lxc: adjust the lxc-test-unpriv running order Xiangyu Chen
2024-01-15 21:49 ` [meta-virtualization][PATCH 0/3] small changes on criu and lxc Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.