[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

2019-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.0.0-7.8

---
linux (5.0.0-7.8) disco; urgency=medium

  * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)

  * Packaging resync (LP: #1786013)
- [Packaging] update helper scripts

  * unnecessary request_queue freeze (LP: #1815733)
- block: avoid setting nr_requests to current value
- block: avoid setting none scheduler if it's already none

  * Miscellaneous Ubuntu changes
- SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
- update dkms package versions

  [ Upstream Kernel Changes ]

  * Rebase to v5.0

 -- Seth Forshee   Mon, 04 Mar 2019 08:46:10
-0600

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

2019-02-20 Thread Seth Forshee
We've applied a patch temporarily to replace ulong in the comment with
unsigned long to avoid having glibc tests broken in ADT. Once the glibc
test has been updated we can revert the patch in the kernel.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

2019-02-20 Thread Seth Forshee
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

2019-02-19 Thread Seth Forshee
Proposed fix:

https://www.sourceware.org/ml/libc-alpha/2019-01/msg00513.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813060] Re: glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

2019-02-18 Thread Seth Forshee
Due to scripts/check-installed-headers.sh using a regex to search for
obsolete types.

  obsolete_type_re=\
  
'\<((__)?(quad_t|u(short|int|long|_(char|short|int([0-9]+_t)?|long|quad_t\>'
  ...
  if grep -qE "$obsolete_type_re" "$h"; then
  echo "*** Obsolete types detected:"
  grep -HE "$obsolete_type_re" "$h"
  failed=1
  fi

This is catching a string in a comment:

  KERN_PANIC_PRINT=78, /* ulong: bitmask to print system info on panic
*/

The test needs to be fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813060

Title:
  glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1813060/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs