[Kernel-packages] [Bug 1825280] Re: test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed with 5.0 kernel

2019-05-23 Thread Steve Beattie
Confirmed that this has been fixed in the linux-hwe-edge kernel config.
Closing.

Thanks!

** Changed in: qa-regression-testing
   Status: New => Invalid

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: ubuntu-kernel-tests
   Status: New => 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/1825280

Title:
  test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed
  with 5.0 kernel

Status in QA Regression Testing:
  Invalid
Status in ubuntu-kernel-tests:
  Invalid
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Failure found on B-hwe-edge kernel on P8 / i386 (difficulties with
  deployment for ARM64 / AMD64).

  In disco, this option was enabled:
  $ grep RANDOM_TRUST_CPU 
~/ubuntu-disco/debian.master/config/config.common.ubuntu
  CONFIG_RANDOM_TRUST_CPU=y

  $ grep RANDOM_TRUST_CPU ~/ubuntu-disco/debian.master/config/annotations 
  CONFIG_RANDOM_TRUST_CPU policy<{'amd64': 'y', 'i386': 
'y', 'ppc64el': 'y', 's390x': 'y'}>

  
  FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
  Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
  --
  Traceback (most recent call last):
    File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
  self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
    File "./test-kernel-security.py", line 208, in assertKernelConfig
  self.assertKernelConfigSet(name)
    File "./test-kernel-security.py", line 195, in assertKernelConfigSet
  '%s option was expected to be set in the kernel config' % name)
  AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel 
config

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1825280/+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


[Kernel-packages] [Bug 1825280] Re: test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed with 5.0 kernel

2019-04-18 Thread Tyler Hicks
Bionic linux-hwe-edge 5.0.0-13.14~18.04.1 has this config option set.
Rerunning this test against that kernel will result in a passing test.

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

Title:
  test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed
  with 5.0 kernel

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Failure found on B-hwe-edge kernel on P8 / i386 (difficulties with
  deployment for ARM64 / AMD64).

  In disco, this option was enabled:
  $ grep RANDOM_TRUST_CPU 
~/ubuntu-disco/debian.master/config/config.common.ubuntu
  CONFIG_RANDOM_TRUST_CPU=y

  $ grep RANDOM_TRUST_CPU ~/ubuntu-disco/debian.master/config/annotations 
  CONFIG_RANDOM_TRUST_CPU policy<{'amd64': 'y', 'i386': 
'y', 'ppc64el': 'y', 's390x': 'y'}>

  
  FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
  Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
  --
  Traceback (most recent call last):
    File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
  self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
    File "./test-kernel-security.py", line 208, in assertKernelConfig
  self.assertKernelConfigSet(name)
    File "./test-kernel-security.py", line 195, in assertKernelConfigSet
  '%s option was expected to be set in the kernel config' % name)
  AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel 
config

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1825280/+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


[Kernel-packages] [Bug 1825280] Re: test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed with 5.0 kernel

2019-04-18 Thread Tyler Hicks
This shouldn't be a blocker to release the B-hwe-edge kernel but it is
something that we'll want to fix in that kernel's config soon.

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

Title:
  test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed
  with 5.0 kernel

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Failure found on B-hwe-edge kernel on P8 / i386 (difficulties with
  deployment for ARM64 / AMD64).

  In disco, this option was enabled:
  $ grep RANDOM_TRUST_CPU 
~/ubuntu-disco/debian.master/config/config.common.ubuntu
  CONFIG_RANDOM_TRUST_CPU=y

  $ grep RANDOM_TRUST_CPU ~/ubuntu-disco/debian.master/config/annotations 
  CONFIG_RANDOM_TRUST_CPU policy<{'amd64': 'y', 'i386': 
'y', 'ppc64el': 'y', 's390x': 'y'}>

  
  FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
  Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
  --
  Traceback (most recent call last):
    File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
  self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
    File "./test-kernel-security.py", line 208, in assertKernelConfig
  self.assertKernelConfigSet(name)
    File "./test-kernel-security.py", line 195, in assertKernelConfigSet
  '%s option was expected to be set in the kernel config' % name)
  AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel 
config

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1825280/+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


[Kernel-packages] [Bug 1825280] Re: test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed with 5.0 kernel

2019-04-17 Thread Po-Hsu Lin
** Description changed:

- With patch:
-   [PATCH][Disco] Trust CPU RNG to initialize kernel CRNG
+ Failure found on B-hwe-edge kernel on P8 / i386 (difficulties with
+ deployment for ARM64 / AMD64).
  
- Landed in Disco kernel, it looks like we will need this config in the
- kernel
+ In disco, this option was enabled:
+ $ grep RANDOM_TRUST_CPU 
~/ubuntu-disco/debian.master/config/config.common.ubuntu
+ CONFIG_RANDOM_TRUST_CPU=y
+ 
+ $ grep RANDOM_TRUST_CPU ~/ubuntu-disco/debian.master/config/annotations 
+ CONFIG_RANDOM_TRUST_CPU policy<{'amd64': 'y', 'i386': 
'y', 'ppc64el': 'y', 's390x': 'y'}>
+ 
  
  FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
  Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
  --
  Traceback (most recent call last):
-   File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
- self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
-   File "./test-kernel-security.py", line 208, in assertKernelConfig
- self.assertKernelConfigSet(name)
-   File "./test-kernel-security.py", line 195, in assertKernelConfigSet
- '%s option was expected to be set in the kernel config' % name)
+   File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
+ self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
+   File "./test-kernel-security.py", line 208, in assertKernelConfig
+ self.assertKernelConfigSet(name)
+   File "./test-kernel-security.py", line 195, in assertKernelConfigSet
+ '%s option was expected to be set in the kernel config' % name)
  AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel 
config

** Also affects: qa-regression-testing
   Importance: Undecided
   Status: New

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

Title:
  test_520_config_random_trust_cpu in ubuntu_qrt_kernel_security failed
  with 5.0 kernel

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Failure found on B-hwe-edge kernel on P8 / i386 (difficulties with
  deployment for ARM64 / AMD64).

  In disco, this option was enabled:
  $ grep RANDOM_TRUST_CPU 
~/ubuntu-disco/debian.master/config/config.common.ubuntu
  CONFIG_RANDOM_TRUST_CPU=y

  $ grep RANDOM_TRUST_CPU ~/ubuntu-disco/debian.master/config/annotations 
  CONFIG_RANDOM_TRUST_CPU policy<{'amd64': 'y', 'i386': 
'y', 'ppc64el': 'y', 's390x': 'y'}>

  
  FAIL: test_520_config_random_trust_cpu (__main__.KernelSecurityConfigTest)
  Ensure RANDOM_TRUST_CPU is enabled (LP: #1823754)
  --
  Traceback (most recent call last):
    File "./test-kernel-security.py", line 2835, in 
test_520_config_random_trust_cpu
  self.assertKernelConfig('RANDOM_TRUST_CPU', expected)
    File "./test-kernel-security.py", line 208, in assertKernelConfig
  self.assertKernelConfigSet(name)
    File "./test-kernel-security.py", line 195, in assertKernelConfigSet
  '%s option was expected to be set in the kernel config' % name)
  AssertionError: RANDOM_TRUST_CPU option was expected to be set in the kernel 
config

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1825280/+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