aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2017-12-07 09:40:38 -0800
committerMartin K. Petersen <[email protected]>2017-12-07 19:51:49 -0500
commit156baec39732f025dc778e00da95fc10d6e45885 (patch)
tree40a3d2d868b6a22f3080cd7b2d384430f4dc96b2 /tools/perf/scripts/python/bin
parentfa576b43f66ef67d1db5730b5745c468b1f9ed2b (diff)
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Use of init_rcu_head() and destroy_rcu_head() from modules results in the following build-time error with CONFIG_DEBUG_OBJECTS_RCU_HEAD=y: ERROR: "init_rcu_head" [drivers/scsi/scsi_mod.ko] undefined! ERROR: "destroy_rcu_head" [drivers/scsi/scsi_mod.ko] undefined! This commit therefore adds EXPORT_SYMBOL_GPL() for each to allow them to be used by GPL-licensed kernel modules. Reported-by: Bart Van Assche <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions