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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 15DBBC63697 for ; Wed, 18 Nov 2020 13:04:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F9AB20855 for ; Wed, 18 Nov 2020 13:04:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="DTwMKLoH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726234AbgKRNDw (ORCPT ); Wed, 18 Nov 2020 08:03:52 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:45997 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726129AbgKRNDw (ORCPT ); Wed, 18 Nov 2020 08:03:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605704631; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qx5UVopA7OslzMg8qxIDSa62J2P+qibCzlZh525XbS0=; b=DTwMKLoHeBL3C2zeeuifHQUfWuBuoeDf8Reqa/6B9Mhv/oqycnNdmspyZtpGmAWz+hCgGo dmwgYkXEI07ahMQJ1dVJ+jXxzQoRI07v417+MabONhnSCZ4MAh0Fi+6BlrmTEg8x1dphK6 D/IpPEvhipZGvpi92Hh4EF5l8A8q5GY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-408-XaoUlEZ9Nr66jHnkKrGCSg-1; Wed, 18 Nov 2020 08:03:47 -0500 X-MC-Unique: XaoUlEZ9Nr66jHnkKrGCSg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F4E180364D; Wed, 18 Nov 2020 13:03:46 +0000 (UTC) Received: from localhost (ovpn-115-101.rdu2.redhat.com [10.10.115.101]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0149C196FB; Wed, 18 Nov 2020 13:03:45 +0000 (UTC) Date: Wed, 18 Nov 2020 08:03:44 -0500 From: Eduardo Habkost To: Randy Dunlap Cc: Matthew Wilcox , Jonathan Corbet , Paolo Bonzini , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [RFC] Add kernel-doc test script Message-ID: <20201118130344.GD1509407@habkost.net> References: <20201030144713.201372-1-pbonzini@redhat.com> <20201030144713.201372-3-pbonzini@redhat.com> <20201113152106.7b4a07ee@lwn.net> <20201113223912.GK17076@casper.infradead.org> <20201117212452.GM1235237@habkost.net> <20201117213051.GA29991@casper.infradead.org> <20201117223612.GN1235237@habkost.net> <16145b8b-3213-8bc9-1826-d3ae006f78fa@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <16145b8b-3213-8bc9-1826-d3ae006f78fa@infradead.org> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 17, 2020 at 04:23:49PM -0800, Randy Dunlap wrote: > On 11/17/20 2:36 PM, Eduardo Habkost wrote: > > Add a kernel-doc test script to tools/testing/kernel-doc. > > > > radix_tree_lookup_slot test case provided by Matthew Wilcox. > > > > Signed-off-by: Eduardo Habkost > > Very good idea. > > I have had a kernel-doc test source file for (?) 10-12 years, > while I was the docs maintainer. Is that test source file recoverable somewhere? It probably has useful test cases not included here. -- Eduardo