SRU of LXCFS 2.0.7 (upstream bugfix release)

Bug #1691239 reported by Stéphane Graber
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxcfs (Ubuntu)
Fix Released
Undecided
Unassigned
Trusty
Triaged
Undecided
Unassigned
Xenial
Fix Released
Undecided
Unassigned
Yakkety
Fix Released
Undecided
Unassigned
Zesty
Fix Released
Undecided
Unassigned
Artful
Fix Released
Undecided
Unassigned

Bug Description

LXCFS upstream released LXCFS 2.0.7 as a bugfix release with following changelog:
 - Remove unused variable
 - Also check next variable for NULL on cg_rmdir
 - virtualize the 'btime' field of /proc/stat
 - cleanup: return false instead of NULL as bool
 - Limit memswlimit by TotalSwap
 - pam_cgfs: remove dead assignment
 - pam_cgfs: return created directly
 - pam_cgfs: make sure that **p is not NULL
 - bindings: Want space for ints? Call sizeof(int)!
 - pam_cgfs: make trim() safer
 - pam_cgfs: error out on failure in cgv2_init()
 - pam_cgfs: remove dead assignment
 - bindings: implement guest nice
 - bindings: increase reserved buffer size a little

Just like Ubuntu itself, upstream releases long term support releases, as is 2.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 bugfix release has already been uploaded to Zesty and automatically backported in the upstream PPAs for all Ubuntu releases. So far without any reported regression.

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.

Changed in lxcfs (Ubuntu Artful):
status: New → Fix Released
Changed in lxcfs (Ubuntu Zesty):
status: New → Triaged
Changed in lxcfs (Ubuntu Yakkety):
status: New → Triaged
Changed in lxcfs (Ubuntu Xenial):
status: New → Triaged
Changed in lxcfs (Ubuntu Trusty):
status: New → Triaged
Changed in lxcfs (Ubuntu Zesty):
status: Triaged → In Progress
Changed in lxcfs (Ubuntu Yakkety):
status: Triaged → In Progress
Changed in lxcfs (Ubuntu Xenial):
status: Triaged → In Progress
Revision history for this message
Brian Murray (brian-murray) wrote : Please test proposed package

Hello Stéphane, or anyone else affected,

Accepted lxcfs into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lxcfs/2.0.7-0ubuntu1~17.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in lxcfs (Ubuntu Zesty):
status: In Progress → Fix Committed
tags: added: verification-needed
Changed in lxcfs (Ubuntu Yakkety):
status: In Progress → Fix Committed
Revision history for this message
Brian Murray (brian-murray) wrote :

Hello Stéphane, or anyone else affected,

Accepted lxcfs into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lxcfs/2.0.7-0ubuntu1~16.10.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in lxcfs (Ubuntu Xenial):
status: In Progress → Fix Committed
Revision history for this message
Brian Murray (brian-murray) wrote :

Hello Stéphane, or anyone else affected,

Accepted lxcfs into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lxcfs/2.0.7-0ubuntu1~16.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Revision history for this message
Stéphane Graber (stgraber) wrote :

Haven't heard of any regressions associated to 2.0.7 and have myself been running it for over a week now.

tags: added: verification-done
removed: verification-needed
Revision history for this message
Chris J Arges (arges) wrote : Update Released

The verification of the Stable Release Update for lxcfs has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxcfs - 2.0.7-0ubuntu1~16.10.1

---------------
lxcfs (2.0.7-0ubuntu1~16.10.1) yakkety; urgency=medium

  * New upstream bugfix release (2.0.7) (LP: #1691239):
    - Remove unused variable
    - Also check next variable for NULL on cg_rmdir
    - virtualize the 'btime' field of /proc/stat
    - cleanup: return false instead of NULL as bool
    - Limit memswlimit by TotalSwap
    - pam_cgfs: remove dead assignment
    - pam_cgfs: return created directly
    - pam_cgfs: make sure that **p is not NULL
    - bindings: Want space for ints? Call sizeof(int)!
    - pam_cgfs: make trim() safer
    - pam_cgfs: error out on failure in cgv2_init()
    - pam_cgfs: remove dead assignment
    - bindings: implement guest nice
    - bindings: increase reserved buffer size a little

 -- Stéphane Graber <email address hidden> Tue, 16 May 2017 18:20:19 -0400

Changed in lxcfs (Ubuntu Yakkety):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxcfs - 2.0.7-0ubuntu1~17.04.1

---------------
lxcfs (2.0.7-0ubuntu1~17.04.1) zesty; urgency=medium

  * New upstream bugfix release (2.0.7) (LP: #1691239):
    - Remove unused variable
    - Also check next variable for NULL on cg_rmdir
    - virtualize the 'btime' field of /proc/stat
    - cleanup: return false instead of NULL as bool
    - Limit memswlimit by TotalSwap
    - pam_cgfs: remove dead assignment
    - pam_cgfs: return created directly
    - pam_cgfs: make sure that **p is not NULL
    - bindings: Want space for ints? Call sizeof(int)!
    - pam_cgfs: make trim() safer
    - pam_cgfs: error out on failure in cgv2_init()
    - pam_cgfs: remove dead assignment
    - bindings: implement guest nice
    - bindings: increase reserved buffer size a little

 -- Stéphane Graber <email address hidden> Tue, 16 May 2017 18:21:02 -0400

Changed in lxcfs (Ubuntu Zesty):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxcfs - 2.0.7-0ubuntu1~16.04.1

---------------
lxcfs (2.0.7-0ubuntu1~16.04.1) xenial; urgency=medium

  * New upstream bugfix release (2.0.7) (LP: #1691239):
    - Remove unused variable
    - Also check next variable for NULL on cg_rmdir
    - virtualize the 'btime' field of /proc/stat
    - cleanup: return false instead of NULL as bool
    - Limit memswlimit by TotalSwap
    - pam_cgfs: remove dead assignment
    - pam_cgfs: return created directly
    - pam_cgfs: make sure that **p is not NULL
    - bindings: Want space for ints? Call sizeof(int)!
    - pam_cgfs: make trim() safer
    - pam_cgfs: error out on failure in cgv2_init()
    - pam_cgfs: remove dead assignment
    - bindings: implement guest nice
    - bindings: increase reserved buffer size a little

 -- Stéphane Graber <email address hidden> Tue, 16 May 2017 18:16:08 -0400

Changed in lxcfs (Ubuntu Xenial):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.