[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191121000304.48829-1-keescook@chromium.org>
Date: Wed, 20 Nov 2019 16:03:01 -0800
From: Kees Cook <keescook@...omium.org>
To: Jonathan Corbet <corbet@....net>
Cc: Kees Cook <keescook@...omium.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] docs, parallelism: Rearrange how jobserver reservations are made
Hi,
As Rasmus noted[1], there were some deficiencies in how the Make jobserver
vs sphinx parallelism logic was handled. This series attempts to address
all those problems by building a set of wrappers and fixing some of the
internal logic.
Thank you Rasmus for the suggestions (and the "jobhog" example)! :)
-Kees
[1] https://lore.kernel.org/lkml/eb25959a-9ec4-3530-2031-d9d716b40b20@rasmusvillemoes.dk
Kees Cook (3):
docs, parallelism: Fix failure path and add comment
docs, parallelism: Do not leak blocking mode to writer
docs, parallelism: Rearrange how jobserver reservations are made
Documentation/Makefile | 5 +-
Documentation/sphinx/parallel-wrapper.sh | 25 +++++++++
scripts/jobserver-count | 58 --------------------
scripts/jobserver-exec | 69 ++++++++++++++++++++++++
4 files changed, 96 insertions(+), 61 deletions(-)
create mode 100644 Documentation/sphinx/parallel-wrapper.sh
delete mode 100755 scripts/jobserver-count
create mode 100644 scripts/jobserver-exec
--
2.17.1
Powered by blists - more mailing lists