[lxc-devel] [lxc/lxc] a725bb: Make /tmp accessible to any user

2019-06-05 Thread Christian Brauner
m/lxc/lxc/commit/8e75ed57ccfda408376ee7c50ab6bfa45943151a Author: Christian Brauner Date: 2019-06-05 (Wed, 05 Jun 2019) Changed paths: M templates/lxc-busybox.in Log Message: --- Merge pull request #3031 from Rachid-Koucha/patch-11 Make /tmp accessible to any user Compare: https:

[lxc-devel] [lxc/lxc] 39cb2d: start: fix handler memory leak at lxc_init failed

2019-06-04 Thread Christian Brauner
Log Message: --- start: fix handler memory leak at lxc_init failed Signed-off-by: LiFeng Commit: fa0330c9c0caecd07b363dd696b5b6ddef83214b https://github.com/lxc/lxc/commit/fa0330c9c0caecd07b363dd696b5b6ddef83214b Author: Christian Brauner Date: 2019-06-05 (Wed, 05 Jun

[lxc-devel] [lxc/lxc] dfe4a6: lxc_usernsexec: continuing after unshare fails lea...

2019-06-04 Thread Christian Brauner
/c86d12141ab03bde1268c1dbd5e2394e7c282999 Author: Christian Brauner Date: 2019-06-04 (Tue, 04 Jun 2019) Changed paths: M src/lxc/cmd/lxc_usernsexec.c Log Message: --- Merge pull request #3026 from xmcqueen/master lxc_usernsexec: continuing after unshare fails leads to confusing and… Compare: https

[lxc-devel] [lxc/lxc] b9f804: getgrgid_r fails with ERANGE if buffer is too smal...

2019-06-04 Thread Christian Brauner
/1eaa8c428a5d81c256246a375f634be0273a72d2 Author: Christian Brauner Date: 2019-06-04 (Tue, 04 Jun 2019) Changed paths: M src/lxc/cmd/lxc_user_nic.c M src/lxc/utils.h Log Message: --- Merge pull request #3024 from avkvl/fix_groups_with_a_lot_of_members lxc-user-net: Failed

[lxc-devel] [lxc/lxc] edb808: lxc_clone: add a comment about stack size

2019-05-29 Thread Christian Brauner
/namespace.c Log Message: --- lxc_clone: add a comment about stack size Signed-off-by: Tycho Andersen Commit: 3e8a11cb1c2fe8c9f44e7ecc6f8f378d1e09fab9 https://github.com/lxc/lxc/commit/3e8a11cb1c2fe8c9f44e7ecc6f8f378d1e09fab9 Author: Christian Brauner Date: 2019-05-29

[lxc-devel] [lxc/lxc] c74e92: lxc_clone: pass non-stack allocated stack to clone

2019-05-29 Thread Christian Brauner
science? Signed-off-by: Tycho Andersen Commit: 18a405ee88419e0799cf8849f1ad468c859615ba https://github.com/lxc/lxc/commit/18a405ee88419e0799cf8849f1ad468c859615ba Author: Christian Brauner Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M doc/lxc.container.conf.sgml.in M

[lxc-devel] [lxc/lxc] d871a9: fix issue 2765

2019-05-28 Thread Christian Brauner
/lxc/cmd/lxc_user_nic.c Log Message: --- fix issue 2765 Signed-off-by: Alexander Kriventsov Commit: 0cfec4f757b526a4f40167034a0b76c9cb809808 https://github.com/lxc/lxc/commit/0cfec4f757b526a4f40167034a0b76c9cb809808 Author: Christian Brauner Date: 2019-05-28 (Tue, 28

[lxc-devel] [lxc/lxc] f9bbc9: configure: remove additional comma

2019-05-21 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: f9bbc96e3b3b1ced3b83b24d6bf1cfb3c2c154e2 https://github.com/lxc/lxc/commit/f9bbc96e3b3b1ced3b83b24d6bf1cfb3c2c154e2 Author: Christian Brauner Date: 2019-05-21 (Tue, 21 May 2019) Changed paths: M

[lxc-devel] [lxc/lxc] 1cbdf1: start: remove unused label

2019-05-18 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: 1cbdf1ead9eec11b1cd11c94ff90256ec12d6a61 https://github.com/lxc/lxc/commit/1cbdf1ead9eec11b1cd11c94ff90256ec12d6a61 Author: Christian Brauner Date: 2019-05-18 (Sat, 18 May 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] f9df32: lxccontainer: remove unused function

2019-05-18 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: f9df3281fceff6b0c9a5f629f7ef60be489cdae4 https://github.com/lxc/lxc/commit/f9df3281fceff6b0c9a5f629f7ef60be489cdae4 Author: Christian Brauner Date: 2019-05-18 (Sat, 18 May 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 8470bf: Travis: Adds -Wall and -Werror gcc flags to automa...

2019-05-18 Thread Christian Brauner
command if not. Signed-off-by: tomponline Commit: 3c5b6e30d850be2aa52afd78b1a63bb2e34b00f3 https://github.com/lxc/lxc/commit/3c5b6e30d850be2aa52afd78b1a63bb2e34b00f3 Author: Christian Brauner Date: 2019-05-18 (Sat, 18 May 2019) Changed paths: M src/lxc/network.c Log Message

[lxc-devel] [lxc/lxc] b3259d: network: Fixes bug that stopped down hook from run...

2019-05-16 Thread Christian Brauner
/network.c Log Message: --- network: Fixes bug that stopped down hook from running for phys netdevs Signed-off-by: Thomas Parrott Commit: 6ae34d21696c25de0264ce60a1641011cd17f20d https://github.com/lxc/lxc/commit/6ae34d21696c25de0264ce60a1641011cd17f20d Author: Christian

