All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commit in the rdma-fixes tree
@ 2018-03-08  5:40 Stephen Rothwell
  2018-03-08  6:09 ` Leon Romanovsky
  2018-03-08 16:18 ` Jason Gunthorpe
  0 siblings, 2 replies; 15+ messages in thread
From: Stephen Rothwell @ 2018-03-08  5:40 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Leon Romanovsky

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

Hi all,

Commit

  aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")

is missing a Signed-off-by from its author.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08  5:40 linux-next: Signed-off-by missing for commit in the rdma-fixes tree Stephen Rothwell
@ 2018-03-08  6:09 ` Leon Romanovsky
  2018-03-08 13:28   ` Doug Ledford
  2018-03-08 16:18 ` Jason Gunthorpe
  1 sibling, 1 reply; 15+ messages in thread
From: Leon Romanovsky @ 2018-03-08  6:09 UTC (permalink / raw)
  To: Stephen Rothwell, Doug Ledford
  Cc: Jason Gunthorpe, Linux-Next Mailing List, Linux Kernel Mailing List

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

On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Commit
>
>   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
>
> is missing a Signed-off-by from its author.

Doug, something went wrong with your scripts

In patchworks it is with SOB and lengthy commit message:
https://patchwork.kernel.org/patch/10264089/

In the tree, it is cut:
https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb

Thanks

>
> --
> Cheers,
> Stephen Rothwell



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08  6:09 ` Leon Romanovsky
@ 2018-03-08 13:28   ` Doug Ledford
  2018-03-08 13:38     ` Leon Romanovsky
  2018-03-08 15:10     ` Jason Gunthorpe
  0 siblings, 2 replies; 15+ messages in thread
From: Doug Ledford @ 2018-03-08 13:28 UTC (permalink / raw)
  To: Leon Romanovsky, Stephen Rothwell
  Cc: Jason Gunthorpe, Linux-Next Mailing List, Linux Kernel Mailing List

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

On Thu, 2018-03-08 at 08:09 +0200, Leon Romanovsky wrote:
> On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Commit
> > 
> >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > 
> > is missing a Signed-off-by from its author.
> 
> Doug, something went wrong with your scripts
> 
> In patchworks it is with SOB and lengthy commit message:
> https://patchwork.kernel.org/patch/10264089/
> 
> In the tree, it is cut:
> https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb

I use git am -s <mboxfile> to bring the patch in, so this usually
indicates that there was something wrong with the email and it caused
patchworks to improperly parse it.  Sure enough, when I look in
patchworks (https://patchwork.kernel.org/patch/10264089/, the exact link
you listed above so I'm surprised you didn't catch this), patchworks
parsed that separator line you put in the commit message:
====================================================================
as the end of message and start of patch.  So, in patchworks, that line
and everything after it is considered part of the patch and not part of
the message.  So, when I download the mbox file, patchworks placed this:

---
2.6.12

at the end of the truncated commit message, so git am would also ignore
everything after your separator line.

Anyway, I've hand edited the mbox file and I pushed a rebased version of
my wip branch.  However, during the night Jason must have moved my
wip/for-rc branch to the official for-rc because it's there now, so the
only way to fix this (that I know of) in our official for-rc branch is a
rebase :-(

FWIW, be careful using those big separator lines like that.  They can
and, as you see here, do trip up the automated tools sometimes :-(. 
Would be better to just not put a guard around the copied in stuff.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 13:28   ` Doug Ledford
@ 2018-03-08 13:38     ` Leon Romanovsky
  2018-03-08 15:10     ` Jason Gunthorpe
  1 sibling, 0 replies; 15+ messages in thread
From: Leon Romanovsky @ 2018-03-08 13:38 UTC (permalink / raw)
  To: Doug Ledford
  Cc: Stephen Rothwell, Jason Gunthorpe, Linux-Next Mailing List,
	Linux Kernel Mailing List

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

