2018-03-08 20:52:49

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Signed-off-by missing for commits in the rdma tree

Hi all,

Commits

63cf1a902c9d ("IB/srpt: Add RDMA/CM support")
86af61764151 ("IB/rxe: remove unnecessary skb_clone")
31f1bd14cbfe ("IB/rxe: remove unnecessary rxe in rxe_send")
befd8d98f230 ("IB/rxe: change the function rxe_init_device_param type")

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

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2018-03-08 21:03:57

by Doug Ledford

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commits in the rdma tree

On Fri, 2018-03-09 at 07:51 +1100, Stephen Rothwell wrote:
> Hi all,
>
> Commits
>
> 63cf1a902c9d ("IB/srpt: Add RDMA/CM support")
> 86af61764151 ("IB/rxe: remove unnecessary skb_clone")
> 31f1bd14cbfe ("IB/rxe: remove unnecessary rxe in rxe_send")
> befd8d98f230 ("IB/rxe: change the function rxe_init_device_param type")
>
> are missing a Signed-off-by from their committer.

I originally committed all of these and my SOB is there.

--
Doug Ledford <[email protected]>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD


Attachments:
signature.asc (849.00 B)
This is a digitally signed message part

2018-03-08 21:13:27

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commits in the rdma tree

Hi Doug,

On Thu, 08 Mar 2018 16:01:11 -0500 Doug Ledford <[email protected]> wrote:
>
> On Fri, 2018-03-09 at 07:51 +1100, Stephen Rothwell wrote:
> >
> > Commits
> >
> > 63cf1a902c9d ("IB/srpt: Add RDMA/CM support")
> > 86af61764151 ("IB/rxe: remove unnecessary skb_clone")
> > 31f1bd14cbfe ("IB/rxe: remove unnecessary rxe in rxe_send")
> > befd8d98f230 ("IB/rxe: change the function rxe_init_device_param type")
> >
> > are missing a Signed-off-by from their committer.
>
> I originally committed all of these and my SOB is there.

Yes, but Jason has (presumably) rebased them, so he is the committer now.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2018-03-08 21:41:08

by Jason Gunthorpe

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commits in the rdma tree

On Thu, Mar 08, 2018 at 04:01:11PM -0500, Doug Ledford wrote:
> On Fri, 2018-03-09 at 07:51 +1100, Stephen Rothwell wrote:
> > Hi all,
> >
> > Commits
> >
> > 63cf1a902c9d ("IB/srpt: Add RDMA/CM support")
> > 86af61764151 ("IB/rxe: remove unnecessary skb_clone")
> > 31f1bd14cbfe ("IB/rxe: remove unnecessary rxe in rxe_send")
> > befd8d98f230 ("IB/rxe: change the function rxe_init_device_param type")
> >
> > are missing a Signed-off-by from their committer.
>
> I originally committed all of these and my SOB is there.

This is my mistake, when I fixed the conflict in our tree the committer
was changed to me by accident.

There was no change to the diffs so I didn't add my SOB.

Jason