From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4EA9C763EE; Sun, 28 Jul 2024 20:15:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722197705; cv=none; b=cVyesOXe5VgktbldVKBt+I+eboOgjOC+O50Zdsh3heIyYZzLsTXlqKJiKlnfUujgOtsf04pmxE3pAzjKchqOW4ebmpqgNQ+TngX/IzGP++wg4w/5KSqgYeI+zdMDnd6XtH6NN7+ybi/sbVPwRALuDOnJYYa0jM/G11+95/0Wfjc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722197705; c=relaxed/simple; bh=JqrZP+bJZ7QEfiDfTGUWnpQxHpc2DZA59kC1iw6Omq4=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=HdKWjM2yisNXlcJS/xHtMeXggossVapKfUc2oArC8kpzME8I33RZ5AsMS98dizr4Pis18CO9OctqXEP+nvua6Eg1PeLzHBc8qXKOY9zB5CeIF0Ou9ERiYUgKsMkJnqIaPw+jGhDTtfGsF5mxrOSwwcg/S8/IE9HxggNwZ0dYz7s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=UGnXsJvc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="UGnXsJvc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A859C4AF09; Sun, 28 Jul 2024 20:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1722197704; bh=JqrZP+bJZ7QEfiDfTGUWnpQxHpc2DZA59kC1iw6Omq4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UGnXsJvcVJyJdK08D4CH+K+6YJOy7gd0yDun6gYhDUZo6XOLsLpYpROhVwwZbRS4A Nu6Gl2KFnI1H4O1H5QuUDwE0LNkzErEYykpfgZe47n9DzMhAm9PhOx9vaWMGmqleh/ UktPPtqSZ2L9hX8OLR3JI4VFCLmgniUDm7rOxbPs= Date: Sun, 28 Jul 2024 13:15:03 -0700 From: Andrew Morton To: Lorenzo Stoakes Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Liam R . Howlett" , Vlastimil Babka , Matthew Wilcox , Alexander Viro , Christian Brauner , Jan Kara , Eric Biederman , Kees Cook , Suren Baghdasaryan , SeongJae Park , Shuah Khan , Brendan Higgins , David Gow , Rae Moar Subject: Re: [PATCH v3 6/7] tools: separate out shared radix-tree components Message-Id: <20240728131503.18f2f41bc15d2fdaddf5fc75@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 22 Jul 2024 12:50:24 +0100 Lorenzo Stoakes wrote: > The core components contained within the radix-tree tests which provide > shims for kernel headers and access to the maple tree are useful for > testing other things, so separate them out and make the radix tree tests > dependent on the shared components. > > This lays the groundwork for us to add VMA tests of the newly introduced > vma.c file. > > ... > > tools/testing/{radix-tree => shared}/bitmap.c | 0 Some merge issues have popped up - people have been messing around with the radix tree test code and not telling us. I'll drop the v3 series - please redo and resend against 6.11-rc1? Thanks.