[lxc-devel] [lxc/lxc] 0037ab: network: move phys netdevs back to monitor's net n...

2019-05-15 Thread Christian Brauner
: e2f2d86a4199472fd6d7f6484c9c563ddf724a61 https://github.com/lxc/lxc/commit/e2f2d86a4199472fd6d7f6484c9c563ddf724a61 Author: Christian Brauner Date: 2019-05-15 (Wed, 15 May 2019) Changed paths: M src/lxc/macro.h M src/lxc/network.c Log Message: --- Merge pull request #3005 from tomponline/tp

[lxc-devel] [lxc/lxc] a1d652: Use %m instead of strerror() when available

2019-05-13 Thread Christian Brauner
in SYSTRACE() macro. Signed-off-by: Rachid Koucha Commit: 7aea50feb954bdd2097d7bf8a252fb13878fe0b4 https://github.com/lxc/lxc/commit/7aea50feb954bdd2097d7bf8a252fb13878fe0b4 Author: Christian Brauner Date: 2019-05-13 (Mon, 13 May 2019) Changed paths: M src/lxc/log.h

[lxc-devel] [lxc/lxc] e1d430: initutils: Fix memleak on realloc failure

2019-05-13 Thread Christian Brauner
/initutils.c Log Message: --- initutils: Fix memleak on realloc failure Signed-off-by: Rikard Falkeborn Commit: 612e48a364e653418855295232fd7f73cc9b144d https://github.com/lxc/lxc/commit/612e48a364e653418855295232fd7f73cc9b144d Author: Christian Brauner Date: 2019-05

[lxc-devel] [lxc/lxc] 17e68c: criu: Remove unnecessary return after _exit()

2019-05-13 Thread Christian Brauner
true. Change to return false to indicate error properly. Detected with cppcheck. Signed-off-by: Rikard Falkeborn Commit: 7d4188ce7168d0a7f595590c992961b5dfdb6e39 https://github.com/lxc/lxc/commit/7d4188ce7168d0a7f595590c992961b5dfdb6e39 Author: Christian Brauner Date: 2019-05-13

[lxc-devel] [lxc/lxc] 720bbb: Config: check for %m availability

2019-05-13 Thread Christian Brauner
igned-off-by: Rachid Koucha Commit: fa9aa1fabb77e9ee7759ea2daa2aa65f3525248c https://github.com/lxc/lxc/commit/fa9aa1fabb77e9ee7759ea2daa2aa65f3525248c Author: Christian Brauner Date: 2019-05-13 (Mon, 13 May 2019) Changed paths: M configure.ac Log Message: --- Merge pul

[lxc-devel] [lxc/lxc] 582cb4: criu: Use -v4 instead of -vvvvvv

2019-05-10 Thread Christian Brauner
https://github.com/lxc/lxc/commit/ad485e9fb1fbb38b411d6041eb0e7bf3f175 Author: Christian Brauner Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M src/lxc/criu.c Log Message: --- Merge pull request #2997 from rst0git/criu-v-option criu: Use -v4 instead

[lxc-devel] [lxc/lxc] e79623: New --bbpath option and unecessary --rootfs checks

2019-05-10 Thread Christian Brauner
he review. Signed-off-by: Rachid Koucha Commit: da161bc1a2ef2ab89fb2e5c22ff8fb64b3e6c28f https://github.com/lxc/lxc/commit/da161bc1a2ef2ab89fb2e5c22ff8fb64b3e6c28f Author: Christian Brauner Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M templates/lxc-busybox.in Log Message:

[lxc-devel] [lxc/lxc] 9fbe07: lxccontainer: do not display if missing privileges

2019-05-10 Thread Christian Brauner
r RUNNING 0 - 10.0.3.37 -false $ Signed-off-by: Rachid Koucha Signed-off-by: Christian Brauner Commit: e269d99b026cc400a8b7137c3427d6985b85ae91 https://github.com/lxc/lxc/commit/e269d99b026cc400a8b7137c3427d6985b85ae91 Author: Christian Brauner Date: 2019-05-10

[lxc-devel] [lxc/lxc] 3bef7b: network: Adds mtu support for phys and macvlan types

2019-05-10 Thread Christian Brauner
devices. Signed-off-by: Thomas Parrott Commit: 9e195036412a99a2f48731156c61cc85054b37ee https://github.com/lxc/lxc/commit/9e195036412a99a2f48731156c61cc85054b37ee Author: Christian Brauner Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M doc/api-extensions.md M src/lxc

[lxc-devel] [lxc/lxc] 634ad9: Redirect error messages to stderr

2019-05-10 Thread Christian Brauner
ed-off-by: Rachid Koucha Commit: 70aa3c7f58ab52ebaec807cb3597560df4f131f6 https://github.com/lxc/lxc/commit/70aa3c7f58ab52ebaec807cb3597560df4f131f6 Author: Christian Brauner Date: 2019-05-10 (Fri, 10 May 2019) Changed paths: M templates/lxc-busybox.in Log Message: ---

[lxc-devel] [lxc/lxc] 7dd6ea: doc: Update Japanese lxc.container.conf(5)

2019-05-09 Thread Christian Brauner
: c6494c4b885a86cdc115add6b6a48d1f5149b5e2 https://github.com/lxc/lxc/commit/c6494c4b885a86cdc115add6b6a48d1f5149b5e2 Author: Christian Brauner Date: 2019-05-09 (Thu, 09 May 2019) Changed paths: M doc/ja/lxc.container.conf.sgml.in M doc/lxc.container.conf.sgml.in Log Message

