Activity log for bug #1647016

Date Who What changed Old value New value Message
2016-12-03 05:20:41 Stéphane Graber bug added bug
2016-12-03 05:21:29 Stéphane Graber description LXC upstream released LXC 1.0.9 as a bugfix release with following changelog: - Security fix for CVE-2016-8649 - utils: make detect\_ramfs\_rootfs() return bool - tests: add test for detect\_ramfs\_rootfs() - add Documentation entries to lxc and lxc@ units - mark the python examples as having utf-8 encoding - log: sanity check the returned value from snprintf() - lxc-alpine: mount /dev/shm as tmpfs - archlinux: Do DHCP on eth0 - archlinux: Fix resolving - Drop leftover references to lxc\_strerror() - tests: fix image download for s390x - tools: fix coding style in lxc\_attach - tools: make overlay valid backend - tools: better error reporting for lxc-start - alpine: Fix installing extra packages - lxc-alpine: do not drop setfcap - s390x: Fix seccomp handling of personalities - tools: correct the argument typo in lxc\_copy - Use libtool for liblxc.so - c/r: use --external instead of --veth-pair - c/r: remember to increment netnr - c/r: add checkpoint/restore support for macvlan interfaces - ubuntu: Fix package upgrades requiring proc - c/r: drop duplicate hunk from macvlan case - c/r: use snprintf to compute device name - Tweak libtool handling to work with Android - tests: add lxc\_error() and lxc\_debug() - container start: clone newcgroup immediately - use python3\_sitearch for including the python code - fix rpm build, include all built files, but only once - cgfs: fix invalid free() - find OpenSUSE's build also as obs-build - improve help text for --fancy and --fancy-format - improve wording of the help page for lxc-ls - cgfs: add print\_cgfs\_init\_debuginfo() - cgfs: skip empty entries under /proc/self/cgroup - cgfs: explicitly check for NULL - tools: use correct exit code for lxc-stop - c/r: explicitly emit bind mounts as criu arguments - log: bump LXC\_LOG\_BUFFER\_SIZE to 4096 - conf: merge network namespace move & rename on shutdown - c/r: save criu's stdout during dump too - c/r: remove extra \ns from logs - c/r: fix off-by-one error - c/r: check state before doing a checkpoint/restore - start: CLONE\_NEWCGROUP after we have setup cgroups - create symlink for /var/run - utils: add lxc\_append\_string() - cgroups: remove isolated cpus from cpuset.cpus - Update Ubuntu release name: add zesty and remove wily - templates: add squashfs support to lxc-ubuntu-cloud.in - cgroups: skip v2 hierarchy entry - also stop lxc-net in runlevels 0 and 6 - add lxc.egg-info to gitignore - install bash completion where pkg-config tells us to - conf: do not use %m format specifier - debian: Don't depend on libui-dialog-perl - cgroups: use %zu format specifier to print size\_t - lxc-checkpoint: automatically detect if --external or --veth-pair - cgroups: prevent segfault in cgfsng - utils: add lxc\_preserve\_ns() - start: add netnsfd to lxc\_handler - conf: use lxc\_preserve\_ns() - attach: use lxc\_preserve\_ns() - lxc\_user\_nic: use lxc\_preserve\_ns() - conf, start: improve log output - conf: explicitly remove veth device from host - conf, start: be smarter when deleting networks - start, utils: improve preserve\_ns() - start, error: improve log + non-functional changes - start, namespace: move ns\_info to namespace.{c,h} - attach, utils: bugfixes - attach: use ns\_info[LXC\_NS\_MAX] struct - namespace: always attach to user namespace first - cgroup: improve isolcpus handling - cgroups: handle non-existent isolcpus file - utils: add lxc\_safe\_uint() - tests: add unit tests for lxc\_safe\_uint() - utils: add lxc\_safe\_int() - tests: add unit tests for lxc\_safe\_int() - conf/ile: get ip prefix via lxc\_safe\_uint() - confile: use lxc\_safe\_u/int in config\_init\_{u,g}id - conf/ile: use lxc\_safe\_uint() in config\_pts() - conf/ile: use lxc\_safe\_u/int() in config\_start() - conf/ile: use lxc\_safe\_uint() in config\_monitor() - conf/ile: use lxc\_safe\_uint() in config\_tty() - conf/ile: use lxc\_safe\_uint() in config\_kmsg() - conf/ile: avoid atoi in config\_lsm\_aa\_incomplete() - conf/ile: use lxc\_safe\_uint() in config\_autodev() - conf/ile: avoid atoi() in config\_ephemeral() - utils: use lxc\_safe\_int() - lxc\_monitord: use lxc\_safe\_int() && use exit() - start: use lxc\_safe\_int() - conf: use lxc\_safe\_{u}int() - tools/lxc\_execute: use lxc\_safe\_uint() - tools/lxc\_stop: use lxc\_safe\_uint() - utils: add lxc\_safe\_long() - tests: add unit tests for lxc\_safe\_long() - tools/lxc\_stop: use lxc\_safe\_long() - tools/lxc\_top: use lxc\_safe\_int() - tools/lxc\_ls: use lxc\_safe\_uint() - tools/lxc\_autostart: use lxc\_safe\_{int,long}() - tools/lxc\_console: use lxc\_safe\_uint() - tools: replace non-standard namespace identifiers - Configure a static MAC address on the LXC bridge - tests: remove overflow tests - attach: do not send procfd to attached process Just like Ubuntu itself, upstream releases long term support releases, as is 1.0 and then periodic point releases including all the accumulated bugfixes. Only the latest upstream release gets full support from the upstream developers, everyone else is expected to first update to it before receiving any kind of support. This should qualify under the minor upstream bugfix release allowance of the SRU policy, letting us SRU this without paperwork for every single change included in this upstream release. Once the SRU hits -updates, we will be backporting this to trusty-backports as well, making sure we have the same version everywhere. LXC upstream released LXC 1.0.9 as a bugfix release with following changelog:  - Security fix for CVE-2016-8649  - utils: make detect_ramfs_rootfs() return bool  - tests: add test for detect_ramfs_rootfs()  - add Documentation entries to lxc and lxc@ units  - mark the python examples as having utf-8 encoding  - log: sanity check the returned value from snprintf()  - lxc-alpine: mount /dev/shm as tmpfs  - archlinux: Do DHCP on eth0  - archlinux: Fix resolving  - Drop leftover references to lxc_strerror()  - tests: fix image download for s390x  - tools: fix coding style in lxc_attach  - tools: make overlay valid backend  - tools: better error reporting for lxc-start  - alpine: Fix installing extra packages  - lxc-alpine: do not drop setfcap  - s390x: Fix seccomp handling of personalities  - tools: correct the argument typo in lxc_copy  - Use libtool for liblxc.so  - c/r: use --external instead of --veth-pair  - c/r: remember to increment netnr  - c/r: add checkpoint/restore support for macvlan interfaces  - ubuntu: Fix package upgrades requiring proc  - c/r: drop duplicate hunk from macvlan case  - c/r: use snprintf to compute device name  - Tweak libtool handling to work with Android  - tests: add lxc_error() and lxc_debug()  - container start: clone newcgroup immediately  - use python3_sitearch for including the python code  - fix rpm build, include all built files, but only once  - cgfs: fix invalid free()  - find OpenSUSE's build also as obs-build  - improve help text for --fancy and --fancy-format  - improve wording of the help page for lxc-ls  - cgfs: add print_cgfs_init_debuginfo()  - cgfs: skip empty entries under /proc/self/cgroup  - cgfs: explicitly check for NULL  - tools: use correct exit code for lxc-stop  - c/r: explicitly emit bind mounts as criu arguments  - log: bump LXC_LOG_BUFFER_SIZE to 4096  - conf: merge network namespace move & rename on shutdown  - c/r: save criu's stdout during dump too  - c/r: remove extra \ns from logs  - c/r: fix off-by-one error  - c/r: check state before doing a checkpoint/restore  - start: CLONE_NEWCGROUP after we have setup cgroups  - create symlink for /var/run  - utils: add lxc_append_string()  - cgroups: remove isolated cpus from cpuset.cpus  - Update Ubuntu release name: add zesty and remove wily  - templates: add squashfs support to lxc-ubuntu-cloud.in  - cgroups: skip v2 hierarchy entry  - also stop lxc-net in runlevels 0 and 6  - add lxc.egg-info to gitignore  - install bash completion where pkg-config tells us to  - conf: do not use %m format specifier  - debian: Don't depend on libui-dialog-perl  - cgroups: use %zu format specifier to print size_t  - lxc-checkpoint: automatically detect if --external or --veth-pair  - cgroups: prevent segfault in cgfsng  - utils: add lxc_preserve_ns()  - start: add netnsfd to lxc_handler  - conf: use lxc_preserve_ns()  - attach: use lxc_preserve_ns()  - lxc_user_nic: use lxc_preserve_ns()  - conf, start: improve log output  - conf: explicitly remove veth device from host  - conf, start: be smarter when deleting networks  - start, utils: improve preserve_ns()  - start, error: improve log + non-functional changes  - start, namespace: move ns_info to namespace.{c,h}  - attach, utils: bugfixes  - attach: use ns_info[LXC_NS_MAX] struct  - namespace: always attach to user namespace first  - cgroup: improve isolcpus handling  - cgroups: handle non-existent isolcpus file  - utils: add lxc_safe_uint()  - tests: add unit tests for lxc_safe_uint()  - utils: add lxc_safe_int()  - tests: add unit tests for lxc_safe_int()  - conf/ile: get ip prefix via lxc_safe_uint()  - confile: use lxc_safe_u/int in config_init_{u,g}id  - conf/ile: use lxc_safe_uint() in config_pts()  - conf/ile: use lxc_safe_u/int() in config_start()  - conf/ile: use lxc_safe_uint() in config_monitor()  - conf/ile: use lxc_safe_uint() in config_tty()  - conf/ile: use lxc_safe_uint() in config_kmsg()  - conf/ile: avoid atoi in config_lsm_aa_incomplete()  - conf/ile: use lxc_safe_uint() in config_autodev()  - conf/ile: avoid atoi() in config_ephemeral()  - utils: use lxc_safe_int()  - lxc_monitord: use lxc_safe_int() && use exit()  - start: use lxc_safe_int()  - conf: use lxc_safe_{u}int()  - tools/lxc_execute: use lxc_safe_uint()  - tools/lxc_stop: use lxc_safe_uint()  - utils: add lxc_safe_long()  - tests: add unit tests for lxc_safe_long()  - tools/lxc_stop: use lxc_safe_long()  - tools/lxc_top: use lxc_safe_int()  - tools/lxc_ls: use lxc_safe_uint()  - tools/lxc_autostart: use lxc_safe_{int,long}()  - tools/lxc_console: use lxc_safe_uint()  - tools: replace non-standard namespace identifiers  - Configure a static MAC address on the LXC bridge  - tests: remove overflow tests  - attach: do not send procfd to attached process Just like Ubuntu itself, upstream releases long term support releases, as is 1.0 and then periodic point releases including all the accumulated bugfixes. Only the latest upstream release gets full support from the upstream developers, everyone else is expected to first update to it before receiving any kind of support. This should qualify under the minor upstream bugfix release allowance of the SRU policy, letting us SRU this without paperwork for every single change included in this upstream release. Once the SRU hits -updates, we will be backporting this to trusty-backports as well, making sure we have the same version everywhere.
2016-12-03 05:21:35 Stéphane Graber lxc (Ubuntu): status New Invalid
2016-12-03 05:21:45 Stéphane Graber nominated for series Ubuntu Trusty
2016-12-03 05:21:45 Stéphane Graber bug task added lxc (Ubuntu Trusty)
2016-12-03 05:21:45 Stéphane Graber nominated for series Ubuntu Precise
2016-12-03 05:21:45 Stéphane Graber bug task added lxc (Ubuntu Precise)
2016-12-03 05:21:50 Stéphane Graber lxc (Ubuntu Precise): status New In Progress
2016-12-03 05:21:52 Stéphane Graber lxc (Ubuntu Trusty): status New In Progress
2016-12-03 05:21:56 Stéphane Graber lxc (Ubuntu Precise): assignee Stéphane Graber (stgraber)
2016-12-03 05:21:58 Stéphane Graber lxc (Ubuntu Trusty): assignee Stéphane Graber (stgraber)
2016-12-15 18:39:28 Brian Murray lxc (Ubuntu Trusty): status In Progress Fix Committed
2016-12-15 18:39:30 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2016-12-15 18:39:36 Brian Murray bug added subscriber SRU Verification
2016-12-15 18:39:42 Brian Murray tags verification-needed
2016-12-16 21:54:21 Stéphane Graber tags verification-needed verification-failed
2017-01-04 18:04:01 Adam Conrad tags verification-failed
2017-01-04 18:04:02 Adam Conrad tags verification-needed
2017-01-18 20:55:34 Stéphane Graber tags verification-needed verification-done
2017-01-18 20:57:01 Launchpad Janitor lxc (Ubuntu Trusty): status Fix Committed Fix Released
2017-01-18 20:57:09 Stéphane Graber removed subscriber Ubuntu Stable Release Updates Team
2017-01-27 00:52:29 Stéphane Graber lxc (Ubuntu Precise): status In Progress Fix Released