[Kernel-packages] [Bug 1712007] Re: test_180_config_stack_protector failed on ARM64 Trusty (CONFIG_CC_STACKPROTECTOR is not set)

2019-07-24 Thread Brad Figg
** Tags added: cscc

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

Title:
  test_180_config_stack_protector failed on ARM64 Trusty
  (CONFIG_CC_STACKPROTECTOR is not set)

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

Bug description:
  FAIL: test_075_config_stack_protector (__main__.KernelSecurityTest)
  CONFIG_CC_STACKPROTECTOR set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 855, in 
test_075_config_stack_protector
  self.assertEqual(self._get_config('CC_STACKPROTECTOR'), expected)
  AssertionError: None != 'y'

  
  $ cat /boot/config-3.13.0-128-generic | grep CC_STACKPROTECTOR
  # CONFIG_CC_STACKPROTECTOR is not set

  $ uname -a
  Linux ms10-35-mcdivittB0-kernel 3.13.0-128-generic #177-Ubuntu SMP Tue Aug 8 
11:41:40 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

  Not sure if this is a kernel or a test case issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1712007/+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 1712007] Re: test_180_config_stack_protector failed on ARM64 Trusty (CONFIG_CC_STACKPROTECTOR is not set)

2018-08-14 Thread Po-Hsu Lin
Retested and this has passed on Trusty ARM64.

** Changed in: qa-regression-testing
   Status: Fix Committed => Fix Released

** Changed in: ubuntu-kernel-tests
   Status: New => Fix Released

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

Title:
  test_180_config_stack_protector failed on ARM64 Trusty
  (CONFIG_CC_STACKPROTECTOR is not set)

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

Bug description:
  FAIL: test_075_config_stack_protector (__main__.KernelSecurityTest)
  CONFIG_CC_STACKPROTECTOR set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 855, in 
test_075_config_stack_protector
  self.assertEqual(self._get_config('CC_STACKPROTECTOR'), expected)
  AssertionError: None != 'y'

  
  $ cat /boot/config-3.13.0-128-generic | grep CC_STACKPROTECTOR
  # CONFIG_CC_STACKPROTECTOR is not set

  $ uname -a
  Linux ms10-35-mcdivittB0-kernel 3.13.0-128-generic #177-Ubuntu SMP Tue Aug 8 
11:41:40 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

  Not sure if this is a kernel or a test case issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1712007/+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 1712007] Re: test_180_config_stack_protector failed on ARM64 Trusty (CONFIG_CC_STACKPROTECTOR is not set)

2018-08-10 Thread Steve Beattie
According to https://wiki.debian.org/Arm64Port, gcc-4.8 did not support
libssp/-fstack-protector on arm64. I've committed a fix that should
address this in QRT in https://git.launchpad.net/qa-regression-
testing/commit/?id=63a5c8e6ab8f82817337ffdac0258c17ef443b48

Please let me know if this does not address the issue. Thanks!

** Changed in: linux (Ubuntu)
   Status: Triaged => Invalid

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

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

Title:
  test_180_config_stack_protector failed on ARM64 Trusty
  (CONFIG_CC_STACKPROTECTOR is not set)

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

Bug description:
  FAIL: test_075_config_stack_protector (__main__.KernelSecurityTest)
  CONFIG_CC_STACKPROTECTOR set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 855, in 
test_075_config_stack_protector
  self.assertEqual(self._get_config('CC_STACKPROTECTOR'), expected)
  AssertionError: None != 'y'

  
  $ cat /boot/config-3.13.0-128-generic | grep CC_STACKPROTECTOR
  # CONFIG_CC_STACKPROTECTOR is not set

  $ uname -a
  Linux ms10-35-mcdivittB0-kernel 3.13.0-128-generic #177-Ubuntu SMP Tue Aug 8 
11:41:40 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

  Not sure if this is a kernel or a test case issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1712007/+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 1712007] Re: test_180_config_stack_protector failed on ARM64 Trusty (CONFIG_CC_STACKPROTECTOR is not set)

2018-08-10 Thread Po-Hsu Lin
Test renamed to test_180_config_stack_protector

** Summary changed:

- test_075_config_stack_protector failed on ARM64 Trusty 
(CONFIG_CC_STACKPROTECTOR is not set)
+ test_180_config_stack_protector failed on ARM64 Trusty 
(CONFIG_CC_STACKPROTECTOR is not set)

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

Title:
  test_180_config_stack_protector failed on ARM64 Trusty
  (CONFIG_CC_STACKPROTECTOR is not set)

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

Bug description:
  FAIL: test_075_config_stack_protector (__main__.KernelSecurityTest)
  CONFIG_CC_STACKPROTECTOR set
  --
  Traceback (most recent call last):
File "./test-kernel-security.py", line 855, in 
test_075_config_stack_protector
  self.assertEqual(self._get_config('CC_STACKPROTECTOR'), expected)
  AssertionError: None != 'y'

  
  $ cat /boot/config-3.13.0-128-generic | grep CC_STACKPROTECTOR
  # CONFIG_CC_STACKPROTECTOR is not set

  $ uname -a
  Linux ms10-35-mcdivittB0-kernel 3.13.0-128-generic #177-Ubuntu SMP Tue Aug 8 
11:41:40 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux

  Not sure if this is a kernel or a test case issue.

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