On Tue, Apr 06, 2021 at 11:44:27PM +0200, Arnd Bergmann wrote: > On Tue, Apr 6, 2021 at 12:11 AM Stephen Rothwell wrote: > > > > Hi all, > > > > On Tue, 6 Apr 2021 08:11:00 +1000 Stephen Rothwell wrote: > > > > > > Hi all, > > > > > > Commit > > > > > > 3b493ac0ac04 ("arm64: dts: allwinner: h6: Switch to macros for RSB clock/reset indices") > > > > > > is missing a Signed-off-by from its committer. > > > > Sorry, that commit is in the arm-soc-fixes tree. > > Thanks for the report, I've temporarily removed the sunx-fixes branch merge > from the arm/fixes branch and will send the pull request without it. > > Maxime, can you fix it up and resend the pull request? > Feel free to add any other fixes that have come up since then. I just did. Is there a way to prevent this from happening when one rebase a branch that was partially committed by someone else? git rebase --signoff doesn't seem to detect if there's already a SoB, so it might produce duplicates which isn't great either. Maxime