[lxc-devel] [lxc/lxc] 28eb86: Devices created in rootfs instead of rootfs/dev

2019-05-07 Thread Christian Brauner
commit/b1045fd37bf5c30160394e81ff97f206cbc79465 Author: Christian Brauner Date: 2019-05-07 (Tue, 07 May 2019) Changed paths: M templates/lxc-busybox.in Log Message: --- Merge pull request #2982 from Rachid-Koucha/patch-5 Devices created in rootfs instead of root

[lxc-devel] [lxc/lxc] 009d61: network: Re-works veth gateway logic

2019-05-07 Thread Christian Brauner
: Christian Brauner Date: 2019-05-07 (Tue, 07 May 2019) Changed paths: M src/lxc/network.c Log Message: --- Merge pull request #2981 from tomponline/tp-veth-gateway network: Re-works veth gateway logic Compare: https://github.com/lxc/lxc/compare/1732294cabec...668084bb25fd

[lxc-devel] [lxc/lxc] 3e2a7b: network: Makes vlan network interfaces set mtu bef...

2019-05-07 Thread Christian Brauner
-off-by: tomponline Commit: 1732294cabec49ebc494bd8805f56e6a8fa2f75f https://github.com/lxc/lxc/commit/1732294cabec49ebc494bd8805f56e6a8fa2f75f Author: Christian Brauner Date: 2019-05-07 (Tue, 07 May 2019) Changed paths: M src/lxc/network.c Log Message

[lxc-devel] [lxc/lxc] 006e13: network: Adds custom mtu support for ipvlan interf...

2019-05-07 Thread Christian Brauner
/network.c Log Message: --- network: Adds custom mtu support for ipvlan interfaces Signed-off-by: tomponline Commit: 2c07c966f9e5c0dcd011cb006757068c967981ec https://github.com/lxc/lxc/commit/2c07c966f9e5c0dcd011cb006757068c967981ec Author: Christian Brauner Date: 2019-05

[lxc-devel] [lxc/lxc] a2f9a6: network: Adds gateway device route mode

2019-05-04 Thread Christian Brauner
to specify "dev" as the gateway value, which will cause a device route to be set as default gateway. Signed-off-by: tomponline Commit: 0854538f134b6ff59a12370bdd76b59228168a25 https://github.com/lxc/lxc/commit/0854538f134b6ff59a12370bdd76b59228168a25 Author: Christian Braun

[lxc-devel] [lxc/lxc] b67001: network: Adds ipvlan static routes for l2proxy mode

2019-05-03 Thread Christian Brauner
/network.c Log Message: --- network: Adds ipvlan static routes for l2proxy mode Signed-off-by: tomponline Commit: 9e8c3ebeb50c338b6e754abc47ee114e52a3b2d8 https://github.com/lxc/lxc/commit/9e8c3ebeb50c338b6e754abc47ee114e52a3b2d8 Author: Christian Brauner Date: 2019-05-03

[lxc-devel] [lxc/lxc] 650915: network: Adds layer 2 (ARP/NDP) proxy mode

2019-05-03 Thread Christian Brauner
/5b94d538dd1e69fd690f7994036a070c2857ffc2 Author: Christian Brauner Date: 2019-05-03 (Fri, 03 May 2019) Changed paths: M doc/api-extensions.md M doc/lxc.container.conf.sgml.in M src/lxc/api_extensions.h M src/lxc/confile.c M src/lxc/confile_utils.c M src/lxc/file_utils.c M src/lxc/file_utils.h

[lxc-devel] [lxc/lxc] 39e6fd: namespaces: allow a pathname to a nsfd for namespa...

2019-05-02 Thread Christian Brauner
/confile_utils.c Log Message: --- namespaces: allow a pathname to a nsfd for namespace to share Signed-off-by: Serge Hallyn Commit: 99b68bdb48d2ce95bd481740e01e6a282aa20a3b https://github.com/lxc/lxc/commit/99b68bdb48d2ce95bd481740e01e6a282aa20a3b Author: Christian Brauner

[lxc-devel] [lxc/lxc] c9f523: network: Adds IPVLAN support

2019-05-01 Thread Christian Brauner
Commit: ea84ddf9e2e4933bf8110366be3c3f6dd3c4b6a6 https://github.com/lxc/lxc/commit/ea84ddf9e2e4933bf8110366be3c3f6dd3c4b6a6 Author: Christian Brauner Date: 2019-05-01 (Wed, 01 May 2019) Changed paths: M doc/api-extensions.md M doc/lxc.container.conf.sgml.in M src/lxc

[lxc-devel] [lxc/lxc] 8f8287: network: Makes some routing functions static

2019-04-30 Thread Christian Brauner
: 8d539bc9a81b7ad6f73b4a26d1f4390b488e807d https://github.com/lxc/lxc/commit/8d539bc9a81b7ad6f73b4a26d1f4390b488e807d Author: Christian Brauner Date: 2019-04-30 (Tue, 30 Apr 2019) Changed paths: M src/lxc/network.c M src/lxc/network.h Log Message: --- Merge pull

[lxc-devel] [lxc/lxc] 7b766d: docs: Adds missing doc entries for seccomp related...

2019-04-30 Thread Christian Brauner
-extensions.md Log Message: --- docs: Adds missing doc entries for seccomp related API extensions Signed-off-by: tomponline Commit: 75614e8e52b29e678074c3a2a301aeceef14cf4d https://github.com/lxc/lxc/commit/75614e8e52b29e678074c3a2a301aeceef14cf4d Author: Christian Brauner

[lxc-devel] [lxc/lxc] d4a7da: network: Adds support host side veth device static...

