[lxc-devel] [lxc/lxc] 5035cb: Fresh CONTRIBUTING

GitHub noreply at github.com
Thu Aug 13 20:34:09 UTC 2015


  Branch: refs/heads/stable-1.1
  Home:   https://github.com/lxc/lxc
  Commit: 5035cbc7529e874b3e99e129c92e6012d8b12def
      https://github.com/lxc/lxc/commit/5035cbc7529e874b3e99e129c92e6012d8b12def
  Author: Nicolas Cornu <ncornu at aldebaran.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M CONTRIBUTING

  Log Message:
  -----------
  Fresh CONTRIBUTING

Signed-off-by: Nicolas Cornu <nicolac76 at yahoo.fr>


  Commit: 4a5911e8d49e205bc777e30c685eb5a5da2dbc7f
      https://github.com/lxc/lxc/commit/4a5911e8d49e205bc777e30c685eb5a5da2dbc7f
  Author: Przemek Rudy <prudy1 at o2.pl>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/lxc/conf.c

  Log Message:
  -----------
  Prevent from error on umount /proc if userns are used.

Signed-off-by: Przemek Rudy <prudy1 at o2.pl>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: 0f3022c93781f4d233f72c7f4664711475b0b0d8
      https://github.com/lxc/lxc/commit/0f3022c93781f4d233f72c7f4664711475b0b0d8
  Author: Wolfgang Bumiller <w.bumiller at proxmox.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/lxc/conf.c
    M src/lxc/lxccontainer.c
    M src/lxc/start.c

  Log Message:
  -----------
  pass on reboot flag and delete old veth on reboot

When setting lxc.network.veth.pair to get a fixed interface
name the recreation of it after a reboot caused an EEXIST.
-) The reboot flag is now a three-state value. It's set to
1 to request a reboot, and 2 during a reboot until after
lxc_spawn where it is reset to 0.
-) If the reboot is set (!= 0) within instantiate_veth and
a fixed name is used, the interface is now deleted before
being recreated.

Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: 0ae5b859bbf0119d7ca5343b14162903b9f61de6
      https://github.com/lxc/lxc/commit/0ae5b859bbf0119d7ca5343b14162903b9f61de6
  Author: Arjun Sreedharan <arjun024 at gmail.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/lxc/lxc_monitor.c

  Log Message:
  -----------
  lxc_monitor: free @preg on error

reuse label cleanup since free(NULL) is a no-op
Signed-off-by: Arjun Sreedharan <arjun024 at gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: b77a2e31ee68d2f31d04c2cc178dd9a494de4f10
      https://github.com/lxc/lxc/commit/b77a2e31ee68d2f31d04c2cc178dd9a494de4f10
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  gitignore: add TAGS files

Somehow our `make tags` target generates TAGS and not tags, so let's ignore
that too.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: afab343e3bab26781f6ba24d6284610a07a204c3
      https://github.com/lxc/lxc/commit/afab343e3bab26781f6ba24d6284610a07a204c3
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/lxc/criu.c

  Log Message:
  -----------
  c/r: allow empty networks to be checkpointed/restored

Empty networks don't have anything (besides lo) for us to dump and restore,
so we should allow these as well.

Reported-by: Dietmar Maurer <dietmar at proxmox.com>
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: a4aa5b49cf868af5a75a3f06f8847f6639aae98c
      https://github.com/lxc/lxc/commit/a4aa5b49cf868af5a75a3f06f8847f6639aae98c
  Author: Tycho Andersen <tycho.andersen at canonical.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/lxc/criu.c
    M src/lxc/criu.h
    M src/lxc/lxccontainer.c

  Log Message:
  -----------
  c/r: get rid of dump_net_info()

This was originally used to propagate the bridge and veth names across
hosts, but now we extract both from the container's config file, and
nothing reads the files that dump_net_info() writes, so let's just get rid
of them.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>


  Commit: c7db0fc5a2e74828336eb7149b4b05697986ec16
      https://github.com/lxc/lxc/commit/c7db0fc5a2e74828336eb7149b4b05697986ec16
  Author: Antonio Terceiro <terceiro at debian.org>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M templates/lxc-debian.in

  Log Message:
  -----------
  lxc-debian: skip security updates for unstable/sid

There is no such thing as security support for unstable/sid.

Signed-off-by: Antonio Terceiro <terceiro at debian.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/05698d7c7a7c...c7db0fc5a2e7


More information about the lxc-devel mailing list