[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZDxrvZh/cw357D8P@x1n>
Date: Sun, 16 Apr 2023 17:42:21 -0400
From: Peter Xu <peterx@...hat.com>
To: Lorenzo Stoakes <lstoakes@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Andrew Morton <akpm@...ux-foundation.org>,
Andrea Arcangeli <aarcange@...hat.com>,
Mike Kravetz <mike.kravetz@...cle.com>,
Nadav Amit <nadav.amit@...il.com>,
David Hildenbrand <david@...hat.com>,
Mike Rapoport <rppt@...ux.vnet.ibm.com>,
Axel Rasmussen <axelrasmussen@...gle.com>,
Leonardo Bras Soares Passos <lsoaresp@...hat.com>,
Mike Rapoport <rppt@...nel.org>
Subject: Re: [PATCH v2 05/31] selftests/mm: Use TEST_GEN_PROGS where proper
On Sat, Apr 15, 2023 at 04:44:47PM +0100, Lorenzo Stoakes wrote:
> > TEST_GEN_PROGS = madv_populate
>
> This now results in TEST_GEN_PROGS being set to "cow compaction_test
> gup_test..." then here that is discarded and we start again from
> madv_populate meaning none of the prior tests get built.
>
> I notice this today when trying to build the gup_test :)
>
> I think this should be a += not an = (which made sense before as there were
> two different variables being assigned then).
Right, thanks for reporting.
This patch will need a fixup. After we start to build all tests for real I
found that the other patch "selftests/mm: uffd_[un]register()" actually
broke build for testcase hugepage-mremap.c on missing headers.
I've attached two fixups and attached, one for this patch, one for the
other one. I hope we can just queue these two fixups in Andrew's tree, or
I'll see what I should do.
Thanks,
--
Peter Xu
View attachment "0001-fixup-selftests-mm-use-TEST_GEN_PROGS-where-proper.patch" of type "text/plain" (900 bytes)
View attachment "0002-fixup-selftests-mm-uffd_-un-register.patch" of type "text/plain" (818 bytes)
Powered by blists - more mailing lists