2019-04-29 Thread Christian Brauner
.route = 2001:db8:2::/64 Signed-off-by: tomponline Commit: 5efab6bf453b43b6c614053222104c0f2185f14e https://github.com/lxc/lxc/commit/5efab6bf453b43b6c614053222104c0f2185f14e Author: Christian Brauner Date: 2019-04-29 (Mon, 29 Apr 2019) Changed paths: M doc/api-extensions.md

[lxc-devel] [lxc/lxc] b56680: network: Fixes bug in macvlan mode selection

2019-04-29 Thread Christian Brauner
/confile_utils.c Log Message: --- network: Fixes bug in macvlan mode selection Signed-off-by: tomponline Commit: 7815c7337208503dfb46fb99dac4221fcb29ea27 https://github.com/lxc/lxc/commit/7815c7337208503dfb46fb99dac4221fcb29ea27 Author: Christian Brauner Date: 2019-04-29

[lxc-devel] [lxc/lxc] 69b6aa: Fix 'zfs get' command order

2019-04-24 Thread Christian Brauner
/05bbce37b022955ec450a4fb0adfd149428df7f8 Author: Christian Brauner Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M src/lxc/storage/zfs.c Log Message: --- Merge pull request #2948 from pgauret/patch-1 Fix 'zfs get' command order Compare: https://github.com/lxc/lxc/compare

[lxc-devel] [lxc/lxc] bd65f5: lxc-start: remove bad doc

2019-04-23 Thread Christian Brauner
://github.com/lxc/lxc/commit/a24d015dafa7121b5089d264b79cf82406702924 Author: Christian Brauner Date: 2019-04-23 (Tue, 23 Apr 2019) Changed paths: M src/lxc/tools/lxc_start.c Log Message: --- Merge pull request #2946 from tych0/remove-bad-doc lxc-start: remove bad doc

[lxc-devel] [lxc/lxc] 1e04bb: cgfsng: backport new cgroup handling logic

2019-04-19 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: 1e04bb71da3ed829761ae8c729c3d021a6a709df https://github.com/lxc/lxc/commit/1e04bb71da3ed829761ae8c729c3d021a6a709df Author: Christian Brauner Date: 2019-04-19 (Fri, 19 Apr 2019) Changed paths: M

[lxc-devel] [lxc/lxc] c63111: conf: do lxc.mount.entry mounts right after lxc.mo...

2019-04-16 Thread Christian Brauner
are called between the two. See: https://github.com/lxc/lxc/issues/2932 Signed-off-by: Felix Abecassis Commit: b0b84070b07c890bed9ea9cce96c248d37cc17d0 https://github.com/lxc/lxc/commit/b0b84070b07c890bed9ea9cce96c248d37cc17d0 Author: Christian Brauner Date: 2019-04-17 (Wed, 17 Apr 2019

[lxc-devel] [lxc/lxc] 52e1d4: hooks/nvidia: handle spaces in NVIDIA_REQUIRE vari...

2019-04-16 Thread Christian Brauner
/e9e4dd29a3a08246d755c8c5b84f0c83801a17bc Author: Christian Brauner Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M hooks/nvidia Log Message: --- Merge pull request #2942 from flx42/nvidia-hook-handle-spaces-env hooks/nvidia: handle spaces in NVIDIA_REQUIRE variables Compare: https

[lxc-devel] [lxc/lxc] 6b4925: storage: update zfs

2019-04-15 Thread Christian Brauner
-by: Christian Brauner Commit: 12b4363390a2ccdb6549c7ac615ecde01705eda8 https://github.com/lxc/lxc/commit/12b4363390a2ccdb6549c7ac615ecde01705eda8 Author: Christian Brauner Date: 2019-04-16 (Tue, 16 Apr 2019) Changed paths: M src/lxc/storage/zfs.c Log Message

[lxc-devel] [lxc/lxc] bccf73: cgroups: fix potential nullderef

2019-04-14 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: bccf738c78b8a136a98603de31686579bba0fc2f https://github.com/lxc/lxc/commit/bccf738c78b8a136a98603de31686579bba0fc2f Author: Christian Brauner Date: 2019-04-14 (Sun, 14 Apr 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] a42d8c: lxc-usernsexec: fix default map functionality

2019-04-10 Thread Christian Brauner
: 032b2138e4169bf93abce9e45cfd0b35ddedcb79 https://github.com/lxc/lxc/commit/032b2138e4169bf93abce9e45cfd0b35ddedcb79 Author: Christian Brauner Date: 2019-04-10 (Wed, 10 Apr 2019) Changed paths: M src/lxc/storage/storage_utils.c M src/lxc/storage/storage_utils.h Log Message

[lxc-devel] [lxc/lxc] fad08f: utils: make id switching functions return bool

2019-04-09 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: fad08f3839125da407d18d5eacc723e3ac4b8ff3 https://github.com/lxc/lxc/commit/fad08f3839125da407d18d5eacc723e3ac4b8ff3 Author: Christian Brauner Date: 2019-04-09 (Tue, 09 Apr 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] be9057: attach: improve id switching

2019-04-09 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: be9057243a8e5fca63f09303ccdc9614b17fb12b https://github.com/lxc/lxc/commit/be9057243a8e5fca63f09303ccdc9614b17fb12b Author: Christian Brauner Date: 2019-04-09 (Tue, 09 Apr 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 13f767: fix: #2927 api doc generation fails under out of s...

2019-04-06 Thread Christian Brauner
/Makefile.am Log Message: --- fix: #2927 api doc generation fails under out of source build. Signed-off-by: yosukesan Commit: 9810d1916eacea64c838681d3045cac60e7f00c2 https://github.com/lxc/lxc/commit/9810d1916eacea64c838681d3045cac60e7f00c2 Author: Christian Brauner Date

