** Changed in: linux (Ubuntu Xenial)
Status: Triaged => In Progress
--
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/1965160
Title:
linux: Fix failure in ubuntu_boot:log_check test
Status in linux package in Ubuntu:
Invalid
Status in linux source package in Xenial:
In Progress
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
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp