Re: linux-next: Signed-off-by missing for commits in the rcu tree

From: Paul E. McKenney
Date: Tue Jan 12 2021 - 19:49:00 EST


On Wed, Jan 13, 2021 at 09:03:56AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Commits
>
> 32678deac9cd ("timer: Report ignored local enqueue in nohz mode")
> 8beeef08bd76 ("entry: Report local wake up on resched blind zone while resuming to user")
> 7b3f45a1ad1f ("sched: Report local wake up on resched blind zone within idle loop")
> 4d19f38bb06c ("entry: Explicitly flush pending rcuog wakeup before last rescheduling points")
> a5b60c670b22 ("rcu/nocb: Trigger self-IPI on late deferred wake up before user resume")
> 679a2750284c ("rcu/nocb: Perform deferred wake up before last idle's need_resched() check")
> 785ff6abc514 ("rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers")
> d32f638a57e4 ("rcu: Remove superfluous rdp fetch")
> 97e90370b8f3 ("rcu/nocb: Detect unsafe checks for offloaded rdp")
>
> are missing a Signed-off-by from their committer.

Thank you, fixed, and apologies for the hassle.

(This is what happens when "git am" doesn't like a patch series,
so I enlist git's help by pulling it from the author's tree to its
natural location, rebasing it, but then forgetting to manually add my
Signed-off-by...)

Thanx, Paul