diff options
author | Jiri Kosina <[email protected]> | 2011-10-26 13:10:39 +1030 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2011-10-26 13:10:39 +1030 |
commit | 37252db6aa576c34fd794a5a54fb32d7a8b3a07a (patch) | |
tree | 2c4c83ec064a1352d8888e2e3641a9f2b1b72c03 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | c3b92c8787367a8bb53d57d9789b558f1295cc96 (diff) |
kmod: prevent kmod_loop_msg overflow in __request_module()
Due to post-increment in condition of kmod_loop_msg in __request_module(),
the system log can be spammed by much more than 5 instances of the 'runaway
loop' message if the number of events triggering it makes the kmod_loop_msg
to overflow.
Fix that by making sure we never increment it past the threshold.
Signed-off-by: Jiri Kosina <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
CC: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions