Actions
Bug #1048
closed
JD
MJ
Feature #1067: Update writeback instrumentation for newer kernels
global_dirty_limit symbol lookup failed.
Bug #1048:
global_dirty_limit symbol lookup failed.
Start date:
07/18/2016
Due date:
% Done:
0%
Estimated time:
Description
On Ubuntu 16.04 with the current kernel (4.4.0-31-generic) and lttng-modules current master, we see this message in dmesg:
global_dirty_limit symbol lookup failed.
It can be quite frequent, enough to notice some additional activity on the syslog.
In addition to fixing this issue, we should also make sure it is only output once.
MD Updated by Mathieu Desnoyers almost 10 years ago
commit
commit e36de50dd09527901339797a61a0a40d241c1a6d
Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Date: Tue Aug 30 18:42:10 2016 -0400
Fix: use printk_once() for wrapper warning messages
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
takes care of printing it only once.
JG Updated by Jérémie Galarneau almost 10 years ago
- Parent task set to #1067
MD Updated by Mathieu Desnoyers over 8 years ago
Actions