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] [day] [month] [year] [list]
Message-ID: <20210326093136.GH12658@gondor.apana.org.au>
Date:   Fri, 26 Mar 2021 20:31:36 +1100
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     Lee Jones <lee.jones@...aro.org>
Cc:     linux-kernel@...r.kernel.org,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Andreas Westin <andreas.westin@...ricsson.com>,
        Atul Gupta <atul.gupta@...lsio.com>,
        Aymen Sghaier <aymen.sghaier@....com>,
        Ayush Sawal <ayush.sawal@...lsio.com>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        Berne Hebark <berne.herbark@...ricsson.com>,
        Breno Leitão <leitao@...ian.org>,
        Daniele Alessandrelli <daniele.alessandrelli@...el.com>,
        "David S. Miller" <davem@...emloft.net>,
        Declan Murphy <declan.murphy@...el.com>,
        Harsh Jain <harsh@...lsio.com>,
        Henrique Cerri <mhcerri@...ibm.com>,
        Horia Geantă <horia.geanta@....com>,
        Jitendra Lulla <jlulla@...lsio.com>,
        Joakim Bech <joakim.xx.bech@...ricsson.com>,
        Jonas Linde <jonas.linde@...ricsson.com>,
        Jonathan Cameron <jonathan.cameron@...wei.com>,
        Kent Yoder <yoder1@...ibm.com>,
        linux-arm-kernel@...ts.infradead.org, linux-crypto@...r.kernel.org,
        linuxppc-dev@...ts.ozlabs.org,
        Ludovic Desroches <ludovic.desroches@...rochip.com>,
        Manoj Malviya <manojmalviya@...lsio.com>,
        Michael Ellerman <mpe@...erman.id.au>,
        M R Gowda <yeshaswi@...lsio.com>,
        Nayna Jain <nayna@...ux.ibm.com>,
        Nicolas Ferre <nicolas.ferre@...rochip.com>,
        Niklas Hernaeus <niklas.hernaeus@...ricsson.com>,
        Paul Mackerras <paulus@...ba.org>,
        Paulo Flabiano Smorigo <pfsmorigo@...il.com>,
        Rob Rice <rob.rice@...adcom.com>,
        Rohit Maheshwari <rohitm@...lsio.com>,
        Shujuan Chen <shujuan.chen@...ricsson.com>,
        Tudor Ambarus <tudor.ambarus@...rochip.com>,
        Vinay Kumar Yadav <vinay.yadav@...lsio.com>,
        Zaibo Xu <xuzaibo@...wei.com>
Subject: Re: [PATCH v3 00/10] Rid W=1 warnings in Crypto

