All autopkgtests for the newly accepted linux-gcp-5.3 (5.3.0-1008.9~18.04.1) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

linux-gcp-5.3/unknown (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-gcp-5.3

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
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/1845383

Title:
  CONFIG_LSM should not specify loadpin since it is not built

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Disco:
  Triaged

Bug description:
  [Impact]

  While inspecting our kernel configs, I noticed that "loadpin" is
  present in the CONFIG_LSM string but CONFIG_SECURITY_LOADPIN is not
  enabled. This is harmless but should be cleaned up.

  [Test Case]

  Ensure that /sys/kernel/security/lsm still contains
  "capability,yama,apparmor" after rebooting into the new kernel:

  $ cat /sys/kernel/security/lsm 
  capability,yama,apparmor

  Ensure that the current kernel's config does not specify "loadpin" in
  the CONFIG_LSM value:

  $ grep CONFIG_LSM= /boot/config-$(uname -r)
  CONFIG_LSM="yama,integrity,apparmor"

  [Regression Potential]

  Low. This just limits the CONFIG_LSM value to only contain LSMs that
  are being built.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845383/+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

Reply via email to