[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191203193114.238912-1-daniel.m.jordan@oracle.com>
Date: Tue, 3 Dec 2019 14:31:09 -0500
From: Daniel Jordan <daniel.m.jordan@...cle.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Steffen Klassert <steffen.klassert@...unet.com>
Cc: Eric Biggers <ebiggers@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-crypto@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Daniel Jordan <daniel.m.jordan@...cle.com>
Subject: [PATCH v2 0/5] padata lockdep, cpumask, and doc fixes
This series depends on all of Herbert's recent padata fixes to reduce
merge conflicts on his end:
crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
padata: Remove unused padata_remove_cpu
[v3] crypto: pcrypt - Avoid deadlock by using per-instance padata queues
crypto: pcrypt - Fix user-after-free on module unload
padata: Remove broken queue flushing
If this should be based on something else, please let me know.
Thanks,
Daniel
v2:
- documentation patch RST-ized according to Jon's comments
- "validate cpumask" patch added
- rebased onto v5.4 and updated since Herbert's fixes have changed
Daniel Jordan (5):
padata: validate cpumask without removed CPU during offline
padata: always acquire cpu_hotplug_lock before pinst->lock
padata: remove cpumask change notifier
padata: remove reorder_objects
padata: update documentation
Documentation/core-api/index.rst | 1 +
Documentation/core-api/padata.rst | 169 ++++++++++++++++++++++++++++++
Documentation/padata.txt | 163 ----------------------------
crypto/pcrypt.c | 1 -
include/linux/cpuhotplug.h | 1 +
include/linux/padata.h | 28 ++---
kernel/padata.c | 124 ++++++++--------------
7 files changed, 220 insertions(+), 267 deletions(-)
create mode 100644 Documentation/core-api/padata.rst
delete mode 100644 Documentation/padata.txt
base-commit: 219d54332a09e8d8741c1e1982f5eae56099de85
prerequisite-patch-id: e31e7b28eb12a2c7e1e04261f4e890f83a57bd19
prerequisite-patch-id: 00f7ca687bd9df6281e9ced0925a865b2fa7b297
prerequisite-patch-id: 9f3bb985b34d29ff30e44b8829545736de02186f
prerequisite-patch-id: fe09ee84131ee649b90ee291fbbeda32e90c42fe
prerequisite-patch-id: f2e5a29f78e2403677ad50d870d90022932bc2b6
--
2.24.0
Powered by blists - more mailing lists