We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the latest mails sent by kernel test bot (e.g. "Re: [PATCH v3 1/3] cxl: Move mailbox related bits to the same context"), it seems that many email headers that needs to be set are simply used as email body, in the above "cxl" example the header was
From: kernel test robot <[email protected]> To: [email protected] Cc: [email protected], Dan Carpenter <REDACTED> Subject: Re: [PATCH v3 1/3] cxl: Move mailbox related bits to the same context Date: Thu, 5 Sep 2024 10:57:03 +0800 [thread overview] Message-ID: <[email protected]> (raw)
with the following in email body
BCC: [email protected] CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Dave Jiang <REDACTED>
Thus the bot's reply was detached from the original thread and the patch author won't receive the email.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the latest mails sent by kernel test bot (e.g. "Re: [PATCH v3 1/3] cxl: Move mailbox related bits to the same context"), it seems that many email headers that needs to be set are simply used as email body, in the above "cxl" example the header was
with the following in email body
Thus the bot's reply was detached from the original thread and the patch author won't receive the email.
The text was updated successfully, but these errors were encountered: