commit | bdc9f373551dd3f1e6fae1618f2394ee9bc7db2e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Jul 27 12:17:35 2016 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 04 10:16:54 2016 +0930 |
tree | 544ec1154b88d6e39134f4d2bf7b3110639ba8ee | |
parent | 0ef7653797addea8ba1bf97f8208a54a62498d94 [diff] |
jump_label: disable preemption around __module_text_address(). Steven reported a warning caused by not holding module_mutex or rcu_read_lock_sched: his backtrace was corrupted but a quick audit found this possible cause. It's wrong anyway... Reported-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>