I can confirm Andy's analysis. QRT needs to be adjusted to account for the kernel changes.
** Also affects: qa-regression-testing Importance: Undecided Status: New ** Changed in: qa-regression-testing Status: New => In Progress ** Changed in: qa-regression-testing Importance: Undecided => High ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1636461 Title: linux 4.8.0-27.29 ADT test failure with linux 4.8.0-27.29 Status in QA Regression Testing: Fix Released Status in linux package in Ubuntu: Invalid Bug description: Testing failed on all real architectures: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest- yakkety/yakkety/amd64/l/linux/20161021_193124_cecf7@/log.gz Seems to be the below test: def test_152_sysctl_disables_apparmor_unpriv_userns(self): '''unprivileged_userns_apparmor_policy sysctl supported''' expected = 0 exists = True if not self.kernel_at_least('4.4'): self._skipped("unprivileged apparmor disable sysctl did not exist before xenial") expected = 1 exists = False self._test_sysctl_value('kernel/unprivileged_userns_apparmor_policy', expected, exists=exists) To manage notifications about this bug go to: https://bugs.launchpad.net/qa-regression-testing/+bug/1636461/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp