Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1158569imm; Fri, 15 Jun 2018 12:11:33 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJk5ZcOE9RULLJUmgKznhsunJ5mqGoP23GkCSDPB2dnZ5y3xE/1qfC8peJrqepW6yz+kEs0 X-Received: by 2002:a17:902:654c:: with SMTP id d12-v6mr3407829pln.8.1529089893106; Fri, 15 Jun 2018 12:11:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529089893; cv=none; d=google.com; s=arc-20160816; b=oc1BC5zTZdtwpjDpEh/DVZB3ydzdvo4M3D+KM8Dhe6iHjt6FzzuF/yKcqQS9HiaxhN vc/EsjfSLzL7Oz1ZB7XRLs5S5CM8W+106NnJLCBPLoQgJhmoxTtnhO8DjjAyg43eQumg oFoRKqjxOnzrulnKye7ctspizrpP4e7MDNY0CHRSWBOD/Zo7vuTlQcg7y242VF+W9Fij 2C55E8VGdI8tsEh1AZxV/c6P8+9/U/Lj2kr6ujfjnNNyxQT1xLPdbX8aoY5qJOPIL13e BFE06Q148Kr2c7SBDvHAs80KCr+mUfw6q2Cun4c+Dw5ly2gHLYtUcirmg3R3gZG8h8+N Y4tQ== 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=TFG3xdCHQx32G2HWS+4n+IZO2mBw1+xkC+CD5h5kNzM=; b=ilkrlx9VZIwrz3gAgTfz+ESTnhPtz9wBPBgEzaMOy/ikJtGXIFSRgtz/9AZpFSNexx Qx7co1j5ptnJVY946Phkig6S06KcWh6nCdxZRTyZ4bJ9K/WDEx9owxbAgej6NgFrpA9x l7S6mYuZrIOJfV7Bct41i0tWPe9bxfXWPqdkFySxrUct3HkHHetFQf+WHtgzqZGJRpwU okiMArC7qr2YVMvlEXMqZuXeNDjNJ1JxWg6D4bwjAny6Vf6gzLZJtbHiWK8Zg8LfFD85 i8otPiB3WatqxCPTkifinCkPPoPM4bSyOC/EJbo1/eapXmAniKMB410+a3c8Mo+PCd1z XU5Q== 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 g4-v6si9958806plm.181.2018.06.15.12.11.18; Fri, 15 Jun 2018 12:11:33 -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 S966081AbeFOTJ4 (ORCPT + 99 others); Fri, 15 Jun 2018 15:09:56 -0400 Received: from ms.lwn.net ([45.79.88.28]:52808 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965052AbeFOTJy (ORCPT ); Fri, 15 Jun 2018 15:09:54 -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 9C6E62D3; Fri, 15 Jun 2018 19:09:53 +0000 (UTC) Date: Fri, 15 Jun 2018 13:09:51 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v4 00/26] Fix some doc build warnings/errors and broken links Message-ID: <20180615130951.303a3ebb@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 Fri, 15 Jun 2018 13:30:28 -0300 Mauro Carvalho Chehab wrote: > As discussed during the review of v2, your plans were to merge > things with potential to conflict with merges by the end of the > merge window. So, I'm resubmitting it in order to help you with > that. Is there any chance you could send them directly Linusward with my ack? I'm fighting a few real-world complications at the moment, and barely have time to breathe... Thanks, jon