← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1965160] [NEW] linux: Fix failure in ubuntu_boot:log_check test

 

Public bug reported:

SRU Justification

[Impact]

On systems with a broken BIOS that fail to program the APICID_TAG_MAP for DCA,
the dmaengine will print a warning, with stack trace, to the kernel log,
which just adds extra noise to the log and impacts testing on some platforms,
mostly on the older side that will most likely not receive an update to their BIOS.

[Fix]

A patch from upstream linux changes the call of WARN_TAINT_ONCE() to pr_warn_once()
and add_taint(). pr_warn_once() will not invoke a warning in the kernel and instead
just print the associated message.

[Test Case]

The ubuntu_boot log_check test on an affected node, such as fili:amd64.

[Where problems could occur]

Chance of regression is very low to minimal with this change.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: Incomplete

** Affects: linux (Ubuntu Xenial)
     Importance: Undecided
     Assignee: Zachary Tahenakos (ztahenakos)
         Status: Incomplete

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

** Changed in: linux (Ubuntu Xenial)
     Assignee: (unassigned) => Zachary Tahenakos (ztahenakos)

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1965160

Title:
  linux: Fix failure in ubuntu_boot:log_check test

Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Xenial:
  Incomplete

Bug description:
  SRU Justification

  [Impact]

  On systems with a broken BIOS that fail to program the APICID_TAG_MAP for DCA,
  the dmaengine will print a warning, with stack trace, to the kernel log,
  which just adds extra noise to the log and impacts testing on some platforms,
  mostly on the older side that will most likely not receive an update to their BIOS.

  [Fix]

  A patch from upstream linux changes the call of WARN_TAINT_ONCE() to pr_warn_once()
  and add_taint(). pr_warn_once() will not invoke a warning in the kernel and instead
  just print the associated message.

  [Test Case]

  The ubuntu_boot log_check test on an affected node, such as
  fili:amd64.

  [Where problems could occur]

  Chance of regression is very low to minimal with this change.

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



Follow ups