[Kernel-packages] [Bug 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2019-11-12 Thread Connor Kuehl
ESM for Precise ended in April 2019.

** Changed in: linux (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Invalid

** Changed in: qa-regression-testing
   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/1717856

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in QA Regression Testing:
  Invalid
Status in ubuntu-kernel-tests:
  Invalid
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Won't Fix

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2019-09-05 Thread Po-Hsu Lin
** Tags added: ubuntu-qrt-kernel-security

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  Confirmed

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  Confirmed

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2018-10-01 Thread Po-Hsu Lin
** 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/1717856

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in QA Regression Testing:
  New
Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  Confirmed

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2018-09-13 Thread Po-Hsu Lin
This issue can be reproduced on that specific system here.

3.2.0-135 on Precise.

But this test is a little bit flaky, the fail rate for this is about 50%
Just like bug 1747630, sometimes they will appear one-by-one, or even failed 
together, sometimes they will both pass.

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

** Changed in: ubuntu-kernel-tests
   Status: Incomplete => Confirmed

** Changed in: linux (Ubuntu Precise)
   Status: Incomplete => Confirmed

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in ubuntu-kernel-tests:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Precise:
  Confirmed

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2018-09-12 Thread Sean Feole
Hi Sam, still an issue?

 very old bug, with no action on it, marking bug as incomplete and will
close in 5 days if no update.

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

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

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

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in ubuntu-kernel-tests:
  Incomplete
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Precise:
  Incomplete

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2018-06-04 Thread Po-Hsu Lin
** Also affects: ubuntu-kernel-tests
   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/1717856

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Triaged

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2018-02-06 Thread Po-Hsu Lin
Tested with one of the laptop in the cert lab. (201307-13930)
This issue can be reproduced with 3.2.0-131 but not with 3.2.0-133 in the 
proposed pocket.

I will leave the bug status as-is, since this is a different node from
our normal test pool for regression-testing.

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Triaged

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717856/+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 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2017-09-18 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Precise)
   Importance: Undecided => Medium

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

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

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Triaged

Bug description:
  Kernel: 3.2.0-131 Precise (i386)

  This is not a regression, as this issue can be reproduced on older kernel.
  AMD64 system does not have this issue. 

  FAIL: test_021_aslr_dapper_libs (__main__.KernelSecurityTest)
  ASLR of libs
  --
  Traceback (most recent call last):
  File "./test-kernel-security.py", line 1827, in test_021_aslr_dapper_libs
  self._test_aslr('libs', expected)
  File "./test-kernel-security.py", line 1790, in _test_aslr
  self._test_aslr_all(area, expected, "unlimited stack %s" % area)
  File "./test-kernel-security.py", line 1767, in _test_aslr_all
  self._test_aslr_exec(area, expected, target, name)
  File "./test-kernel-security.py", line 1760, in _test_aslr_exec
  self.assertShellExitEquals(aslr_expected, ["./%s" % (target), area, 
"--verbose"], msg="%s:\n" % name)
  File 
"/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/testlib.py",
 line 1134, in assertShellExitEquals
  self.assertEqual(expected, rc, msg + result + report)
  AssertionError: unlimited stack libs native:
  Got exit code 1, expected 0
  Command: './aslr', 'libs', '--verbose'
  Output:
  Checking ASLR of libs:
  0x4002bd80
  0x4002bd80
  0x4002bd80
  FAIL: ASLR not functional (libs always at 0x4002bd80)

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