All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commits in the rpmsg tree
@ 2021-09-27 22:40 Stephen Rothwell
  2021-09-27 23:45 ` Bjorn Andersson
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2021-09-27 22:40 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]

Hi all,

Commits

  5346c95245ad ("dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT example")
  e24acced0dd9 ("dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT example")
  6944d19dfd0d ("remoteproc: mediatek: Support mt8195 scp")
  3c14c79a4c32 ("dt-bindings: remoteproc: mediatek: Convert mtk,scp to json-schema")
  fc265554dbc8 ("dt-bindings: remoteproc: mediatek: Add binding for mt8192 scp")
  d75e3e9fa929 ("dt-bindings: remoteproc: mediatek: Add binding for mt8195 scp")
  4d2236dbeb09 ("remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesor")
  059efbbfa03a ("dt-bindings: remoteproc: Add the documentation for Meson AO ARC rproc")
  ee3eec23f843 ("remoteproc: imx_rproc: Change to ioremap_wc for dram")
  9da2a820edc7 ("remoteproc: imx_rproc: Fix rsc-table name")
  f64051b28d2d ("remoteproc: imx_rproc: Fix ignoring mapping vdev regions")
  cfaa53387e8b ("remoteproc: imx_rproc: Fix TCM io memory type")
  a46fb6875d39 ("remoteproc: Fix the wrong default value of is_iomem")
  c7e587505b2b ("remoteproc: elf_loader: Fix loading segment when is_iomem true")
  a57645ea04bf ("rpmsg: Change naming of mediatek rpmsg property")

are missing a Signed-off-by from their committer.

All presumablyrebased :-(

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Signed-off-by missing for commits in the rpmsg tree
  2021-09-27 22:40 linux-next: Signed-off-by missing for commits in the rpmsg tree Stephen Rothwell
@ 2021-09-27 23:45 ` Bjorn Andersson
  2021-09-28  0:43   ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2021-09-27 23:45 UTC (permalink / raw)
  To: Stephen Rothwell, Mathieu Poirier
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

On Mon 27 Sep 15:40 PDT 2021, Stephen Rothwell wrote:

> Hi all,
> 
> Commits
> 
>   5346c95245ad ("dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT example")
>   e24acced0dd9 ("dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT example")
>   6944d19dfd0d ("remoteproc: mediatek: Support mt8195 scp")
>   3c14c79a4c32 ("dt-bindings: remoteproc: mediatek: Convert mtk,scp to json-schema")
>   fc265554dbc8 ("dt-bindings: remoteproc: mediatek: Add binding for mt8192 scp")
>   d75e3e9fa929 ("dt-bindings: remoteproc: mediatek: Add binding for mt8195 scp")
>   4d2236dbeb09 ("remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesor")
>   059efbbfa03a ("dt-bindings: remoteproc: Add the documentation for Meson AO ARC rproc")
>   ee3eec23f843 ("remoteproc: imx_rproc: Change to ioremap_wc for dram")
>   9da2a820edc7 ("remoteproc: imx_rproc: Fix rsc-table name")
>   f64051b28d2d ("remoteproc: imx_rproc: Fix ignoring mapping vdev regions")
>   cfaa53387e8b ("remoteproc: imx_rproc: Fix TCM io memory type")
>   a46fb6875d39 ("remoteproc: Fix the wrong default value of is_iomem")
>   c7e587505b2b ("remoteproc: elf_loader: Fix loading segment when is_iomem true")
>   a57645ea04bf ("rpmsg: Change naming of mediatek rpmsg property")
> 
> are missing a Signed-off-by from their committer.
> 
> All presumablyrebased :-(
> 

That's exactly the case, I rebased Mathieu's patches to avoid having the
sha1s of the already published commits change, and wasn't aware that the
rebase would alter the committer field (but it does make sense in
hindsight).

I've now signed all the changes off and pushed the branches again,
hopefully no one will "notice"...to much...Going forward we'll avoid
rebasing things and shouldn't run into this problem again.


May I ask what tool you use to detect this? Given that checkpatch
doesn't care about the committer (afaict)...

Regards,
Bjorn

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

* Re: linux-next: Signed-off-by missing for commits in the rpmsg tree
  2021-09-27 23:45 ` Bjorn Andersson
@ 2021-09-28  0:43   ` Stephen Rothwell
  2021-09-28  3:03     ` Bjorn Andersson
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2021-09-28  0:43 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Mathieu Poirier, Linux Kernel Mailing List, Linux Next Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 459 bytes --]

Hi Bjorn,

On Mon, 27 Sep 2021 16:45:40 -0700 Bjorn Andersson <bjorn.andersson@linaro.org> wrote:
>
> On Mon 27 Sep 15:40 PDT 2021, Stephen Rothwell wrote:
> May I ask what tool you use to detect this? Given that checkpatch
> doesn't care about the committer (afaict)...

After I fetch each tree, I give the new commit range to the attached
script (check_commits) which calls the other script as well
(check_fixes).
-- 
Cheers,
Stephen Rothwell

[-- Attachment #1.2: check_commits --]
[-- Type: application/x-shellscript, Size: 1694 bytes --]

[-- Attachment #1.3: check_fixes --]
[-- Type: application/x-shellscript, Size: 4440 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Signed-off-by missing for commits in the rpmsg tree
  2021-09-28  0:43   ` Stephen Rothwell
@ 2021-09-28  3:03     ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2021-09-28  3:03 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Mathieu Poirier, Linux Kernel Mailing List, Linux Next Mailing List

On Mon 27 Sep 17:43 PDT 2021, Stephen Rothwell wrote:

> Hi Bjorn,
> 
> On Mon, 27 Sep 2021 16:45:40 -0700 Bjorn Andersson <bjorn.andersson@linaro.org> wrote:
> >
> > On Mon 27 Sep 15:40 PDT 2021, Stephen Rothwell wrote:
> > May I ask what tool you use to detect this? Given that checkpatch
> > doesn't care about the committer (afaict)...
> 
> After I fetch each tree, I give the new commit range to the attached
> script (check_commits) which calls the other script as well
> (check_fixes).

Thanks for sharing those Stephen, I'll try to incorporate them into my
checks.

Regards,
Bjorn

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

end of thread, other threads:[~2021-09-28  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 22:40 linux-next: Signed-off-by missing for commits in the rpmsg tree Stephen Rothwell
2021-09-27 23:45 ` Bjorn Andersson
2021-09-28  0:43   ` Stephen Rothwell
2021-09-28  3:03     ` Bjorn Andersson

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.