Revision f2e9bd70327d788011cf787a51ceba5925bbc63a authored by Marciniszyn, Mike on 21 December 2012, 08:01:49 UTC, committed by David S. Miller on 26 December 2012, 23:17:37 UTC
0b088e00 ("RDS: Use page_remainder_alloc() for recv bufs")
added uses of sg_dma_len() and sg_dma_address(). This makes
RDS DOA with the qib driver.

IB ulps should use ib_sg_dma_len() and ib_sg_dma_address
respectively since some HCAs overload ib_sg_dma* operations.

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent af9b078
Raw File
Makefile
obj-$(CONFIG_SECURITY_YAMA) := yama.o

yama-y := yama_lsm.o
back to top