From patchwork Sun Jun 18 23:46:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 105786 Delivered-To: patch@linaro.org Received: by 10.140.91.2 with SMTP id y2csp639682qgd; Sun, 18 Jun 2017 16:47:22 -0700 (PDT) X-Received: by 10.84.193.36 with SMTP id e33mr25975208pld.293.1497829642359; Sun, 18 Jun 2017 16:47:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497829642; cv=none; d=google.com; s=arc-20160816; b=AmOlAQALwYXQOl6Jlu1MmpniJid81cYwfT5Vn1zX8/AiugLqw4I6imtLoJ64Hb8SJo Ky5zI2ysU/cf1h46i5XifVnxgtEp4gTB5mKk0qhGDyYTiesyIZxX91hx+BujRcFbDapS /9d/4GSbCXUfPHvCZ4MRHSSNr7oqKujpPRklDDAwnX/nuxgyjSyUp6KXDR2qPbCLXKNH ZK5zTTxQnt5/3bBfuie4jFFZSltZ1VbA4MGf2mMnyMiB5QTWFg6rKY8Rm+ukTteS1I+Q HhmSPmvCwjlYEjcQdTO0FC8JlVdnavNClMlMYE5V3yKXZfjLgzXmW/YXLbXKXq3WR79s n5vQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=WmaA6TOYIPi9xVyOpb+ZOtnJPkEtsz39atDZICx91bI=; b=M6qGQBPbChPQDdvnj9WFyyiedb/k0BbQC8w6aTwDNkD1dYuki1ZjoUbausw7XQrx01 fKo6CTrXGP6gGLhcgEc3rv6dzf8x0C5bJG076HhH8fKFwTyhpp5BlcdxZyKyBRmQcKax +TgyjRzrFy25nrc3fmDvKFnN2/Wx/rcTlnnrP6hs1S2pcWK2KnaK2/qZSep1i7BXi59K IXMXV5ZN0IbgW+By9Ih42MCVhPjLRkVDSSYBtEHRzq/OINTQc9y8jmqi2ocQQgOQq7AU OJWfgIYNun4P0MS3GAY/W/zcJS1OcjMKEenS+IcEpFZhln75rM2CzqTsFx/l9q+Hhq7x peLQ== 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 r7si2540249pgu.284.2017.06.18.16.47.21; Sun, 18 Jun 2017 16:47:22 -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 S1753256AbdFRXqs (ORCPT + 25 others); Sun, 18 Jun 2017 19:46:48 -0400 Received: from ms.lwn.net ([45.79.88.28]:43122 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbdFRXqq (ORCPT ); Sun, 18 Jun 2017 19:46:46 -0400 Received: from dt.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id 4CFFB2CD; Sun, 18 Jun 2017 23:46:45 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jim Davis , Mauro Carvalho Chehab , Daniel Vetter , Jonathan Corbet Subject: [PATCH 0/5] Make PDF builds work again Date: Sun, 18 Jun 2017 17:46:25 -0600 Message-Id: <20170618234630.19964-1-corbet@lwn.net> X-Mailer: git-send-email 2.13.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've just spent rather more time than I would like figuring out why the PDF builds fail and what was needed to fix it. The result is the following patch series. It's a combination of little mistakes and fragility in the whole PDF build tool chain. Mauro, Daniel: Do you want the last two? Or otherwise give me acks? I'd like to send the set Linusward forthwith so that 4.12 can come out with a working PDF build. In general, I'm dismayed by the fragility of the whole thing. I'm also a little concerned that nobody except Jim complained about the problem. Perhaps nobody really cares about PDF output anymore? In the absence of a concerted effort on somebody's part, I predict that PDF building will be broken much of the time. I have to wonder if it's worth it... Jonathan Corbet (5): Docs: Include the Latex "ifthen" package Docs: Remove redundant geometry package inclusion Docs: fix table problems in ras.rst Docs: Use kernel-figure in vidioc-g-selection.rst DRM: Fix an incorrectly formatted table Documentation/admin-guide/ras.rst | 10 ++-- Documentation/conf.py | 3 +- .../media/uapi/v4l/vidioc-g-selection.rst | 4 +- include/drm/bridge/dw_hdmi.h | 70 +++++++++++----------- 4 files changed, 43 insertions(+), 44 deletions(-) -- 2.13.1 Acked-by: Mauro Carvalho Chehab