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