summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVladimir Murzin <vladimir.murzin@arm.com>2015-06-19 14:28:03 (GMT)
committerCatalin Marinas <catalin.marinas@arm.com>2015-06-19 15:26:15 (GMT)
commit86dca36e6ba019650a94cadf922ea3d06dec0182 (patch)
tree1880f9334e60f0255403b9482cf2fac1d0355479 /Documentation
parent9e793ab84ed482047f7226595313f0f3a0aa6854 (diff)
downloadlinux-86dca36e6ba019650a94cadf922ea3d06dec0182.tar.xz
arm64: use private ratelimit state along with show_unhandled_signals
printk_ratelimit() shares the ratelimiting state with other callers what may lead to scenarios where at the time we want to print out debug information we already limited, so nothing appears in the dmesg - this makes exception-trace quite poor helper in debugging. Additionally, we have imbalance with some messages limited with global ratelimit state and other messages limited with their private state defined via pr_*_ratelimited(). To address this inconsistency show_unhandled_signals_ratelimited() macro is introduced and caller sites are converted to use it. Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions