Received: by 10.192.165.148 with SMTP id m20csp1602734imm; Thu, 10 May 2018 13:23:04 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpGIXel5wtq1kjTM3Wsx+WDWw87bTwuAPKZ8Jw4zkkvZVEkac90x7S4tckXDCn3xOZzR8Ma X-Received: by 2002:a62:d97:: with SMTP id 23-v6mr2710144pfn.231.1525983784614; Thu, 10 May 2018 13:23:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525983784; cv=none; d=google.com; s=arc-20160816; b=Nn79/PKjG56HPhV8ab9/ujBA6q9nQd9MtwfRIurXXiikomjrRhzZ8RmbZ2+Wksm9Ky 6Tz17jeTykl5AQ5pK4b0kgAq3mhT8wO1sZN3EcInasydtYUuzaMFIJnwEcaM/0H/ztfj EyL9ZOrYTFWiMiq0pmKeiMfv/VNlko8M8WcDyzX6+FvMVL2dhnddC5YN2HNOWEJtZu+k 0JDD0Vdgmqy3TE2jg/y3z6mo82slk+kcbqMfe6r/FmgFmMv8WDOKqCvY7xZ6fmDn2FVH BYDkZesI40b4LiOvvnjdWrXcYWQm9PcqnBnZeVStbqnvKe0feNV1FP3rmycvxQHYu1fC MfEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=QG8571A7+bgob337H5y1rFaU8IPLhh5FotiSyEI5Opw=; b=qqvf1wGSxJQ3vksjcirMXaJw8zBFpMRP9nC25gPLyVJdXPfF/TYu12HwltBnRM4FJ0 ITH9xCqCNVEUvtifP8SJLHeQn7825wc+jQ4xSaEm/17+Nu2lGF204DRfsXX059W3bCUm y2CEbZEycf7fWhsksvwMgjzCOMpns3QxOLRRc9pmHm4s6q118SV91V2UuiGzs00c1ky/ ePxE/V/q6iue/xn0K3WI+ospZZE/32wLjwQivinM623VLVsrLS9po+yfAUtR58VE2kY8 mDL+SVo55bGLmYgkAPhRem+GQVZskORZ3AOEE5+9J18CL4bV0RwTIp2Aqsgw4v4rBHJz HhHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a7-v6si1307759pgd.338.2018.05.10.13.22.49; Thu, 10 May 2018 13:23:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752112AbeEJUWk (ORCPT + 99 others); Thu, 10 May 2018 16:22:40 -0400 Received: from ms.lwn.net ([45.79.88.28]:59174 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbeEJUWi (ORCPT ); Thu, 10 May 2018 16:22:38 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 97046318; Thu, 10 May 2018 20:22:37 +0000 (UTC) Date: Thu, 10 May 2018 14:22:35 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/11] Fix some doc build warnings/errors and broken links Message-ID: <20180510142235.221da447@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 May 2018 10:18:43 -0300 Mauro Carvalho Chehab wrote: > Patches 1 to 5 on this series contain the patches that weren't yet > applied from the past patch series and touch only at Documentation. > There are two changes there: > patch 2: fixed the description and added a c/c to cgroup maintainers; > patch 4: rewritten according with Louis request, droping several hunks. Of these, I've applied 2, 4, and 6. The networking and crypto folks like to apply their own documentation fixes; I assume they'll pick these up. > Patch 6 rewrites scripts/documentation-file-ref-check on Perl, > adding an auto-fix feature. Applied this one. > Patches 7 and 8 fix things that would cause troubles for the > automatic autocorrection tool. #7 is applied. #8 doesn't apply, though; I'm not sure which tree you made it against? In any case, I've stopped here for now. > Patch 9 touches a lot of random places (including MAINTAINERS) > that contain broken links and can be auto-fixed. It could be > broken into one patch per touched file, but I think that is > overkill. Let's keep this one (and the ones that follow) aside. I'm happy to apply them, but I think they are best applied as an end-of-merge-window thing. I envision lots of conflicts, and I already have a pile of those to explain to Linus this time around. Sound good? Thanks, jon