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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH 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 52F1FC468BC for ; Sun, 9 Jun 2019 02:33:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B2E2214AE for ; Sun, 9 Jun 2019 02:33:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560047627; bh=GxTw+zLXvtne5ntMVdwq8lo7+0eVtbGiQNxoFeW29D8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=HK8HjDMasKgrzpdziMmpFxF59hICj/digHDYr+J2ywFhOZ9XvZ9A25qjHIKW0cN+X 2i83XbDqWTQhUTC/BeUoV8yw1WwX5AFcCmsL3dyOaZVN8mvz4CmSnOOQI8iWjxiPRK 4WwPGrM54WxOQYxejU8hpbdr6J5T9xfTUXM4A0Pg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727552AbfFICdl (ORCPT ); Sat, 8 Jun 2019 22:33:41 -0400 Received: from casper.infradead.org ([85.118.1.10]:37438 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727485AbfFICdl (ORCPT ); Sat, 8 Jun 2019 22:33:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=3Fp1yuwwbOTbYdEqsZgF9iklbrQHl3f9VYC9FtEc6kI=; b=QklMMOA9CGj+eXx0W9MvmFE0by 0aQedeNfBMWna6CYprMFaEI2qA4kPeOnRyOEvn2aWyVBRVrFxHsJhJT4y8j8WRET4/OuncElTGcKY 1kXcQ0a8VlI2NwrvtTMO2cQ3q7h1Jn66qeukXioB6/N9vSPhV0EgdPWi9n/gC+9fmyNydhA9BXiNo 9yKbfd0o7rTBHQVpNnQx4TQOlFVXinBGdjSGKt7RUOGCGI+/dbrJnHDzL0AkB20um1bet10+OzDMq dP0ath70zmmP8wrAoVRXdoywUNkrUudR2U+ifiamGNlWhAtXUpuSrxNwDl+xdQy39vJRKkx3vlkf3 aQ09AIQw==; Received: from 179.176.115.133.dynamic.adsl.gvt.net.br ([179.176.115.133] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hZneK-0004xW-3Q; Sun, 09 Jun 2019 02:33:36 +0000 Date: Sat, 8 Jun 2019 23:33:31 -0300 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH v2 00/22] Some documentation fixes Message-ID: <20190608233149.6a35bee9@coco.lan> In-Reply-To: <20190608134407.580f8bb5@lwn.net> References: <20190607115521.6bf39030@lwn.net> <20190607154430.4879976d@coco.lan> <20190608134407.580f8bb5@lwn.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Message-ID: <20190609023331.sSnwPvd8gF-GlGfZatUiWn90kxgVpZnNycmAWRI5Zh4@z> Em Sat, 8 Jun 2019 13:44:07 -0600 Jonathan Corbet escreveu: > On Fri, 7 Jun 2019 15:44:30 -0300 > Mauro Carvalho Chehab wrote: > > > After doing that, there are 17 patches yet to be applied. Two new > > patches are now needed too, due to vfs.txt -> vfs.rst and > > pci.txt -> pci.rst renames. > > OK, I've applied the set, minus those that had been picked up elsewhere. Thank you! I'm sending the conversion patches based after your tree + linux-next. I opted to split it on a few series, as I have already 85 patches here (and still several new "orphan" index files that I need to work in order to find them a place). Sending right now the first 33 patches. Thanks, Mauro