[Touch-packages] [Bug 1867535] Re: [FFe] LXC 4.0.0 LTS

2020-04-02 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1:4.0.0-0ubuntu2

---
lxc (1:4.0.0-0ubuntu2) focal; urgency=medium

  * Cherry-pick upstream bugfixes:
- 0036-fix-non-root-user-cannot-write-dev-stdout.patch
- 0037-cgroups-fix-uninitialized-transient_len-warning.patch
- 0038-utils-rework-fix_stdio_permissions.patch
- 0039-utils-use-setres-u-g-id-in-lxc_switch_uid_gid.patch
- 0040-cgroups-fix-build-warning-on-GCC-7.patch
- 0041-lxccontainer-poll-takes-millisecond-not-seconds.patch

 -- Stéphane Graber   Thu, 02 Apr 2020 12:25:20
-0400

** Changed in: lxc (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1867535

Title:
  [FFe] LXC 4.0.0 LTS

Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  LXC 4.0 LTS will be tagged in the next week or so.

  LXC in Ubuntu is currently in universe as its main user is a snap
  nowadays (LXD) and builds directly from the upstream versions.

  We haven't written the changelog yet, but one thing worth noting is
  that it is 100% backward compatible, we do not break API and don't
  need to rebuild any of the rdepend for it.

  The main reason to want it in 20.04 LTS is because LXC 4.0 is itself
  an LTS with a matching 5 years of support. It also adds support for
  cgroupv2 which we expect to become more and more needed in the coming
  months/years.

  
  It'd be great if the release team could make a decision based on this 
already, if not, I will update the bug with the changelog and diff once we do 
have the release out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1867535/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1867535] Re: [FFe] LXC 4.0.0 LTS

2020-03-30 Thread Steve Langasek
FFe granted.

** Changed in: lxc (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1867535

Title:
  [FFe] LXC 4.0.0 LTS

Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  LXC 4.0 LTS will be tagged in the next week or so.

  LXC in Ubuntu is currently in universe as its main user is a snap
  nowadays (LXD) and builds directly from the upstream versions.

  We haven't written the changelog yet, but one thing worth noting is
  that it is 100% backward compatible, we do not break API and don't
  need to rebuild any of the rdepend for it.

  The main reason to want it in 20.04 LTS is because LXC 4.0 is itself
  an LTS with a matching 5 years of support. It also adds support for
  cgroupv2 which we expect to become more and more needed in the coming
  months/years.

  
  It'd be great if the release team could make a decision based on this 
already, if not, I will update the bug with the changelog and diff once we do 
have the release out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1867535/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1867535] Re: [FFe] LXC 4.0.0 LTS

2020-03-30 Thread Stéphane Graber
The release announcement finally got pushed out here:
https://discuss.linuxcontainers.org/t/lxc-4-0-lts-has-been-released/7182

The main new features are:
 - cgroups: Full cgroup2 support
 - cgroups: Freezer support in CGroup2
 - cgroups: eBPF device controller support in CGroup2
 - config: Add lxc.autodev.tmpfs.size configuration key
 - config: Add lxc.selinux.context.keyring key
 - config: Add lxc.keyring.session 
 - file utils: Add fopen_cached() and fdopen_cached 
 - api: Add new init_pidfd() member
 - memory utils: Add new cleanup api
 - lxc-usernsexec: Make it easy to map own uid
 - seccomp: Add s390 support
 - syscalls: Improve manual syscall implementations
 - network: Improved network device creation and removal
 - network: Allow moving wireless devices


Only one symbol was added compared to 3.2.1:
 - init_pidfd (to retrieve the pidfd of the init process)

And a total of 5 since 3.0.0:
 - mount (to inject mounts into a running container)
 - umount (to remove mounts from a running container)
 - seccomp_notify_fd (to support syscall interception)
 - init_pidfd (to retrieve the pidfd of the init process)
 - lxc_has_api_extension (to check whether particular feature/options are 
present)


No rebuilds are needed and all reverse dependencies of liblxc are know to work 
properly.
LXC upstream has auto-generated PPAs that are used on all of our CI systems 
(running 18.04) so we have been testing those upgrades continuously and don't 
expect any issue.

No configuration keys were removed in this release (unlike 3.0) and so
no config updates are required for our users. Existing 3.0 users can
upgrade to 4.0, running containers will keep working and the default
configurations used by 4.0 are even backward compatible to 3.0, so a
downgrade is even an option if needed.

As mentioned above, the main benefit of getting 4.0 in Ubuntu is to get
the 5 years of upstream security updates. Even though LXC is in
universe, it's still quite widely used and actively maintained in Ubuntu
by us.


It's also worth noting that we've had all LXD users running the LXD snap run 
LXC 4.0 for the past week with only one regression found in the attach logic. 
This has since been fixed and will be cherry-picked in the package that's to be 
uploaded to Ubuntu.


We realize we're getting late in the cycle, ideally we'd like this uploaded as 
soon as possible so it can get built, go through autopkgtest and land in the 
archive as soon as the freeze lifts (if it's covered by the freeze at all, not 
sure).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1867535

Title:
  [FFe] LXC 4.0.0 LTS

Status in lxc package in Ubuntu:
  New

Bug description:
  LXC 4.0 LTS will be tagged in the next week or so.

  LXC in Ubuntu is currently in universe as its main user is a snap
  nowadays (LXD) and builds directly from the upstream versions.

  We haven't written the changelog yet, but one thing worth noting is
  that it is 100% backward compatible, we do not break API and don't
  need to rebuild any of the rdepend for it.

  The main reason to want it in 20.04 LTS is because LXC 4.0 is itself
  an LTS with a matching 5 years of support. It also adds support for
  cgroupv2 which we expect to become more and more needed in the coming
  months/years.

  
  It'd be great if the release team could make a decision based on this 
already, if not, I will update the bug with the changelog and diff once we do 
have the release out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1867535/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp