summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-09-23 00:22:19 +0300
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-09-23 23:50:19 +0300
commit9aadde91b3c035413c806619beb3e3ef6e697953 (patch)
treeda59208731461d7774be998876e7db5c90968374 /sound
parent28585a832602747cbfa88ad8934013177a3aae38 (diff)
downloadlinux-9aadde91b3c035413c806619beb3e3ef6e697953.tar.xz
extable: Consolidate *kernel_text_address() functions
The functionality between kernel_text_address() and _kernel_text_address() is the same except that _kernel_text_address() does a little more (that function needs a rename, but that can be done another time). Instead of having duplicate code in both, simply have _kernel_text_address() calls kernel_text_address() instead. This is marked for stable because there's an RCU bug that can happen if one of these functions gets called while RCU is not watching. That fix depends on this fix to keep from having to write the fix twice. Cc: stable@vger.kernel.org Fixes: 0be964be0 ("module: Sanitize RCU usage and locking") Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions