lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 11 Dec 2019 17:44:18 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Daniel Jordan <daniel.m.jordan@...cle.com>
Cc:     Steffen Klassert <steffen.klassert@...unet.com>,
        Eric Biggers <ebiggers@...nel.org>,
        Jonathan Corbet <corbet@....net>, linux-crypto@...r.kernel.org,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 0/5] padata lockdep, cpumask, and doc fixes

On Tue, Dec 03, 2019 at 02:31:09PM -0500, Daniel Jordan wrote:
> 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

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