]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Sep 2020 19:42:31 +0000 (12:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Sep 2020 19:42:31 +0000 (12:42 -0700)
commit873fdb7702e27b8008ca9f2012a485d82347fd4d
tree22a68caea35b25309595167acc387c491d934d24
parent53b6533052166d81485fd28f7b0349eaee5aea67
parent92bf8d9d5e9e31b0d3323f507b9bb68ffae8bb3c
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/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()