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

Bug #1813060 reported by Seth Forshee
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
glibc (Ubuntu)
New
Undecided
Unassigned
linux (Ubuntu)
Fix Released
Undecided
Unassigned
Seth Forshee (sforshee)
tags: added: kernel-adt-failure
Revision history for this message
Seth Forshee (sforshee) wrote :

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.

Revision history for this message
Seth Forshee (sforshee) wrote :
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote : Missing required logs.

This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window:

apport-collect 1813060

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the Ubuntu Kernel Team.

Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Seth Forshee (sforshee) wrote :

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
Revision history for this message
Launchpad Janitor (janitor) wrote :

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 <email address hidden> Mon, 04 Mar 2019 08:46:10 -0600

Changed in linux (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.