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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 9 Aug 2020 12:54:28 +0530 From: Suraj Upadhyay <usuraj35@...il.com> To: dledford@...hat.com, jgg@...pe.ca Cc: linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org Subject: [PATCH 0/4] Infiniband Subsystem: Remove pci-dma-compat wrapper APIs. Hii Developers, This patch series will replace all the legacy pci-dma-compat wrappers with the dma-mapping APIs directly in the INFINIBAND Subsystem. This task is done through a coccinelle script which is described in each commit message. The changes are compile tested. Thanks, Suraj Upadhyay. Suraj Upadhyay (4): IB/hfi1: Remove pci-dma-compat wrapper APIs IB/mthca: Remove pci-dma-compat wrapper APIs RDMA/qib: Remove pci-dma-compat wrapper APIs RDMA/pvrdma: Remove pci-dma-compat wrapper APIs drivers/infiniband/hw/hfi1/pcie.c | 8 +++---- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 13 +++++------ drivers/infiniband/hw/mthca/mthca_eq.c | 21 +++++++++-------- drivers/infiniband/hw/mthca/mthca_main.c | 8 +++---- drivers/infiniband/hw/mthca/mthca_memfree.c | 23 +++++++++++-------- drivers/infiniband/hw/qib/qib_file_ops.c | 12 +++++----- drivers/infiniband/hw/qib/qib_init.c | 4 ++-- drivers/infiniband/hw/qib/qib_pcie.c | 8 +++---- drivers/infiniband/hw/qib/qib_user_pages.c | 12 +++++----- .../infiniband/hw/vmw_pvrdma/pvrdma_main.c | 6 ++--- 10 files changed, 59 insertions(+), 56 deletions(-) -- 2.17.1
Powered by blists - more mailing lists