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=-3.8 required=3.0 tests=BAYES_00,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 518CEC4363A for ; Thu, 29 Oct 2020 01:00:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 056A720790 for ; Thu, 29 Oct 2020 01:00:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603933235; bh=q2VuirjQipFeCk6vMKPTQkByS8+2pDUDdvPQJahP3Ho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OgkegcwUQOGJtXlnepbGK9HLpdYStDiF3Uwkw+QxyWlj+ucLXR0zg/dN0QeEML8Bk FwT07QuM3JlACOdFBwuNWTju6J/ILORrXRf+2FYSIu3x38Ewjik3Mflh6nDTEQQ9GI /fCWRczdJgIPw96Dqznp7AAcY5bLoIKaZbPeJS8E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730345AbgJ2BAd (ORCPT ); Wed, 28 Oct 2020 21:00:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:60526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731513AbgJ1WR2 (ORCPT ); Wed, 28 Oct 2020 18:17:28 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 C328724797; Wed, 28 Oct 2020 14:42:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603896149; bh=q2VuirjQipFeCk6vMKPTQkByS8+2pDUDdvPQJahP3Ho=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hfoE8Wrgvgb9afpHW35evgTSo5OBKyoiDKUKEHe2SDglZt5Myn08zcSnY2BPOp0YP oJlittf1FKBQR/s1pNC91tTLItG+n/4O/t7KGpxKiyrfBr8LATj+QfOPV7Hb4AYFHk gDUoBpWmoch2u3j9znZhTWf20WjgMYgUuO8q5J0A= Date: Wed, 28 Oct 2020 15:43:21 +0100 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Alexandre Torgue , Andreas Klinger , Anton Vorontsov , Baolin Wang , Bartosz Golaszewski , Benson Leung , Bjorn Andersson , Boris Brezillon , Chao Yu , Chunyan Zhang , Colin Cross , Daniel Thompson , Enric Balletbo i Serra , Fabrice Gasnier , Heikki Krogerus , Jaegeuk Kim , Jingoo Han , Johan Hovold , Johannes Berg , Jonathan Cameron , Kees Cook , Lee Jones , Linus Walleij , Mathieu Poirier , Maxime Coquelin , Mike Kravetz , Ohad Ben-Cohen , Orson Zhai , Peter Rosin , Richard Cochran , Richard Gong , Sebastian Reichel , Srinivas Kandagatla , Stefan Achatz , Tony Luck , Wu Hao Subject: Re: [PATCH 00/33] ABI: add it to the documentation build system Message-ID: <20201028144321.GA2302351@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 28, 2020 at 03:22:58PM +0100, Mauro Carvalho Chehab wrote: > Hi Greg, > > As requested, this is a rebased version on the top of v5.10-rc1 > adding support for having the Linux ABI documentted inside > the Linux admin manual. > > When compared with the version I sent years ago, this > version has: > > - a logic to detect duplicated ABI symbols; > - it auto-generate cross-reference markups for ABI symbols, > ABI files and .rst files; > - Other files from 5.10-rc1 required adjustments in order > to be accepted by the script in rst-source mode; > - Some bug fixes. > > PS.: I didn't try to merge it against linux-next yet. So, > I won't doubt that applying it could cause some conflicts. > > Feel free to review it. In general, I like it. If there's no complaints, I'd like to take all of the Documentation/ABI/ updates in for 5.10-rc2 at the least, to make it easier to build on top of and to keep these types of mistakes from living longer than they should be. And make merging easier with other trees over time. thanks, greg k-h