[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.9999.1903282158510.25278@viisi.sifive.com>
Date: Thu, 28 Mar 2019 22:04:49 -0700 (PDT)
From: Paul Walmsley <paul.walmsley@...ive.com>
To: Anup Patel <Anup.Patel@....com>
cc: Palmer Dabbelt <palmer@...ive.com>,
Albert Ou <aou@...s.berkeley.edu>,
Atish Patra <Atish.Patra@....com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Christoph Hellwig <hch@...radead.org>,
Mike Rapoport <rppt@...ux.ibm.com>,
"linux-riscv@...ts.infradead.org" <linux-riscv@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Gary Guo <gary@...yguo.net>
Subject: Re: [PATCH v2] RISC-V: Implement ASID allocator
On Thu, 28 Mar 2019, Anup Patel wrote:
> Signed-off-by: Gary Guo <gary@...yguo.net>
> Signed-off-by: Anup Patel <anup.patel@....com>
> ---
> Changes since v1:
> - We adapt good aspects from Gary Guo's ASID allocator implementation
> and provide due credit to him by adding his SoB.
This isn't the right way to use Signed-off-by: lines in the kernel. See
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/5.Posting.rst#n213
and
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst#n418
The only people who should be listed in Signed-off-by: lines are patch
authors.
If your intention is to give Gary credit for changes in your patch,
describe what ideas or code snippets you've taken in the patch description
itself, above your Signed-off-by: lines so they would be included in the
git commit description should your patch be merged.
- Paul
Powered by blists - more mailing lists