rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: alexmantel93@mailbox.org
Cc: ojeda@kernel.org, alex.gaynor@gmail.com, wedsonaf@gmail.com,
	 boqun.feng@gmail.com, gary@garyguo.net,
	bjorn3_gh@protonmail.com,  benno.lossin@proton.me,
	a.hindborg@samsung.com, aliceryhl@google.com,
	 rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: My first patch: Implement InPlaceInit for Arc
Date: Wed, 17 Jul 2024 10:52:02 +0200	[thread overview]
Message-ID: <CANiq72mwTq4m-u0QO2tdF5Z8++xnepgtG_dALwq7ar5JOkwuVg@mail.gmail.com> (raw)
In-Reply-To: <20240717034801.262343-1-alexmantel93@mailbox.org>

On Wed, Jul 17, 2024 at 5:48 AM <alexmantel93@mailbox.org> wrote:
>
> This is my very first patch for Linux. I have lifted my arms up, placed my hands on my head, and tensed my non-existent abs. Punch as hard as you can! 🙂 I am happy to receive any feedback or critique, especially regarding whether these are the correct mailing lists for the patch.
>
> Over the past few weeks, I have read a lot of the kernel documentation. However, if I missed any crucial parts, please just point me to the chapters I need to read, particularly concerning the mailing list part.

They are the correct mailing lists :)

A few notes and nits:

  - I think this email you sent is intended to be the cover letter of
    the other patch. Typically, you would generate your cover letter with
    `git format-patch`, which follows some conventions, and then fill it.

    However, for a single patch, you can just put this text below the
    `---` line (i.e. before the diffstat), and that will not get committed
    into the repository.

  - Your email's From does not have your name, which is why Git decided
    to add From to the body.

  - Commits are prefixed with the subsystem/area/... You can take a
    look at other changes in the vicinity to get a feeling for what to
    write.

  - No need for an empty line between Link and Signed-off-by.

I hope that helps, thanks for the patch, and welcome!

Cheers,
Miguel

  parent reply	other threads:[~2024-07-17  8:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17  3:48 My first patch: Implement InPlaceInit for Arc alexmantel93
2024-07-17  3:48 ` [PATCH] Implement the smart pointer `InPlaceInit` for `Arc` alexmantel93
2024-07-17  8:52 ` Miguel Ojeda [this message]
2024-07-19 19:27   ` My first patch: Implement InPlaceInit for Arc Alex Mantel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANiq72mwTq4m-u0QO2tdF5Z8++xnepgtG_dALwq7ar5JOkwuVg@mail.gmail.com \
    --to=miguel.ojeda.sandonis@gmail.com \
    --cc=a.hindborg@samsung.com \
    --cc=alex.gaynor@gmail.com \
    --cc=alexmantel93@mailbox.org \
    --cc=aliceryhl@google.com \
    --cc=benno.lossin@proton.me \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=gary@garyguo.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ojeda@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=wedsonaf@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).