* [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver @ 2023-08-28 13:39 Oliver Crumrine 2023-08-28 14:17 ` Nam Cao 0 siblings, 1 reply; 5+ messages in thread From: Oliver Crumrine @ 2023-08-28 13:39 UTC (permalink / raw) To: gregkh, colin.i.king, sumitraartsy, u.kleine-koenig, geert Cc: Oliver Crumrine, linux-kernel, linux-staging Make the octeon ethernet driver better conform to the linux kernel coding standards Oliver Crumrine (6): staging: octeon: clean up the octeon ethernet driver staging: octeon: clean up the octeon ethernet driver staging: octeon: clean up the octeon ethernet driver staging: octeon: clean up the octeon ethernet driver staging: octeon: clean up the octeon ethernet driver staging: octeon: clean up the octeon ethernet driver drivers/staging/octeon/ethernet.c | 6 ++-- drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) -- 2.39.3 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver 2023-08-28 13:39 [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver Oliver Crumrine @ 2023-08-28 14:17 ` Nam Cao 2023-08-28 14:44 ` ozlinux 0 siblings, 1 reply; 5+ messages in thread From: Nam Cao @ 2023-08-28 14:17 UTC (permalink / raw) To: Oliver Crumrine Cc: gregkh, colin.i.king, sumitraartsy, u.kleine-koenig, geert, linux-kernel, linux-staging On Mon, Aug 28, 2023 at 09:39:13AM -0400, Oliver Crumrine wrote: > Make the octeon ethernet driver better conform to the linux kernel coding standards > > Oliver Crumrine (6): > staging: octeon: clean up the octeon ethernet driver > staging: octeon: clean up the octeon ethernet driver > staging: octeon: clean up the octeon ethernet driver > staging: octeon: clean up the octeon ethernet driver > staging: octeon: clean up the octeon ethernet driver > staging: octeon: clean up the octeon ethernet driver > > drivers/staging/octeon/ethernet.c | 6 ++-- > drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- > 2 files changed, 28 insertions(+), 28 deletions(-) > > -- > 2.39.3 > The patches themselves should also be sent with this cover letter. Instead they are sent in a different thread :( Best regards, Nam ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver 2023-08-28 14:17 ` Nam Cao @ 2023-08-28 14:44 ` ozlinux 2023-08-28 14:57 ` Nam Cao 2023-08-29 13:58 ` Nam Cao 0 siblings, 2 replies; 5+ messages in thread From: ozlinux @ 2023-08-28 14:44 UTC (permalink / raw) To: Nam Cao Cc: gregkh, colin.i.king, sumitraartsy, u.kleine-koenig, geert, linux-kernel, linux-staging On Mon, Aug 28, 2023 at 04:17:16PM +0200, Nam Cao wrote: > On Mon, Aug 28, 2023 at 09:39:13AM -0400, Oliver Crumrine wrote: > > Make the octeon ethernet driver better conform to the linux kernel coding standards > > > > Oliver Crumrine (6): > > staging: octeon: clean up the octeon ethernet driver > > staging: octeon: clean up the octeon ethernet driver > > staging: octeon: clean up the octeon ethernet driver > > staging: octeon: clean up the octeon ethernet driver > > staging: octeon: clean up the octeon ethernet driver > > staging: octeon: clean up the octeon ethernet driver > > > > drivers/staging/octeon/ethernet.c | 6 ++-- > > drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- > > 2 files changed, 28 insertions(+), 28 deletions(-) > > > > -- > > 2.39.3 > > > > The patches themselves should also be sent with this cover letter. Instead they > are sent in a different thread :( > > Best regards, > Nam Looking at the what I sent, all the patches should be in reply to <cover.1693229582.git.ozlinux@hotmail.com>, both according to the patch that was created by git format-patch, and Outlook. If in-reply-to and the thread are 2 different things, please let me know, and instruct me on how I should put the patches in the same thread. As per your second email, I will be more specific in my description for each patch. As per your third email, I will make sure to invert the changelog. Thanks for all the feedback, Oliver ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver 2023-08-28 14:44 ` ozlinux @ 2023-08-28 14:57 ` Nam Cao 2023-08-29 13:58 ` Nam Cao 1 sibling, 0 replies; 5+ messages in thread From: Nam Cao @ 2023-08-28 14:57 UTC (permalink / raw) To: ozlinux Cc: gregkh, colin.i.king, sumitraartsy, u.kleine-koenig, geert, linux-kernel, linux-staging On Mon, Aug 28, 2023 at 10:44:42AM -0400, ozlinux@hotmail.com wrote: > On Mon, Aug 28, 2023 at 04:17:16PM +0200, Nam Cao wrote: > > On Mon, Aug 28, 2023 at 09:39:13AM -0400, Oliver Crumrine wrote: > > > Make the octeon ethernet driver better conform to the linux kernel coding standards > > > > > > Oliver Crumrine (6): > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > > > > drivers/staging/octeon/ethernet.c | 6 ++-- > > > drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- > > > 2 files changed, 28 insertions(+), 28 deletions(-) > > > > > > -- > > > 2.39.3 > > > > > > > The patches themselves should also be sent with this cover letter. Instead they > > are sent in a different thread :( > > > > Best regards, > > Nam > > Looking at the what I sent, all the patches should be in reply to > <cover.1693229582.git.ozlinux@hotmail.com>, both according to the patch > that was created by git format-patch, and Outlook. If in-reply-to and > the thread are 2 different things, please let me know, and instruct me on > how I should put the patches in the same thread. You seem to do it correctly, so sorry but I also do not know what went wrong. Maybe someone who knows more about email can help here. Best regards, Nam ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver 2023-08-28 14:44 ` ozlinux 2023-08-28 14:57 ` Nam Cao @ 2023-08-29 13:58 ` Nam Cao 1 sibling, 0 replies; 5+ messages in thread From: Nam Cao @ 2023-08-29 13:58 UTC (permalink / raw) To: ozlinux Cc: gregkh, colin.i.king, sumitraartsy, u.kleine-koenig, geert, linux-kernel, linux-staging On Mon, Aug 28, 2023 at 10:44:42AM -0400, ozlinux@hotmail.com wrote: > On Mon, Aug 28, 2023 at 04:17:16PM +0200, Nam Cao wrote: > > On Mon, Aug 28, 2023 at 09:39:13AM -0400, Oliver Crumrine wrote: > > > Make the octeon ethernet driver better conform to the linux kernel coding standards > > > > > > Oliver Crumrine (6): > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > staging: octeon: clean up the octeon ethernet driver > > > > > > drivers/staging/octeon/ethernet.c | 6 ++-- > > > drivers/staging/octeon/octeon-stubs.h | 50 +++++++++++++-------------- > > > 2 files changed, 28 insertions(+), 28 deletions(-) > > > > > > -- > > > 2.39.3 > > > > > > > The patches themselves should also be sent with this cover letter. Instead they > > are sent in a different thread :( > > > > Best regards, > > Nam > > Looking at the what I sent, all the patches should be in reply to > <cover.1693229582.git.ozlinux@hotmail.com>, both according to the patch > that was created by git format-patch, and Outlook. If in-reply-to and > the thread are 2 different things, please let me know, and instruct me on > how I should put the patches in the same thread. (keep in mind I know little of emails, I am just guessing here) It seems that your email client or email provider changed your message ID. See: https://lore.kernel.org/linux-staging/PH7PR11MB7643280D48E45D2B660F5B6CBCE0A@PH7PR11MB7643.namprd11.prod.outlook.com/raw that "Message-ID" is not what git-format patch generates. Your original email ID is instead in "X-Microsoft-Original-Message-ID". So your patches have "In-Reply-To" that refers to an ID that has been removed, so the email thread is broken. So perhaps try to change your email settings to stop this from happening, or change your email client / email provider. If you figure out what is the problem, consider sending a patch to Documentation/process/email-clients.rst documenting this. Best regards, Nam ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-29 13:58 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-28 13:39 [PATCH v4 0/6] staging: octeon: clean up the octeon ethernet driver Oliver Crumrine 2023-08-28 14:17 ` Nam Cao 2023-08-28 14:44 ` ozlinux 2023-08-28 14:57 ` Nam Cao 2023-08-29 13:58 ` Nam Cao
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox