Re: [PATCH v4 00/24] seqlock: Extend seqcount API with associated locks

From: Eric Biggers
Date: Mon Jul 20 2020 - 12:49:17 EST


On Mon, Jul 20, 2020 at 05:55:06PM +0200, Ahmed S. Darwish wrote:
> Hi,
>
> This is v4 of the seqlock patch series:
>
> [PATCH v1 00/25]
> https://lore.kernel.org/lkml/20200519214547.352050-1-a.darwish@xxxxxxxxxxxxx
>
> [PATCH v2 00/06] (bugfixes-only, merged)
> https://lore.kernel.org/lkml/20200603144949.1122421-1-a.darwish@xxxxxxxxxxxxx
>
> [PATCH v2 00/18]
> https://lore.kernel.org/lkml/20200608005729.1874024-1-a.darwish@xxxxxxxxxxxxx
>
> [PATCH v3 00/20]
> https://lore.kernel.org/lkml/20200630054452.3675847-1-a.darwish@xxxxxxxxxxxxx
>
> It is based over:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git :: locking/core
>

Please include an explanation of the patch series in the cover letter. It looks
like you sent it in v1 and then stopped including it. That doesn't work;
reviewers shouldn't have to read all previous versions too and try to guess
which parts are still up-to-date.

- Eric