mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
@ 2020-09-21 19:37 Paul E. McKenney
  2020-09-21 19:46 ` Linus Torvalds
  2020-09-21 19:49 ` pr-tracker-bot
  0 siblings, 2 replies; 5+ messages in thread
From: Paul E. McKenney @ 2020-09-21 19:37 UTC (permalink / raw)
  To: mingo, tglx, torvalds; +Cc: linux-kernel, rcu, laurent.pinchart

Hello!

This pull request 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 (CCed),
who would like it fixed sooner rather than later.  So:

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/urgent

for you to fetch changes up to 78edc005f477a4987ee0a5d96bfe117295c231fd:

  rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() (2020-09-16 16:32:36 -0700)

----------------------------------------------------------------
Paul E. McKenney (1):
      rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()

 kernel/rcu/tasks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-21 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 19:37 [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning Paul E. McKenney
2020-09-21 19:46 ` Linus Torvalds
2020-09-21 20:35   ` Paul E. McKenney
2020-09-21 20:56     ` Laurent Pinchart
2020-09-21 19:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®