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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_MUTT 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 D38F3C31E4B for ; Fri, 14 Jun 2019 16:22:05 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 54AF32168B for ; Fri, 14 Jun 2019 16:22:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="L8qaLG22" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54AF32168B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 45QQqG68Q4zDrpw for ; Sat, 15 Jun 2019 02:22:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="L8qaLG22"; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 45QQnB5XVyzDrQw for ; Sat, 15 Jun 2019 02:20:14 +1000 (AEST) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 9B8542183E; Fri, 14 Jun 2019 16:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560529212; bh=+miqeMfSWkr4moUYw1GPgzK89cG9rhNix4a208bvm+U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L8qaLG22aoUH7W2zcf+EYqbggukwbugLjLyWZxukMUkndtgnt54icT8hgjuaOGrRJ O4kIGE/19aFlytfdvWsRaBhik8fY3OvW0GjKuHkAygAWFcVyaM6ZtLp9PB561shqVy I58hBLwe97fgUUV+D1oi9Q2q9NrujVPxy8kR7cYk= Date: Fri, 14 Jun 2019 18:20:09 +0200 From: Greg Kroah-Hartman To: Mauro Carvalho Chehab Subject: Re: [PATCH 00/14] Add support to generate ABI documentation at admin-guide Message-ID: <20190614162009.GA25572@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sebastian Reichel , Lars-Peter Clausen , Andrew Donnellan , Kees Cook , Jonathan Corbet , linux-iio@vger.kernel.org, linux-pm@vger.kernel.org, Linux Doc Mailing List , linux-kernel@vger.kernel.org, Andreas Klinger , Mauro Carvalho Chehab , Tony Luck , Anton Vorontsov , Peter Meerwald-Stadler , Colin Cross , Frederic Barrat , linuxppc-dev@lists.ozlabs.org, Stefan Achatz , Jonathan Cameron , Hartmut Knaack Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Jun 13, 2019 at 11:04:06PM -0300, Mauro Carvalho Chehab wrote: > Greg, > > As promised, I'm resending the patch series with adds the Kernel ABI to > Documentation/admin-guide. > > Those patches are basically the version 3 patchset I sent back in 2017, > rebased on the top of linux-next (next-20190613), and with some fixes > in order for it to work. > > - The 4 initial patches to fix some ABI descriptions that are violating > the syntax described at Documentation/ABI/README; These 4 are now applied to my driver-core tree, thanks. greg k-h