On Thu, Mar 18, 2021 at 12:44:12PM +0000, Lee Jones wrote:
> This is set 1 of 2 sets required to fully clean Crypto.
> 
> v2: No functional changes since v1.
> v3: Description change and additional struct header fix
> 
> Lee Jones (10):
>   crypto: hisilicon: sec_drv: Supply missing description for
>     'sec_queue_empty()'s 'queue' param
>   crypto: bcm: Fix a whole host of kernel-doc misdemeanours
>   crypto: chelsio: chcr_core: Fix some kernel-doc issues
>   crypto: ux500: hash: hash_core: Fix worthy kernel-doc headers and
>     remove others
>   crypto: keembay: ocs-hcu: Fix incorrectly named functions/structs
>   crypto: atmel-ecc: Struct headers need to start with keyword 'struct'
>   crypto: caam: caampkc: Provide the name of the function and provide
>     missing descriptions
>   crypto: vmx: Source headers are not good kernel-doc candidates
>   crypto: nx: nx-aes-cbc: Repair some kernel-doc problems
>   crypto: cavium: nitrox_isr: Demote non-compliant kernel-doc headers
> 
>  drivers/crypto/atmel-ecc.c                |  2 +-
>  drivers/crypto/bcm/cipher.c               |  7 ++--
>  drivers/crypto/bcm/spu.c                  | 16 ++++-----
>  drivers/crypto/bcm/spu2.c                 | 43 +++++++++++++----------
>  drivers/crypto/bcm/util.c                 |  4 +--
>  drivers/crypto/caam/caamalg_qi2.c         |  3 ++
>  drivers/crypto/caam/caampkc.c             |  3 +-
>  drivers/crypto/cavium/nitrox/nitrox_isr.c |  4 +--
>  drivers/crypto/chelsio/chcr_algo.c        |  8 ++---
>  drivers/crypto/chelsio/chcr_core.c        |  2 +-
>  drivers/crypto/hisilicon/sec/sec_drv.c    |  1 +
>  drivers/crypto/keembay/ocs-hcu.c          |  8 ++---
>  drivers/crypto/nx/nx-aes-cbc.c            |  2 +-
>  drivers/crypto/nx/nx.c                    |  5 +--
>  drivers/crypto/nx/nx_debugfs.c            |  2 +-
>  drivers/crypto/ux500/cryp/cryp.c          |  5 +--
>  drivers/crypto/ux500/cryp/cryp_core.c     |  5 +--
>  drivers/crypto/ux500/cryp/cryp_irq.c      |  2 +-
>  drivers/crypto/ux500/hash/hash_core.c     | 15 +++-----
>  drivers/crypto/vmx/vmx.c                  |  2 +-
>  20 files changed, 73 insertions(+), 66 deletions(-)
> 
> Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>
> Cc: Andreas Westin <andreas.westin@...ricsson.com>
> Cc: Atul Gupta <atul.gupta@...lsio.com>
> Cc: Aymen Sghaier <aymen.sghaier@....com>
> Cc: Ayush Sawal <ayush.sawal@...lsio.com>
> Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>
> Cc: Berne Hebark <berne.herbark@...ricsson.com>
> Cc: "Breno Leitão" <leitao@...ian.org>
> Cc: Daniele Alessandrelli <daniele.alessandrelli@...el.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Declan Murphy <declan.murphy@...el.com>
> Cc: Harsh Jain <harsh@...lsio.com>
> Cc: Henrique Cerri <mhcerri@...ibm.com>
> Cc: Herbert Xu <herbert@...dor.apana.org.au>
> Cc: "Horia Geantă" <horia.geanta@....com>
> Cc: Jitendra Lulla <jlulla@...lsio.com>
> Cc: Joakim Bech <joakim.xx.bech@...ricsson.com>
> Cc: Jonas Linde <jonas.linde@...ricsson.com>
> Cc: Jonathan Cameron <jonathan.cameron@...wei.com>
> Cc: Kent Yoder <yoder1@...ibm.com>
> Cc: linux-arm-kernel@...ts.infradead.org
> Cc: linux-crypto@...r.kernel.org
> Cc: linuxppc-dev@...ts.ozlabs.org
> Cc: Ludovic Desroches <ludovic.desroches@...rochip.com>
> Cc: Manoj Malviya <manojmalviya@...lsio.com>
> Cc: Michael Ellerman <mpe@...erman.id.au>
> Cc: M R Gowda <yeshaswi@...lsio.com>
> Cc: Nayna Jain <nayna@...ux.ibm.com>
> Cc: Nicolas Ferre <nicolas.ferre@...rochip.com>
> Cc: Niklas Hernaeus <niklas.hernaeus@...ricsson.com>
> Cc: Paul Mackerras <paulus@...ba.org>
> Cc: Paulo Flabiano Smorigo <pfsmorigo@...il.com>
> Cc: Rob Rice <rob.rice@...adcom.com>
> Cc: Rohit Maheshwari <rohitm@...lsio.com>
> Cc: Shujuan Chen <shujuan.chen@...ricsson.com>
> Cc: Tudor Ambarus <tudor.ambarus@...rochip.com>
> Cc: Vinay Kumar Yadav <vinay.yadav@...lsio.com>
> Cc: Zaibo Xu <xuzaibo@...wei.com>

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