[lxc-devel] [lxc/lxc] b5efa6: cgfsng: log when we defer to cgfsng

GitHub noreply at github.com
Mon May 29 17:14:40 UTC 2017


  Branch: refs/heads/stable-2.0
  Home:   https://github.com/lxc/lxc
  Commit: b5efa6fd79da665c10846295528d2718aa063c3b
      https://github.com/lxc/lxc/commit/b5efa6fd79da665c10846295528d2718aa063c3b
  Author: Serge Hallyn <serge at hallyn.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/cgroups/cgfsng.c

  Log Message:
  -----------
  cgfsng: log when we defer to cgfsng

Signed-off-by: Serge Hallyn <serge at hallyn.com>


  Commit: c22b6119186f9de40dbc01b519c597294df620b0
      https://github.com/lxc/lxc/commit/c22b6119186f9de40dbc01b519c597294df620b0
  Author: mgariepy <mgariepy at users.noreply.github.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M templates/lxc-centos.in

  Log Message:
  -----------
  Add cronie to the pkg list

Add cronie to have crond running in the containers.

Signed-off-by: Marc Gariepy <gariepy.marc at gmail.com>


  Commit: fc2ae783372a790de1b02be18a96f57c970a37bd
      https://github.com/lxc/lxc/commit/fc2ae783372a790de1b02be18a96f57c970a37bd
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/utils.c

  Log Message:
  -----------
  utils: fix ppc64le builds

I suspect that there's a glibc bug on ppc64le. Both clang and gcc a very
unhappy when you return -errno from these functions. Instead, let's return
concrete errno numbers, e.g. -EINVAL.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 3dc958dfb5f45fa63047f41f01033af215c7ca3d
      https://github.com/lxc/lxc/commit/3dc958dfb5f45fa63047f41f01033af215c7ca3d
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/utils.c

  Log Message:
  -----------
  utils: fix lxc_mount_proc_if_needed()

- check for buffer overflow
- only call INFO() after we ensured that readlink() was successful
- simplify logic

Reported-by: Benedikt Rosenkranz beluro at web.de
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 3e813872ead4c520d104657b8bb6703dd68a7033
      https://github.com/lxc/lxc/commit/3e813872ead4c520d104657b8bb6703dd68a7033
  Author: Li Feng <lifeng68 at huawei.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/console.c

  Log Message:
  -----------
  Fix the bug of 'ts->stdoutfd' did not fill with parameters 'stdoutfd'

Signed-off-by: Li Feng <lifeng68 at huawei.com>


  Commit: 3dac789b060cdfe888692078728b1a8c2a1d44a4
      https://github.com/lxc/lxc/commit/3dac789b060cdfe888692078728b1a8c2a1d44a4
  Author: Li Feng <lifeng68 at huawei.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/console.c

  Log Message:
  -----------
  DO NOT add the handles of adjust winsize when the 'stdin' is not a tty

Signed-off-by: Li Feng <lifeng68 at huawei.com>


  Commit: 3e814996c30a52047899126d59618a93c6810bf7
      https://github.com/lxc/lxc/commit/3e814996c30a52047899126d59618a93c6810bf7
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/lxc/conf.c

  Log Message:
  -----------
  conf: non-functional changes

Improve setting up /dev/tty<N> devices.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 475f55646fedbfcafe85d580b937f6b6a0cf90fd
      https://github.com/lxc/lxc/commit/475f55646fedbfcafe85d580b937f6b6a0cf90fd
  Author: KATOH Yasufumi <karma at jazz.email.ne.jp>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M doc/ja/lxc.container.conf.sgml.in

  Log Message:
  -----------
  doc: Add console behavior to Japanese lxc.container.conf(5)

Update for commit 6e3bb2890c26ff0ca8a400eb3c0777f07ff76d83

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>


  Commit: 7e8d23b068bcc5a644f1e17d803b016bc1dc3a7f
      https://github.com/lxc/lxc/commit/7e8d23b068bcc5a644f1e17d803b016bc1dc3a7f
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M README
    A README.md

  Log Message:
  -----------
  repo: add new README

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: ac6a17b9c0537adcd005f16e8035c15a9c55a133
      https://github.com/lxc/lxc/commit/ac6a17b9c0537adcd005f16e8035c15a9c55a133
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: reword id mapping restrictions when unpriv

Suggested-by: Serge Hallyn <serge at hallyn.com>
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/e13ca528c235...ac6a17b9c053


More information about the lxc-devel mailing list