From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14333ECE599 for ; Thu, 17 Oct 2019 00:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DF49D21A49 for ; Thu, 17 Oct 2019 00:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571272356; bh=x+Xg+um+3arak66QXngQRbWrisF5xOKXVnntskQXOj0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=KcnJgiLFtkl0Wmg/c01INAiiMtDOa4GeydGC8GK5cM3f5RP/3+/bOWXIGSvGFDtJ9 2n7GDVikD732gQydRaHslT0yQGeFcZ+1sm+M2dEM3pJWRzF7eT5m2wSDbWW3YU8ejQ GtHld1349ZgSjyd5zHcTooo3bt14DnEdEcIi6zFA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394027AbfJQAcf (ORCPT ); Wed, 16 Oct 2019 20:32:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:33606 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbfJQAcf (ORCPT ); Wed, 16 Oct 2019 20:32:35 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 57CB921848; Thu, 17 Oct 2019 00:32:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571272354; bh=x+Xg+um+3arak66QXngQRbWrisF5xOKXVnntskQXOj0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=06Lu8qQ4MsxFbpxc4SctE1Ioaas2QaprGiBHYXpAJxfPb6VnDXnOxBlk5feE6FTRp 1igHy1IDbzKYW8IhMk96pcqSe1niybDSe0titVIUKbM3otlueY3y8kL0lDwXRgvkCI SU7y4LhxzBL+fmVdL/8OuK/4lxWLGnLs4bDNh7uY= Date: Wed, 16 Oct 2019 17:32:33 -0700 From: Andrew Morton To: David Gow Cc: Shuah Khan , Brendan Higgins , Kees Cook , "open list:KERNEL SELFTEST FRAMEWORK" , kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH linux-kselftest/test v2] lib/list-test: add a test for the 'list' doubly linked list Message-Id: <20191016173233.2bd9c9d47f12453c1cb4a9b7@linux-foundation.org> In-Reply-To: References: <20191010185631.26541-1-davidgow@google.com> <20191011140727.49160042fafa20d5867f8df7@linux-foundation.org> <20191011145519.7b7a1d16ecdead9bec212c01@linux-foundation.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Oct 2019 14:48:59 -0700 David Gow wrote: > Since KUnit is not yet in Linus' branch, though, it probably makes > sense to put this test into the linux-kselftest/test branch, so that > there aren't any chances of the list test getting in without the KUnit > infrastructure. Ultimately, once KUnit is upstream, this shouldn't be > an issue, but it is probably easier to consolidate things for now. > Does that sound sensible? Well, whatever. I have a note that it's dependent on kunit.