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]
Date:   Thu, 12 Jan 2017 15:09:30 +0200
From:   Leon Romanovsky <leon@...nel.org>
To:     Bart Van Assche <bart.vanassche@...disk.com>
Cc:     Doug Ledford <dledford@...hat.com>,
        Latchesar Ionkov <lucho@...kov.net>,
        devel@...verdev.osuosl.org, linux-nfs@...r.kernel.org,
        Andreas Dilger <andreas.dilger@...el.com>,
        linux-rdma@...r.kernel.org, netdev@...r.kernel.org,
        Trond Myklebust <trond.myklebust@...marydata.com>,
        linux-kernel@...r.kernel.org, linux-nvme@...ts.infradead.org,
        Anna Schumaker <anna.schumaker@...app.com>,
        Oleg Drokin <oleg.drokin@...el.com>,
        Eric Van Hensbergen <ericvh@...il.com>,
        target-devel@...r.kernel.org, Ron Minnich <rminnich@...dia.gov>,
        James Simmons <jsimmons@...radead.org>,
        v9fs-developer@...ts.sourceforge.net, rds-devel@....oracle.com,
        "David S . Miller" <davem@...emloft.net>,
        lustre-devel@...ts.lustre.org
Subject: Re: [PATCH 9/9] treewide: Inline ib_dma_map_*() functions

On Tue, Jan 10, 2017 at 04:56:48PM -0800, Bart Van Assche wrote:
> Almost all changes in this patch except the removal of local variables
> that became superfluous and the actual removal of the ib_dma_map_*()
> functions have been generated as follows:
>
> git grep -lE 'ib_(sg_|)dma_' |
>   xargs -d\\n \
>     sed -i -e 's/\([^[:alnum:]_]\)ib_dma_\([^(]*\)(\&\([^,]\+\),/\1dma_\2(\3.dma_device,/g' \
>            -e 's/\([^[:alnum:]_]\)ib_dma_\([^(]*\)(\([^,]\+\),/\1dma_\2(\3->dma_device,/g' \
> 	   -e 's/ib_sg_dma_\(len\|address\)(\([^,]\+\), /sg_dma_\1(/g'
>
> Signed-off-by: Bart Van Assche <bart.vanassche@...disk.com>
> Reviewed-by: Christoph Hellwig <hch@....de>
> Cc: Andreas Dilger <andreas.dilger@...el.com>
> Cc: Anna Schumaker <anna.schumaker@...app.com>
> Cc: David S. Miller <davem@...emloft.net>
> Cc: Eric Van Hensbergen <ericvh@...il.com>
> Cc: James Simmons <jsimmons@...radead.org>
> Cc: Latchesar Ionkov <lucho@...kov.net>
> Cc: Oleg Drokin <oleg.drokin@...el.com>
> Cc: Ron Minnich <rminnich@...dia.gov>
> Cc: Trond Myklebust <trond.myklebust@...marydata.com>
> Cc: devel@...verdev.osuosl.org
> Cc: linux-nfs@...r.kernel.org
> Cc: linux-nvme@...ts.infradead.org
> Cc: linux-rdma@...r.kernel.org
> Cc: lustre-devel@...ts.lustre.org
> Cc: netdev@...r.kernel.org
> Cc: rds-devel@....oracle.com
> Cc: target-devel@...r.kernel.org
> Cc: v9fs-developer@...ts.sourceforge.net
> ---
>  drivers/infiniband/core/mad.c                      |  28 +--
>  drivers/infiniband/core/rw.c                       |  30 ++-
>  drivers/infiniband/core/umem.c                     |   4 +-
>  drivers/infiniband/core/umem_odp.c                 |   6 +-
>  drivers/infiniband/hw/mlx4/cq.c                    |   2 +-
>  drivers/infiniband/hw/mlx4/mad.c                   |  28 +--
>  drivers/infiniband/hw/mlx4/mr.c                    |   4 +-
>  drivers/infiniband/hw/mlx4/qp.c                    |  10 +-
>  drivers/infiniband/hw/mlx5/mr.c                    |   4 +-

For mlx5 and mlx4 parts.
Acked-by: Leon Romanovsky <leonro@...lanox.com>

Thanks

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