[lxc-devel] [lxc/lxc] a1c4b8: doc: update Japanese lxc-user-nic manpage

2019-04-05 Thread Christian Brauner
: Christian Brauner Date: 2019-04-06 (Sat, 06 Apr 2019) Changed paths: M doc/ja/lxc-user-nic.sgml.in Log Message: --- Merge pull request #2926 from tenforward/japanese doc: update Japanese lxc-user-nic manpage Compare: https://github.com/lxc/lxc/compare/a38fa3d196e0

[lxc-devel] [lxc/lxc] f08a5c: Fix user namespace pdeathsig handling

2019-04-04 Thread Christian Brauner
Apr 2019) Changed paths: M src/lxc/start.c Log Message: --- Fix monitor pdeathsig handling Signed-off-by: Felix Abecassis Commit: 4f34c6f95dfd94a1736d1bf73783ab97aedb7fd6 https://github.com/lxc/lxc/commit/4f34c6f95dfd94a1736d1bf73783ab97aedb7fd6 Author: Christian

[lxc-devel] [lxc/lxc] c3b7fd: doc: Add lxc.cgroup.relative to lxc.container.conf(5)

2019-03-27 Thread Christian Brauner
https://github.com/lxc/lxc/commit/0d861d57847472b67e3ed9bb77537c3ff56b3952 Author: Christian Brauner Date: 2019-03-27 (Wed, 27 Mar 2019) Changed paths: M doc/ja/lxc.container.conf.sgml.in M doc/lxc.container.conf.sgml.in Log Message: --- Merge pull request #2920

[lxc-devel] [lxc/lxc] 99a8ed: lvm: Updates lvcreate to wipe signatures if suppor...

2019-03-26 Thread Christian Brauner
/40947787706811cdd4ecc1f67ca4957e5b908b13 Author: Christian Brauner Date: 2019-03-26 (Tue, 26 Mar 2019) Changed paths: M src/lxc/storage/lvm.c M src/lxc/utils.c M src/lxc/utils.h Log Message: --- Merge pull request #2911 from tomponline/tp-2019-03-19/lvcreate lvm

[lxc-devel] [lxc/lxc] 49a4c1: Travis: Adds -Wall and -Werror gcc flags to automa...

2019-03-26 Thread Christian Brauner
Commit: 86e27dbd452e6344a04743724a01e0e8f084f19e https://github.com/lxc/lxc/commit/86e27dbd452e6344a04743724a01e0e8f084f19e Author: Christian Brauner Date: 2019-03-26 (Tue, 26 Mar 2019) Changed paths: M .travis.yml M src/lxc/attach.c Log Message: --- Merge pull

[lxc-devel] [lxc/lxc] caab00: lxccontainer: check do_lxcapi_init_pid() for failure

2019-03-25 Thread Christian Brauner
/781f2bfab44154313baf88f1ed65808d00a6c1b9 Author: Christian Brauner Date: 2019-03-25 (Mon, 25 Mar 2019) Changed paths: M src/lxc/lxccontainer.c Log Message: --- Merge pull request #2917 from tych0/check-init-pid-failures lxccontainer: check do_lxcapi_init_pid() for failure

[lxc-devel] [lxc/lxc] 7e6105: utils: fix handling of PID namespaces in lxc_set_d...

2019-03-12 Thread Christian Brauner
/45265bfdfa170a5aab8c655f665b55c425d2abd6 Author: Christian Brauner Date: 2019-03-12 (Tue, 12 Mar 2019) Changed paths: M src/lxc/start.c M src/lxc/utils.c Log Message: --- Merge pull request #2903 from flx42/fix-pid-namespace-pdeathsig-handling Fix PID namespace

[lxc-devel] [lxc/lxc] 908e0e: Fix lxc.cgroup2. on cgroup2-only systems

2019-03-06 Thread Christian Brauner
8c5353 Author: Christian Brauner Date: 2019-03-07 (Thu, 07 Mar 2019) Changed paths: M src/lxc/cgroups/cgfsng.c Log Message: --- Merge pull request #2897 from TheSeven/master Fix lxc.cgroup2. on cgroup2-only systems Compare: https://github.com/lxc/lxc/compare/31d55f

[lxc-devel] [lxc/lxc] 912c4b: conf: Fixes unitialised variable.

2019-03-05 Thread Christian Brauner
Log Message: --- conf: Fixes unitialised variable. Signed-off-by: tomponline Commit: b5bd9e1172f77d1bfb679b34d4f889de224148f0 https://github.com/lxc/lxc/commit/b5bd9e1172f77d1bfb679b34d4f889de224148f0 Author: Christian Brauner Date: 2019-03-05 (Tue, 05 Mar 2019

[lxc-devel] [lxc/lxc] aa26c8: attach: remove unused variable

2019-03-04 Thread Christian Brauner
. Signed-off-by: tomponline Commit: 84b31b36b119e01e8f5a15bd94b7d53737be77a0 https://github.com/lxc/lxc/commit/84b31b36b119e01e8f5a15bd94b7d53737be77a0 Author: Christian Brauner Date: 2019-03-04 (Mon, 04 Mar 2019) Changed paths: M src/lxc/attach.c M src/lxc/cgroups

[lxc-devel] [lxc/lxc] dbcbf2: Fix android compilation

2019-03-01 Thread Christian Brauner
/fexecve.c Log Message: --- Fix android compilation Signed-off-by: Ondrej Kubik Commit: 40f125b48db12ff4b6bb0239a2962cf68f80485e https://github.com/lxc/lxc/commit/40f125b48db12ff4b6bb0239a2962cf68f80485e Author: Christian Brauner Date: 2019-03-02 (Sat, 02 Mar 2019

