Linux-Next discussions
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commit in the cxl tree
@ 2025-07-17 22:29 Stephen Rothwell
  2025-07-17 22:34 ` Dave Jiang
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2025-07-17 22:29 UTC (permalink / raw)
  To: Dan Williams
  Cc: Dave Jiang, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

Commit

  105d55ade07f ("")

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

In fact it is missing any message and any patch! ;-)

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Signed-off-by missing for commit in the cxl tree
  2025-07-17 22:29 Stephen Rothwell
@ 2025-07-17 22:34 ` Dave Jiang
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Jiang @ 2025-07-17 22:34 UTC (permalink / raw)
  To: Stephen Rothwell, Dan Williams
  Cc: Linux Kernel Mailing List, Linux Next Mailing List



On 7/17/25 3:29 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Commit
> 
>   105d55ade07f ("")
> 
> is missing a Signed-off-by from its author and committer.
> 
> In fact it is missing any message and any patch! ;-)
> 
Hi Stephen, sorry about that. I started doing a debug for the doc error reported via stgit and then pulled Dan's fix via b4 w/o removing the debug commit. Should be fixed now. 


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

* linux-next: Signed-off-by missing for commit in the cxl tree
@ 2025-08-21 23:12 Stephen Rothwell
  2025-08-29 17:26 ` Rakuram Eswaran
  2025-09-10 23:35 ` Stephen Rothwell
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Rothwell @ 2025-08-21 23:12 UTC (permalink / raw)
  To: Dan Williams
  Cc: Rakuram Eswaran, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

Commit

  561c4e30bff9 ("Documentation/driver-api: Fix typo error in cxl")

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

There is a SoB line in the original mail, but it is after the '---'
separator.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Signed-off-by missing for commit in the cxl tree
  2025-08-21 23:12 linux-next: Signed-off-by missing for commit in the cxl tree Stephen Rothwell
@ 2025-08-29 17:26 ` Rakuram Eswaran
  2025-09-10 23:35 ` Stephen Rothwell
  1 sibling, 0 replies; 7+ messages in thread
From: Rakuram Eswaran @ 2025-08-29 17:26 UTC (permalink / raw)
  To: sfr; +Cc: dan.j.williams, linux-kernel, linux-next, rakuram.e96

Hello Stephen,

Thanks for pointing it out.
I mistakenly placed my Signed-off-by line after the --- separator, so it didn’t get included in the commit message. Sorry for the oversight.

I’m still quite new to contributing to the kernel and learning through this feedback, so I really appreciate your patience. Would it be okay if I send a v5 with the SoB fixed?

Thanks,
Rakuram

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

* Re: linux-next: Signed-off-by missing for commit in the cxl tree
  2025-08-21 23:12 linux-next: Signed-off-by missing for commit in the cxl tree Stephen Rothwell
  2025-08-29 17:26 ` Rakuram Eswaran
@ 2025-09-10 23:35 ` Stephen Rothwell
  2025-12-01 20:18   ` dan.j.williams
  1 sibling, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2025-09-10 23:35 UTC (permalink / raw)
  To: Dan Williams
  Cc: Rakuram Eswaran, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

On Fri, 22 Aug 2025 09:12:06 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Commit
> 
>   561c4e30bff9 ("Documentation/driver-api: Fix typo error in cxl")

This is now commit a414408126d1

> is missing a Signed-off-by from its author.
> 
> There is a SoB line in the original mail, but it is after the '---'
> separator.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Signed-off-by missing for commit in the cxl tree
  2025-09-10 23:35 ` Stephen Rothwell
@ 2025-12-01 20:18   ` dan.j.williams
  2025-12-01 20:57     ` Stephen Rothwell
  0 siblings, 1 reply; 7+ messages in thread
From: dan.j.williams @ 2025-12-01 20:18 UTC (permalink / raw)
  To: Stephen Rothwell, Dan Williams, dave.jiang
  Cc: Rakuram Eswaran, Linux Kernel Mailing List,
	Linux Next Mailing List

[ add Dave ]

Stephen Rothwell wrote:
> Hi all,
> 
> On Fri, 22 Aug 2025 09:12:06 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Commit
> > 
> >   561c4e30bff9 ("Documentation/driver-api: Fix typo error in cxl")
> 
> This is now commit a414408126d1

Ugh, sorry for missing this earlier.

Stephen, may I request that you add Dave (dave.jiang@intel.com) to the
notification list for linux-next reports for cxl.git?

Dave is running that tree thesde days and I had not realized until now
that he is not copied on these reports.

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

* Re: linux-next: Signed-off-by missing for commit in the cxl tree
  2025-12-01 20:18   ` dan.j.williams
@ 2025-12-01 20:57     ` Stephen Rothwell
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2025-12-01 20:57 UTC (permalink / raw)
  To: dan.j.williams
  Cc: dave.jiang, Rakuram Eswaran, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi Dan,

On Mon, 1 Dec 2025 12:18:55 -0800 <dan.j.williams@intel.com> wrote:
>
> Stephen, may I request that you add Dave (dave.jiang@intel.com) to the
> notification list for linux-next reports for cxl.git?
> 
> Dave is running that tree thesde days and I had not realized until now
> that he is not copied on these reports.

Done.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2025-12-01 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 23:12 linux-next: Signed-off-by missing for commit in the cxl tree Stephen Rothwell
2025-08-29 17:26 ` Rakuram Eswaran
2025-09-10 23:35 ` Stephen Rothwell
2025-12-01 20:18   ` dan.j.williams
2025-12-01 20:57     ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2025-07-17 22:29 Stephen Rothwell
2025-07-17 22:34 ` Dave Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox