[lxc-devel] [lxc/lxc] 619670: fd: only add valid fd to mainloop

Rachid Koucha noreply at github.com
Wed Jan 8 14:19:31 UTC 2020


  Branch: refs/heads/stable-3.0
  Home:   https://github.com/lxc/lxc
  Commit: 619670be03b594c8f948b1f94dee198e6c57365a
      https://github.com/lxc/lxc/commit/619670be03b594c8f948b1f94dee198e6c57365a
  Author: dongxinhua <dongxinhua at huawei.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M src/lxc/mainloop.c

  Log Message:
  -----------
  fd: only add valid fd to mainloop

Signed-off-by: dongxinhua <dongxinhua at huawei.com>


  Commit: 2e11e38f7c51467ddafa63b5326b738444d00faf
      https://github.com/lxc/lxc/commit/2e11e38f7c51467ddafa63b5326b738444d00faf
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M .travis.yml
    M configure.ac
    M src/lxc/Makefile.am
    A src/tests/travis.sh

  Log Message:
  -----------
  travis: enable -fsanitize=undefined

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


  Commit: 7df21e5394ea3541aa455dbfb8a896196b3912dd
      https://github.com/lxc/lxc/commit/7df21e5394ea3541aa455dbfb8a896196b3912dd
  Author: vikaig <vikaig99 at gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M src/lxc/cmd/lxc-checkconfig.in
    M src/lxc/cmd/lxc-update-config.in

  Log Message:
  -----------
  cmd: fix shebang

Signed-off-by: vikaig <vikaig99 at gmail.com>


  Commit: 736d203638a9bbb64c05cd6f7f62a2f5d611f831
      https://github.com/lxc/lxc/commit/736d203638a9bbb64c05cd6f7f62a2f5d611f831
  Author: Rachid Koucha <47061324+Rachid-Koucha at users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M src/lxc/lxccontainer.c

  Log Message:
  -----------
  Word repetition in comment

create_run_template(): Double "will mount" in a comment

Signed-off-by: Rachid Koucha <rachid.koucha at gmail.com>


  Commit: 3daa49d845b153dfb2012b61dba763cbc6e11374
      https://github.com/lxc/lxc/commit/3daa49d845b153dfb2012b61dba763cbc6e11374
  Author: Rachid Koucha <47061324+Rachid-Koucha at users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M templates/lxc-busybox.in

  Log Message:
  -----------
  Adaptation to latest busybox

In busybox 1.30, the help of udhcpc for "-s" option changed:
--> busybox v1.27.2: -s,--script PROG	Run PROG at DHCP events (default /usr/share/udhcpc/default.script)
--> busybox v1.30.1: -s PROG		Run PROG at DHCP events (default /etc/udhcpc/default.script)
So, I changed the command line which extracts the script name to make it work for both versions

Signed-off-by: Rachid Koucha <rachid.koucha at gmail.com>


  Commit: 31e6fdb41ea810dd19b307906ad857e25cd9bcab
      https://github.com/lxc/lxc/commit/31e6fdb41ea810dd19b307906ad857e25cd9bcab
  Author: Rachid Koucha <47061324+Rachid-Koucha at users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M templates/lxc-busybox.in

  Log Message:
  -----------
  Suppress useless udhcpc directory

The udhcpc directory is created with "mkdir -p" at the place dynamically specified by "busybox udhcpc --help".

Signed-off-by: Rachid Koucha <rachid.koucha at gmail.com>


Compare: https://github.com/lxc/lxc/compare/c2c87fed9a4b...31e6fdb41ea8


More information about the lxc-devel mailing list