linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] padata lockdep, cpumask, and doc fixes
@ 2019-12-03 19:31 Daniel Jordan
  2019-12-03 19:31 ` [PATCH v2 1/5] padata: validate cpumask without removed CPU during offline Daniel Jordan
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Daniel Jordan @ 2019-12-03 19:31 UTC (permalink / raw)
  To: Herbert Xu, Steffen Klassert
  Cc: Eric Biggers, Jonathan Corbet, linux-crypto, linux-doc,
	linux-kernel, Daniel Jordan

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-12-11  9:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03 19:31 [PATCH v2 0/5] padata lockdep, cpumask, and doc fixes Daniel Jordan
2019-12-03 19:31 ` [PATCH v2 1/5] padata: validate cpumask without removed CPU during offline Daniel Jordan
2019-12-03 19:31 ` [PATCH v2 2/5] padata: always acquire cpu_hotplug_lock before pinst->lock Daniel Jordan
2019-12-03 19:31 ` [PATCH v2 3/5] padata: remove cpumask change notifier Daniel Jordan
2019-12-03 19:31 ` [PATCH v2 4/5] padata: remove reorder_objects Daniel Jordan
2019-12-03 19:31 ` [PATCH v2 5/5] padata: update documentation Daniel Jordan
2019-12-10 16:44   ` Daniel Jordan
2019-12-11  9:45     ` Herbert Xu
2019-12-11  9:44 ` [PATCH v2 0/5] padata lockdep, cpumask, and doc fixes Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).