All the mail mirrored from lore.kernel.org
 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

* Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
  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 19:49 ` pr-tracker-bot
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2020-09-21 19:46 UTC (permalink / raw
  To: Paul E. McKenney
  Cc: Ingo Molnar, Thomas Gleixner, Linux Kernel Mailing List, rcu,
	Laurent Pinchart

On Mon, Sep 21, 2020 at 12:37 PM Paul E. McKenney <paulmck@kernel.org> wrote:
>
> This bug was reported by Laurent Pinchart (CCed),
> who would like it fixed sooner rather than later.

I'm assuming that sentence and me being cc'd means that you'd prefer
to get this merged directly rather than go through the usual -tip
shenanigans.

I've pulled it.

             Linus

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

* Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
  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 19:49 ` pr-tracker-bot
  1 sibling, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2020-09-21 19:49 UTC (permalink / raw
  To: Paul E. McKenney
  Cc: mingo, tglx, torvalds, linux-kernel, rcu, laurent.pinchart

The pull request you sent on Mon, 21 Sep 2020 12:37:03 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/98477740630f270aecf648f1d6a9dbc6027d4ff1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
  2020-09-21 19:46 ` Linus Torvalds
@ 2020-09-21 20:35   ` Paul E. McKenney
  2020-09-21 20:56     ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2020-09-21 20:35 UTC (permalink / raw
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Linux Kernel Mailing List, rcu,
	Laurent Pinchart

On Mon, Sep 21, 2020 at 12:46:22PM -0700, Linus Torvalds wrote:
> On Mon, Sep 21, 2020 at 12:37 PM Paul E. McKenney <paulmck@kernel.org> wrote:
> >
> > This bug was reported by Laurent Pinchart (CCed),
> > who would like it fixed sooner rather than later.
> 
> I'm assuming that sentence and me being cc'd means that you'd prefer
> to get this merged directly rather than go through the usual -tip
> shenanigans.

I was good either way, but I have reason to believe that Laurent deeply
appreciates the direct merge.  ;-)

> I've pulled it.

Thank you!

							Thanx, Paul

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

* Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning
  2020-09-21 20:35   ` Paul E. McKenney
@ 2020-09-21 20:56     ` Laurent Pinchart
  0 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2020-09-21 20:56 UTC (permalink / raw
  To: Paul E. McKenney
  Cc: Linus Torvalds, Ingo Molnar, Thomas Gleixner,
	Linux Kernel Mailing List, rcu

On Mon, Sep 21, 2020 at 01:35:34PM -0700, Paul E. McKenney wrote:
> On Mon, Sep 21, 2020 at 12:46:22PM -0700, Linus Torvalds wrote:
> > On Mon, Sep 21, 2020 at 12:37 PM Paul E. McKenney <paulmck@kernel.org> wrote:
> > >
> > > This bug was reported by Laurent Pinchart (CCed),
> > > who would like it fixed sooner rather than later.
> > 
> > I'm assuming that sentence and me being cc'd means that you'd prefer
> > to get this merged directly rather than go through the usual -tip
> > shenanigans.
> 
> I was good either way, but I have reason to believe that Laurent deeply
> appreciates the direct merge.  ;-)

It fixed a compilation breakage introduced in v5.9 for one of my boards,
so yes :-) Thank you.

> > I've pulled it.
> 
> Thank you!

-- 
Regards,

Laurent Pinchart

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.