On Thu, Mar 08, 2018 at 08:28:45AM -0500, Doug Ledford wrote:
> On Thu, 2018-03-08 at 08:09 +0200, Leon Romanovsky wrote:
> > On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > Commit
> > >
> > >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > >
> > > is missing a Signed-off-by from its author.
> >
> > Doug, something went wrong with your scripts
> >
> > In patchworks it is with SOB and lengthy commit message:
> > https://patchwork.kernel.org/patch/10264089/
> >
> > In the tree, it is cut:
> > https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb
>
> I use git am -s <mboxfile> to bring the patch in, so this usually
> indicates that there was something wrong with the email and it caused
> patchworks to improperly parse it.  Sure enough, when I look in
> patchworks (https://patchwork.kernel.org/patch/10264089/, the exact link
> you listed above so I'm surprised you didn't catch this), patchworks
> parsed that separator line you put in the commit message:
> ====================================================================
> as the end of message and start of patch.  So, in patchworks, that line
> and everything after it is considered part of the patch and not part of
> the message.  So, when I download the mbox file, patchworks placed this:
>
> ---
> 2.6.12
>
> at the end of the truncated commit message, so git am would also ignore
> everything after your separator line.
>
> Anyway, I've hand edited the mbox file and I pushed a rebased version of
> my wip branch.  However, during the night Jason must have moved my
> wip/for-rc branch to the official for-rc because it's there now, so the
> only way to fix this (that I know of) in our official for-rc branch is a
> rebase :-(

It is harmless and not worth of rebase at all. Leave it as is. Thanks Doug.

>
> FWIW, be careful using those big separator lines like that.  They can
> and, as you see here, do trip up the automated tools sometimes :-(.
> Would be better to just not put a guard around the copied in stuff.

I'll do and will clean it from my next patches.

Thanks again.

>
> --
> Doug Ledford <dledford@redhat.com>
>     GPG KeyID: B826A3330E572FDD
>     Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 13:28   ` Doug Ledford
  2018-03-08 13:38     ` Leon Romanovsky
@ 2018-03-08 15:10     ` Jason Gunthorpe
  1 sibling, 0 replies; 15+ messages in thread
From: Jason Gunthorpe @ 2018-03-08 15:10 UTC (permalink / raw)
  To: Doug Ledford
  Cc: Leon Romanovsky, Stephen Rothwell, Linux-Next Mailing List,
	Linux Kernel Mailing List

On Thu, Mar 08, 2018 at 08:28:45AM -0500, Doug Ledford wrote:

> Anyway, I've hand edited the mbox file and I pushed a rebased version of
> my wip branch.  However, during the night Jason must have moved my
> wip/for-rc branch to the official for-rc because it's there now, so the
> only way to fix this (that I know of) in our official for-rc branch is a
> rebase :-(

Yes, to get it into for-next so we could send to linus soon

Jason

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08  5:40 linux-next: Signed-off-by missing for commit in the rdma-fixes tree Stephen Rothwell
  2018-03-08  6:09 ` Leon Romanovsky
@ 2018-03-08 16:18 ` Jason Gunthorpe
  2018-03-08 16:39   ` Joe Perches
  1 sibling, 1 reply; 15+ messages in thread
From: Jason Gunthorpe @ 2018-03-08 16:18 UTC (permalink / raw)
  To: Stephen Rothwell, Andy Whitcroft, Joe Perches
  Cc: Doug Ledford, Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Commit
> 
>   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> 
> is missing a Signed-off-by from its author.

Thanks Stephen,

May I suggest to the checkpatch maintainers that checkpack should look
for this too?

Thanks,
Jason

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 16:18 ` Jason Gunthorpe
@ 2018-03-08 16:39   ` Joe Perches
  2018-03-08 17:03     ` Jason Gunthorpe
  0 siblings, 1 reply; 15+ messages in thread
From: Joe Perches @ 2018-03-08 16:39 UTC (permalink / raw)
  To: Jason Gunthorpe, Stephen Rothwell, Andy Whitcroft
  Cc: Doug Ledford, Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, 2018-03-08 at 09:18 -0700, Jason Gunthorpe wrote:
> On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Commit
> > 
> >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > 
> > is missing a Signed-off-by from its author.
> 
> Thanks Stephen,
> 
> May I suggest to the checkpatch maintainers that checkpack should look
> for this too?

No such commit in current -hext
$ git status HEAD
HEAD detached at next-20180308

checkpatch doesn't try to match email sender to sign-off
as the email sender doesn't have to sign-off on a patch.

It currently does:

	if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
		ERROR("MISSING_SIGN_OFF",
		      "Missing Signed-off-by: line(s)\n");
	}

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 16:39   ` Joe Perches
@ 2018-03-08 17:03     ` Jason Gunthorpe
  2018-03-08 17:23       ` Joe Perches
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Gunthorpe @ 2018-03-08 17:03 UTC (permalink / raw)
  To: Joe Perches
  Cc: Stephen Rothwell, Andy Whitcroft, Doug Ledford,
	Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, Mar 08, 2018 at 08:39:38AM -0800, Joe Perches wrote:
> On Thu, 2018-03-08 at 09:18 -0700, Jason Gunthorpe wrote:
> > On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > > Hi all,
> > > 
> > > Commit
> > > 
> > >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > > 
> > > is missing a Signed-off-by from its author.
> > 
> > Thanks Stephen,
> > 
> > May I suggest to the checkpatch maintainers that checkpack should look
> > for this too?
> 
> No such commit in current -hext
> $ git status HEAD
> HEAD detached at next-20180308

https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb

> checkpatch doesn't try to match email sender to sign-off
> as the email sender doesn't have to sign-off on a patch.
> 
> It currently does:
> 
> 	if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
> 		ERROR("MISSING_SIGN_OFF",
> 		      "Missing Signed-off-by: line(s)\n");
> 	}

If I were to suggest an exact check it would be that the commit git
author and commit git commiter both have signed-off-by lines, as I
can't think of any cases where it would be appropriate for them to be
missing?

Jason

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 17:03     ` Jason Gunthorpe
@ 2018-03-08 17:23       ` Joe Perches
  2018-03-08 17:44         ` Jason Gunthorpe
  0 siblings, 1 reply; 15+ messages in thread
From: Joe Perches @ 2018-03-08 17:23 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Stephen Rothwell, Andy Whitcroft, Doug Ledford,
	Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, 2018-03-08 at 10:03 -0700, Jason Gunthorpe wrote:
> On Thu, Mar 08, 2018 at 08:39:38AM -0800, Joe Perches wrote:
> > On Thu, 2018-03-08 at 09:18 -0700, Jason Gunthorpe wrote:
> > > On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > > > Hi all,
> > > > 
> > > > Commit
> > > > 
> > > >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > > > 
> > > > is missing a Signed-off-by from its author.
> > > 
> > > Thanks Stephen,
> > > 
> > > May I suggest to the checkpatch maintainers that checkpack should look
> > > for this too?
> > 
> > No such commit in current -hext
> > $ git status HEAD
> > HEAD detached at next-20180308
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb
> 
> > checkpatch doesn't try to match email sender to sign-off
> > as the email sender doesn't have to sign-off on a patch.
> > 
> > It currently does:
> > 
> > 	if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
> > 		ERROR("MISSING_SIGN_OFF",
> > 		      "Missing Signed-off-by: line(s)\n");
> > 	}
> 
> If I were to suggest an exact check it would be that the commit git
> author and commit git commiter both have signed-off-by lines,

The git commit committer can't be known by checkpatch.

It just looks at patches.

The original author of any patch can't be known either.

There is a mechanism to add a "From:" line that is
supposed to represent the sender of the patch, but that
person may not be the original author.

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 17:23       ` Joe Perches
@ 2018-03-08 17:44         ` Jason Gunthorpe
  2018-03-08 17:52           ` Joe Perches
  0 siblings, 1 reply; 15+ messages in thread
From: Jason Gunthorpe @ 2018-03-08 17:44 UTC (permalink / raw)
  To: Joe Perches
  Cc: Stephen Rothwell, Andy Whitcroft, Doug Ledford,
	Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, Mar 08, 2018 at 09:23:12AM -0800, Joe Perches wrote:
> On Thu, 2018-03-08 at 10:03 -0700, Jason Gunthorpe wrote:
> > On Thu, Mar 08, 2018 at 08:39:38AM -0800, Joe Perches wrote:
> > > On Thu, 2018-03-08 at 09:18 -0700, Jason Gunthorpe wrote:
> > > > On Thu, Mar 08, 2018 at 04:40:58PM +1100, Stephen Rothwell wrote:
> > > > > Hi all,
> > > > > 
> > > > > Commit
> > > > > 
> > > > >   aa0de36a40f4 ("RDMA/mlx5: Fix integer overflow while resizing CQ")
> > > > > 
> > > > > is missing a Signed-off-by from its author.
> > > > 
> > > > Thanks Stephen,
> > > > 
> > > > May I suggest to the checkpatch maintainers that checkpack should look
> > > > for this too?
> > > 
> > > No such commit in current -hext
> > > $ git status HEAD
> > > HEAD detached at next-20180308
> > 
> > https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?h=for-rc&id=aa0de36a40f446f5a21a7c1e677b98206e242edb
> > 
> > > checkpatch doesn't try to match email sender to sign-off
> > > as the email sender doesn't have to sign-off on a patch.
> > > 
> > > It currently does:
> > > 
> > > 	if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {
> > > 		ERROR("MISSING_SIGN_OFF",
> > > 		      "Missing Signed-off-by: line(s)\n");
> > > 	}
> > 
> > If I were to suggest an exact check it would be that the commit git
> > author and commit git commiter both have signed-off-by lines,
> 
> The git commit committer can't be known by checkpatch.
> 
> It just looks at patches.

Well, it would have to extract the git From line and look up the
commit ID in the local git to find that information. Obviously not a
work flow for everyone..

> The original author of any patch can't be known either.
> 
> There is a mechanism to add a "From:" line that is
> supposed to represent the sender of the patch, but that
> person may not be the original author.

Well, I would be happy if checkpatch computed the author the same way
git-am did and used that to check the signed-off-by ..

If I recall, git am looks for a 'From ' header at the top of the body
to override the email header?

I only ask becuase I keep seeing these reports from Stephen and
usuaully by the time it gets to him it requires a disruptive rebase to
fix..

Jason

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2018-03-08 17:44         ` Jason Gunthorpe
@ 2018-03-08 17:52           ` Joe Perches
  0 siblings, 0 replies; 15+ messages in thread
From: Joe Perches @ 2018-03-08 17:52 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Stephen Rothwell, Andy Whitcroft, Doug Ledford,
	Linux-Next Mailing List, Linux Kernel Mailing List,
	Leon Romanovsky

On Thu, 2018-03-08 at 10:44 -0700, Jason Gunthorpe wrote:
> I only ask becuase I keep seeing these reports from Stephen and
> usuaully by the time it gets to him it requires a disruptive rebase to
> fix..

If it's a part of a series, it will always require a rebase.

Generally, I think it's a small and relatively unlikely
problem for checkpatch to bother with as there's already
a reporting mechanism in-place.

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2023-01-17 21:04 Stephen Rothwell
@ 2023-01-18 15:17 ` Jason Gunthorpe
  0 siblings, 0 replies; 15+ messages in thread
From: Jason Gunthorpe @ 2023-01-18 15:17 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Doug Ledford, Linux Kernel Mailing List, Linux Next Mailing List

On Wed, Jan 18, 2023 at 08:04:24AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Commit
> 
>   41f4a67e6d24 ("lib/scatterlist: Fix to calculate the last_pg properly")
> 
> is missing a Signed-off-by from its committer.

Oops, I tried using b4 for this patch and it got missed, I fixed it

Thanks,
Jason


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

* linux-next: Signed-off-by missing for commit in the rdma-fixes tree
@ 2023-01-17 21:04 Stephen Rothwell
  2023-01-18 15:17 ` Jason Gunthorpe
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2023-01-17 21:04 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

Commit

  41f4a67e6d24 ("lib/scatterlist: Fix to calculate the last_pg properly")

is missing a Signed-off-by from its committer.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Signed-off-by missing for commit in the rdma-fixes tree
  2022-10-27 19:23 Stephen Rothwell
@ 2022-10-28 15:54 ` Jason Gunthorpe
  0 siblings, 0 replies; 15+ messages in thread
From: Jason Gunthorpe @ 2022-10-28 15:54 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Doug Ledford, Leon Romanovsky, Linux Kernel Mailing List,
	Linux Next Mailing List

On Fri, Oct 28, 2022 at 06:23:39AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Commit
> 
>   b45b6ae88fe9 ("RDMA/rxe: Fix mr leak in RESPST_ERR_RNR")
> 
> is missing a Signed-off-by from its committer.

I fixed it up, thanks

Jason




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

* linux-next: Signed-off-by missing for commit in the rdma-fixes tree
@ 2022-10-27 19:23 Stephen Rothwell
  2022-10-28 15:54 ` Jason Gunthorpe
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2022-10-27 19:23 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Leon Romanovsky, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

Commit

  b45b6ae88fe9 ("RDMA/rxe: Fix mr leak in RESPST_ERR_RNR")

is missing a Signed-off-by from its committer.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2023-01-18 15:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08  5:40 linux-next: Signed-off-by missing for commit in the rdma-fixes tree Stephen Rothwell
2018-03-08  6:09 ` Leon Romanovsky
2018-03-08 13:28   ` Doug Ledford
2018-03-08 13:38     ` Leon Romanovsky
2018-03-08 15:10     ` Jason Gunthorpe
2018-03-08 16:18 ` Jason Gunthorpe
2018-03-08 16:39   ` Joe Perches
2018-03-08 17:03     ` Jason Gunthorpe
2018-03-08 17:23       ` Joe Perches
2018-03-08 17:44         ` Jason Gunthorpe
2018-03-08 17:52           ` Joe Perches
2022-10-27 19:23 Stephen Rothwell
2022-10-28 15:54 ` Jason Gunthorpe
2023-01-17 21:04 Stephen Rothwell
2023-01-18 15:17 ` Jason Gunthorpe

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.