Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning

2020-09-21 Thread Laurent Pinchart
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 > > wrote: > > > > > > This bug was reported by Laurent Pinchart (CCed), > > > who would like it fixed sooner

Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning

2020-09-21 Thread Paul E. McKenney
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 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

Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning

2020-09-21 Thread pr-tracker-bot
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

Re: [GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning

2020-09-21 Thread Linus Torvalds
On Mon, Sep 21, 2020 at 12:37 PM Paul E. McKenney 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

[GIT RFC PULL rcu/urgent] Fix rcu-tasks compilation warning

2020-09-21 Thread Paul E. McKenney
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