[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200330132808.GB20969@lakrids.cambridge.arm.com>
Date: Mon, 30 Mar 2020 14:28:08 +0100
From: Mark Rutland <mark.rutland@....com>
To: George Spelvin <lkml@....ORG>
Cc: Jason Gunthorpe <jgg@...pe.ca>, linux-kernel@...r.kernel.org,
Dennis Dalessandro <dennis.dalessandro@...el.com>,
Mike Marciniszyn <mike.marciniszyn@...el.com>,
linux-rdma@...r.kernel.org
Subject: Re: [RFC PATCH v1 01/50] IB/qib: Delete struct qib_ivdev.qp_rnd
On Sun, Mar 29, 2020 at 04:08:25PM +0000, George Spelvin wrote:
> On Sun, Mar 29, 2020 at 11:17:10AM -0300, Jason Gunthorpe wrote:
> > You need to do a better job sending your patches, this is not
> > threaded, and not cc'd to linux-rdma, so it doesn't show in the
> > patchworks.
>
> Indeed; mea culpa. I forgot the magic option to git-format-patch.
>
> Unfortunately, such things tend to get noticed only after the e-mail
> has been sent and one has embarrassed oneself publicly. :-(
>
> > In general, do not send such large series for things that are not
> > connected. Send small cleanups like this properly and directly so they
> > can be applied.
>
> They're all concpetually connected, but yes.
Also, if you do send a series, *please* add a cover-letter explaining
what the overall purpose of the series is, and have all patches chained
in-reply-to that rather than patch 1. Otherwise reviewers have to
reverse-engineer the intent of the author.
You can generate the cover letter with:
$ git format-patch --cover $FROM..$TO
... and IIRC git send-email does the right thing by default if you hand
it all of the patches at once.
Thanks,
Mark.
Powered by blists - more mailing lists