linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove use of kmap()
@ 2021-06-22  6:14 ira.weiny
  2021-06-22  6:14 ` [PATCH 1/4] RDMA/hfi1: " ira.weiny
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: ira.weiny @ 2021-06-22  6:14 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Ira Weiny, Mike Marciniszyn, Dennis Dalessandro, Doug Ledford,
	Faisal Latif, Shiraz Saleem, Bernard Metzler, Kamal Heib,
	linux-rdma, linux-kernel

From: Ira Weiny <ira.weiny@intel.com>

kmap() is being deprecated and will break uses of device dax after PKS
protection is introduced.[1]

These kmap() usages don't need to be global and work fine as thread local
mappings.

Replace these kmap() calls with kmap_local_page() which is more appropriate.

The only final use of kmap() in the RDMA subsystem is in the qib driver which
is pretty old at this point.  The use is pretty convoluted and I doubt systems
using that driver are using persistent memory.  So it is left as is.  If this
is a problem I can dig into converting it as well.

[1] https://lore.kernel.org/lkml/20201009195033.3208459-59-ira.weiny@intel.com/

Ira Weiny (4):
  RDMA/hfi1: Remove use of kmap()
  RDMA/i40iw: Remove use of kmap()
  RDMA/siw: Remove kmap()
  RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()

 drivers/infiniband/hw/hfi1/sdma.c      |  4 +--
 drivers/infiniband/hw/i40iw/i40iw_cm.c | 10 +++---
 drivers/infiniband/sw/siw/siw_qp_tx.c  | 47 +++++++++++++++-----------
 3 files changed, 34 insertions(+), 27 deletions(-)

-- 
2.28.0.rc0.12.gb6a658bd00c9


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-07-15 18:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  6:14 [PATCH 0/4] Remove use of kmap() ira.weiny
2021-06-22  6:14 ` [PATCH 1/4] RDMA/hfi1: " ira.weiny
2021-06-24 18:13   ` Jason Gunthorpe
2021-06-22  6:14 ` [PATCH 2/4] RDMA/i40iw: " ira.weiny
2021-06-22 12:14   ` Jason Gunthorpe
2021-06-22 16:56   ` [PATCH V2] RDMA/irdma: " ira.weiny
2021-06-24 18:13     ` Jason Gunthorpe
2021-06-22  6:14 ` [PATCH 3/4] RDMA/siw: Remove kmap() ira.weiny
2021-07-15 18:00   ` Jason Gunthorpe
2021-06-22  6:14 ` [PATCH 4/4] RDMA/siw: Convert siw_tx_hdt() to kmap_local_page() ira.weiny
2021-06-22 20:34   ` [PATCH V2] " ira.weiny
2021-06-23 22:15     ` [PATCH V3] " ira.weiny
2021-06-24 17:48       ` [PATCH V4] " ira.weiny
2021-07-15 18:00         ` Jason Gunthorpe
2021-06-29 14:11       ` Bernard Metzler
2021-06-29 22:13         ` Ira Weiny
2021-06-24 15:45     ` [PATCH V3] " Bernard Metzler
2021-06-24 17:33       ` Ira Weiny
2021-06-23 14:36   ` [PATCH V2] " Bernard Metzler
2021-06-23 15:34     ` Ira Weiny
2021-06-22 16:42 ` [PATCH 4/4] " Bernard Metzler
2021-06-22 20:39   ` Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).