[lxc-devel] [lxc/lxc] b55784: .travis: remove coverity

2019-02-21 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: b557844a0c27bed9d5b030613c4406464d69775d https://github.com/lxc/lxc/commit/b557844a0c27bed9d5b030613c4406464d69775d Author: Christian Brauner Date: 2019-02-21 (Thu, 21 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc]

2019-02-21 Thread Christian Brauner
Branch: refs/heads/coverity Home: https://github.com/lxc/lxc ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [lxc/lxc] 41fd48: .travis: give coverity one more try

2019-02-21 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 41fd48f94a04bfe8f65256ebd1001aa39beb527c https://github.com/lxc/lxc/commit/41fd48f94a04bfe8f65256ebd1001aa39beb527c Author: Christian Brauner Date: 2019-02-21 (Thu, 21 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc] e7fb45: autotools: add memory_utils.h to Makefile.am

2019-02-21 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: e7fb45b080b77b50e700e1ad110e7271fc5294f4 https://github.com/lxc/lxc/commit/e7fb45b080b77b50e700e1ad110e7271fc5294f4 Author: Christian Brauner Date: 2019-02-21 (Thu, 21 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 992587: cve-2019-5736: add test

2019-02-19 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 99258734dc7feae7a344e1cd8e85e0bd38d3f9e9 https://github.com/lxc/lxc/commit/99258734dc7feae7a344e1cd8e85e0bd38d3f9e9 Author: Christian Brauner Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] bcbc54: cve-2019-5736: add test for rexec

2019-02-19 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: bcbc5495407e0f68f22479854db27368944439ca https://github.com/lxc/lxc/commit/bcbc5495407e0f68f22479854db27368944439ca Author: Christian Brauner Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] b37259: rexec: handle legacy kernels

2019-02-19 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: b372592c44125cf06f7d856be5691b68a06354dd https://github.com/lxc/lxc/commit/b372592c44125cf06f7d856be5691b68a06354dd Author: Christian Brauner Date: 2019-02-19 (Tue, 19 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 9690cd: rexec: handle old kernels

2019-02-18 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: 9690cdba7201b437cca46e636b24a0a7d6536cf5 https://github.com/lxc/lxc/commit/9690cdba7201b437cca46e636b24a0a7d6536cf5 Author: Christian Brauner Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 715213: mount: Cleanup allow over-mounting

2019-02-15 Thread Christian Brauner
/lxccontainer.c Log Message: --- mount: Cleanup allow over-mounting Signed-off-by: Stéphane Graber Commit: 7a8959d5723bc23be3505a859f7d371d71978829 https://github.com/lxc/lxc/commit/7a8959d5723bc23be3505a859f7d371d71978829 Author: Christian Brauner Date: 2019-02-16

[lxc-devel] [lxc/lxc] c00d0e: mount: Allow over-mounting

2019-02-15 Thread Christian Brauner
/lxccontainer.c Log Message: --- mount: Allow over-mounting Signed-off-by: Stéphane Graber Commit: eba282e4d8c4f911513193683a48d80e62e7f73a https://github.com/lxc/lxc/commit/eba282e4d8c4f911513193683a48d80e62e7f73a Author: Christian Brauner Date: 2019-02-16 (Sat, 16

[lxc-devel] [lxc/lxc] 5164df: fexecve: remove unnecessary #ifdef

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: 5164df786b814064934cb22b9ca61064a1a29a2e https://github.com/lxc/lxc/commit/5164df786b814064934cb22b9ca61064a1a29a2e Author: Christian Brauner Date: 2019-02-12 (Tue, 12 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] 27bc47: include: add fexecve() for Android's Bionic

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: 27bc47079fc20fa60e2df97d8b22c97bb83d3e3f https://github.com/lxc/lxc/commit/27bc47079fc20fa60e2df97d8b22c97bb83d3e3f Author: Christian Brauner Date: 2019-02-12 (Tue, 12 Feb 2019) Changed paths: A src

[lxc-devel] [lxc/lxc] 233043: include: add fexecve() for Android's Bionic

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: 233043af39fffcb50211020ebfddacc2b74bf1cb https://github.com/lxc/lxc/commit/233043af39fffcb50211020ebfddacc2b74bf1cb Author: Christian Brauner Date: 2019-02-12 (Tue, 12 Feb 2019) Changed paths: A src

[lxc-devel] [lxc/lxc] 25de38: utils: add missing sealing flags

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: 25de38e24f8ba0e572fe3e7d918e5a2a081c5b74 https://github.com/lxc/lxc/commit/25de38e24f8ba0e572fe3e7d918e5a2a081c5b74 Author: Christian Brauner Date: 2019-02-11 (Mon, 11 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] c1f71a: rexec: don't include non-existing header

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: c1f71af529d9eb679c221cdae61ec60806e4863a https://github.com/lxc/lxc/commit/c1f71af529d9eb679c221cdae61ec60806e4863a Author: Christian Brauner Date: 2019-02-11 (Mon, 11 Feb 2019) Changed paths: M src

[lxc-devel] [lxc/lxc] f45ab7: CVE-2019-5736 (runC): rexec callers as memfd

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-2.0 Home: https://github.com/lxc/lxc Commit: f45ab7937e5b2bf1c112dc39e38c05cf73573213 https://github.com/lxc/lxc/commit/f45ab7937e5b2bf1c112dc39e38c05cf73573213 Author: Christian Brauner Date: 2019-02-11 (Mon, 11 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc] 113a05: CVE-2019-5736 (runC): rexec callers as memfd

