1. 17 Sep, 2020 3 commits
  2. 03 Sep, 2020 1 commit
  3. 02 Sep, 2020 3 commits
  4. 28 Aug, 2020 2 commits
  5. 25 Aug, 2020 3 commits
  6. 24 Aug, 2020 1 commit
    • Check only rootfs as filesystem type · 97edebfa
      Pranay Kr. Srivastava authored
      When detecting if rootfs is on ramfs instead of checking "- rootfs
      rootfs" which is the " - <file_system> <device>" information only check
      the file system type. This is due to a change introduced in kernel where
      ramfs file system doesn't set the device to "rootfs" but instead mark it
      as "none". By making sure we only check for "rootfs" as the file system
      name we also offer backward compatibility with earlier kernels as well.
      
      The kernel commit that introduced this change was
      
      commit f32356261d44d580649a7abce1156d15d49cf20f
      Author: David Howells <dhowells@redhat.com>
      Date:   Mon Mar 25 16:38:31 2019 +0000
      
          vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new
          mount API
      Signed-off-by: 's avatarPranay Kr. Srivastava <pranay.srivastava@pantacor.com>
  7. 21 Aug, 2020 4 commits
    • Merge pull request #3528 from graysky2/master · c22a1a4a
      Stéphane Graber authored
      remove deprecated options in lxc.service fixes #3527
    • Merge pull request #3526 from brauner/2020-08-21/fixes · 256928ac
      Stéphane Graber authored
      cgfsng: fix cgroup attach cgroup creation
    • remove deprecated options in lxc.service fixes #3527 · 0c4cd88d
      graysky authored
      Signed-off-by: 's avatargraysky <graysky@archlinux.us>
    • cgfsng: fix cgroup attach cgroup creation · c80c9a70
      Christian Brauner authored
      [01m[Kcgroups/cgfsng.c:[m[K In function ‘[01m[Kcgroup_attach_leaf.constprop[m[K’:
      [01m[Kcgroups/cgfsng.c:2221:10:[m[K [01;31m[Kerror: [m[Kwriting 1 byte into a region of size 0 [[01;31m[K-Werror=stringop-overflow=[m[K]
       2221 |   [01;31m[K*slash = '\0'[m[K;
            |   [01;31m[K~~~~~~~^~~~~~[m[K
      [01m[Kcgroups/cgfsng.c:2213:8:[m[K [01;36m[Knote: [m[Kat offset -13 to object ‘[01m[Kattach_cgroup[m[K’ with size 23 declared here
       2213 |   char [01;36m[Kattach_cgroup[m[K[STRLITERALLEN(".lxc-1000/cgroup.procs") + 1];
            |        [01;36m[K^~~~~~~~~~~~~[m[K
      [01m[Kcgroups/cgfsng.c:2229:10:[m[K [01;31m[Kerror: [m[Kwriting 1 byte into a region of size 0 [[01;31m[K-Werror=stringop-overflow=[m[K]
       2229 |   [01;31m[K*slash = '/'[m[K;
            |   [01;31m[K~~~~~~~^~~~~[m[K
      [01m[Kcgroups/cgfsng.c:2213:8:[m[K [01;36m[Knote: [m[Kat offset -13 to object ‘[01m[Kattach_cgroup[m[K’ with size 23 declared here
       2213 |   char [01;36m[Kattach_cgroup[m[K[STRLITERALLEN(".lxc-1000/cgroup.procs") + 1];
            |        [01;36m[K^~~~~~~~~~~~~[m[K
      [01m[Kcgroups/cgfsng.c:2229:10:[m[K [01;31m[Kerror: [m[Kwriting 1 byte into a region of size 0 [[01;31m[K-Werror=stringop-overflow=[m[K]
       2229 |   [01;31m[K*slash = '/'[m[K;
            |   [01;31m[K~~~~~~~^~~~~[m[K
      [01m[Kcgroups/cgfsng.c:2213:8:[m[K [01;36m[Knote: [m[Kat offset -13 to object ‘[01m[Kattach_cgroup[m[K’ with size 23 declared here
       2213 |   char [01;36m[Kattach_cgroup[m[K[STRLITERALLEN(".lxc-1000/cgroup.procs") + 1];
            |        [01;36m[K^~~~~~~~~~~~~[m[K
      
      Link: https://launchpadlibrarian.net/494354168/buildlog_ubuntu-groovy-armhf.lxc_1%3A4.0.4-0ubuntu1_BUILDING.txt.gzSigned-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
  8. 17 Aug, 2020 1 commit
  9. 15 Aug, 2020 1 commit
  10. 12 Aug, 2020 2 commits
  11. 11 Aug, 2020 3 commits
  12. 10 Aug, 2020 4 commits
  13. 09 Aug, 2020 9 commits
  14. 07 Aug, 2020 3 commits