From: Linus Torvalds Date: Mon, 21 Sep 2020 19:42:31 +0000 (-0700) Subject: Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... X-Git-Tag: v5.15~2874 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98477740630f270aecf648f1d6a9dbc6027d4ff1;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'rcu/urgent' of git://git./linux/kernel/git/paulmck/linux-rcu Pull RCU fix from Paul McKenney: "This contains a single commit that fixes a bug that was introduced in the last merge window. This bug causes a compiler warning complaining about show_rcu_tasks_classic_gp_kthread() being an unused static function in !SMP kernels. The fix is straightforward, just adding an 'inline' to make this a static inline function, thus avoiding the warning. This bug was reported by Laurent Pinchart, who would like it fixed sooner rather than later" * 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() --- 98477740630f270aecf648f1d6a9dbc6027d4ff1