2019-02-11 Thread Christian Brauner
Branch: refs/heads/stable-3.0 Home: https://github.com/lxc/lxc Commit: 113a0557d7651385d30e181a23c8e68e696ad67f https://github.com/lxc/lxc/commit/113a0557d7651385d30e181a23c8e68e696ad67f Author: Christian Brauner Date: 2019-02-11 (Mon, 11 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc] 640023: CVE-2019-5736 (runC): rexec callers as memfd

2019-02-11 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 6400238d08cdf1ca20d49bafb85f4e224348bf9d https://github.com/lxc/lxc/commit/6400238d08cdf1ca20d49bafb85f4e224348bf9d Author: Christian Brauner Date: 2019-02-11 (Mon, 11 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc] 6403a6: commands: remove unnecessary check

2019-02-09 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 6403a6671cf2b13e54834c8ad3796e16a56447c8 https://github.com/lxc/lxc/commit/6403a6671cf2b13e54834c8ad3796e16a56447c8 Author: Christian Brauner Date: 2019-02-09 (Sat, 09 Feb 2019) Changed paths: M src/lxc

[lxc-devel] [lxc/lxc] a62cf7: README: add LGTM

2019-02-06 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: a62cf72a8b22bbcbe8cdd8c83efc1b98980bf809 https://github.com/lxc/lxc/commit/a62cf72a8b22bbcbe8cdd8c83efc1b98980bf809 Author: Christian Brauner Date: 2019-02-06 (Wed, 06 Feb 2019) Changed paths: M

[lxc-devel] [lxc/lxc] 02f71d: freezer: non-functional changes

2019-01-31 Thread Christian Brauner
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 02f71d7ef0a8f2b684f5bef2728bbf506521b27f https://github.com/lxc/lxc/commit/02f71d7ef0a8f2b684f5bef2728bbf506521b27f Author: Christian Brauner Date: 2019-01-31 (Thu, 31 Jan 2019) Changed paths: M src/lxc

Re: [lxc-devel] Introduction

2019-01-30 Thread Christian Brauner
On January 30, 2019 10:57:12 AM GMT+01:00, Joel Hockey wrote: >Hi, > >I've sent a few patches already, and I have a few more to come soon, so >I >thought I should introduce myself and hopefully give some useful >context >for the patches that I'm sending. > >My name is Joel. I work in the Google

Re: [lxc-devel] Integration Kubernetes and LXD/LXC

2018-10-01 Thread Christian Brauner
Hi Oli, On Mon, Oct 01, 2018 at 06:20:30PM +0200, Oliver Schad wrote: > Hi everybody, > > first I want to thank the community around LXC and Canonical for this > great peace of software. Well, thank you I guess. :) > > We do a lot in the area of Kubernetes and integrated LXC/LXD with >

Re: [lxc-devel] Overlayfs @ Containers and checkpoint/restart micro-conference at LPC2018

2018-09-09 Thread Christian Brauner
On Sun, Sep 09, 2018 at 09:31:02AM +0300, Amir Goldstein wrote: > On Sun, Sep 9, 2018 at 4:31 AM Christian Brauner wrote: > > > ... > > > [cc: overlayfs developers] > > > > > > Hi Stéphane! > > > > Hey Amir, > > > > I'm one of the c

Re: [lxc-devel] Containers and checkpoint/restart micro-conference at LPC2018

2018-09-08 Thread Christian Brauner
On Sat, Sep 08, 2018 at 10:41:41AM +0300, Amir Goldstein wrote: > On Sat, Sep 8, 2018 at 8:00 AM Stéphane Graber wrote: > > > > On Mon, Aug 13, 2018 at 12:10:15PM -0400, Stéphane Graber wrote: > > > Hello, > > > > > > This year's edition of the Linux Plumbers Conference will once again > > > have

[lxc-devel] New and current Linux container project maintainers

2018-07-31 Thread Christian Brauner
is on board. In case you were wondering who currently maintains what. For LXD we have Serge Hallyn, Christian Brauner, Stéphane Graber, Free Ekanayaka, Tycho Andersen, and Mike Mccracken. For LXC we have Serge Hallyn, Christian Brauner, Stéphane Graber, Dwight Engen, and Wolfgang Bumiller

Re: [lxc-devel] [PATCH] check for data in nla_put() to avoid invalid memcpy() calls

2018-07-29 Thread Christian Brauner
Thanks, I've created a branch at https://github.com/lxc/lxc/pull/2497 . Acked-by: Christian Brauner > --- > src/lxc/nl.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/lxc/nl.c b/src/lxc/nl.c > index e1dd8443..dfe71110 100644 > --- a/src/lx

Re: [lxc-devel] Unprivileged LXC containers don't start on 4.18-rc1

2018-06-29 Thread Christian Brauner
On Fri, Jun 29, 2018 at 12:47:53PM +0200, Christian Brauner wrote: > On Fri, Jun 29, 2018 at 12:10:30PM +0200, Christian Brauner wrote: > > On Fri, Jun 29, 2018 at 08:35:57AM +0300, Dmitrii Tcvetkov wrote: > > > Distro: Arch Linux > > > LXC version: 3.0.1 > > >

Re: [lxc-devel] Unprivileged LXC containers don't start on 4.18-rc1

2018-06-29 Thread Christian Brauner
On Fri, Jun 29, 2018 at 12:10:30PM +0200, Christian Brauner wrote: > On Fri, Jun 29, 2018 at 08:35:57AM +0300, Dmitrii Tcvetkov wrote: > > Distro: Arch Linux > > LXC version: 3.0.1 > > > > Since 4.18-rc1 unprivileged (but started by root user) LXC containers > >

[lxc-devel] Patches required to compile LXC on ArchLinux with gcc-8

2018-05-14 Thread Christian Brauner
Hey everyone, We've recently discovered that gcc-8 likes to complain (pointlessly about non-bugs) a lot when compiling LXC on ArchLinux. This breaks the build process. We have a set of patches that should fix this. They are all already backported to at least stable-3.0:

[lxc-devel] LXC 3.0.0: Packaging Changes To Be Aware Of

2018-04-07 Thread Christian Brauner
Hey everyone, LX{C,FS,D} upstream here. :) I'm sorry to ping you all at once in this mail and I seriously hope I only added actual package maintainers for LXC based projects in their respective distros to this mail. If not I'm genuinely sorry to have banged on your door (or rather inbox) on a

Re: [lxc-devel] Gentoo-ebuild for LXC 3.0.0 ./. Python/LUA-bindings

2018-04-05 Thread Christian Brauner
On Thu, Apr 05, 2018 at 10:26:39AM +, Jäkel, Guido wrote: > Hi all, > > did somebody already start to set up the Gentoo ebuild > app-emulation/lxc-3.0.0 ? I start with this and run into problems with the > bindings: I wonder about how to deal with the split into separate packages. No

Re: [lxc-devel] Small patch to lxc-checkpoint tool (running action scripts in CRIU)

2018-03-25 Thread Christian Brauner
On Sun, Mar 25, 2018 at 06:50:40PM +0300, Eytan Heidingsfeld wrote: > Hello, > I have a deployment where I would like to run a custom action script in > CRIU when restoring an LXC container, > > The criu.c source in lxc supports this but currently the command line > doesn't -- so I'm attaching a

Re: [lxc-devel] Patch: rootfs pinning: make file hidden, don't delete it (but not encode pid)

2018-03-23 Thread Christian Brauner
On Thu, Mar 22, 2018 at 03:39:57PM +, Jäkel, Guido wrote: > Dear Serge and others > > I suggest the following patch: Guido, Could you please sign-off the patch otherwise we won't be able to even look at it. :) Thanks! Christian > > --- lxc/conf.c.20180315-160849 2018-03-15

[lxc-devel] LXC 3.0: Removal of cgmanager And cgfs cgroup Drivers

2018-02-20 Thread Christian Brauner
Hey everyone, This is another update about the development of LXC 3.0. As of yesterday the cgmanager and cgfs cgroup drivers have been removed from the codebase. In the good long tradition of all LXC projects to try our hardest to never regress our users and to clearly communicate invasive

Re: [lxc-devel] Getting complex data (structs) from a container (net ns) in API

2018-02-14 Thread Christian Brauner
Hi Rafał, Sorry for the late reply. On Fri, Jan 19, 2018 at 04:22:03PM +0100, Rafał Miłecki wrote: > Hi, > > currently lxccontainer's API has two functions for getting net info: > char** (*get_interfaces)(struct lxc_container *c); > char** (*get_ips)(struct lxc_container *c, const char*

[lxc-devel] LXC master: Legacy Config Items Have Been Removed

2018-02-12 Thread Christian Brauner
Hey everyone, We've been making good progress on the way to 3.0 for all affected projects under the LXC umbrella. One of the more invasive steps we have undertaken yesterday is to remove the support for all legacy configuration items from the LXC master branch. We have announced this back when

Re: [lxc-devel] improving compatibility with RHEL 7.4 in templates/lxc-centos.in

2018-02-07 Thread Christian Brauner
On Wed, Feb 07, 2018 at 10:43:00AM +0100, Christian Brauner wrote: > Hey, > > On Wed, Feb 07, 2018 at 09:26:47AM +0100, Harald Dunkel wrote: > > Hi folks, > > > > attached you can find a patch for the lxc-centos template > > script, making it more compatible wit

Re: [lxc-devel] improving compatibility with RHEL 7.4 in templates/lxc-centos.in

2018-02-07 Thread Christian Brauner
Hey, On Wed, Feb 07, 2018 at 09:26:47AM +0100, Harald Dunkel wrote: > Hi folks, > > attached you can find a patch for the lxc-centos template > script, making it more compatible with RHEL 7.4. > > Issues fixed: > - lxc-centos died about a missing /run directory > - lxc-centos complained about

[lxc-devel] lxc: issue cleanups

2018-02-06 Thread Christian Brauner
Hey everyone, We are currently in the process of cleaning up the lxc issue list on Github ( https://github.com/lxc/lxc/issues ). This may cause some issues to be closed that you still consider relevant. Please do not take this as a slight. We're mainly doing this because a bunch of those issues

Re: [lxc-devel] About PID in cgroup.procs

2017-12-13 Thread Christian Brauner
On Wed, Nov 29, 2017 at 09:31:08AM +, Tian, Xianting (NSB - CN/Hangzhou) wrote: > Hi, > Sorry to trouble you, lxc experts. I met one confusion as below, could > you spare one minute to help me? > I created a container by "lxc-create" on CentOS host(lxc tool version > is >

Re: [lxc-devel] lxc-stop: umount issue?

2017-12-11 Thread Christian Brauner
On Sun, Dec 10, 2017 at 12:59:23PM +0100, Harald Dunkel wrote: > On 12/07/17 22:30, Serge E. Hallyn wrote: > > > > What filesystem are you using? > > ext4 on a drbd block device: > > /dev/drbd1 /data1 ext4 rw,noatime,stripe=256,data=ordered 0 0 What is the container's config file? liblxc

<    1   2   3   4   5   6   >