On Thu, Dec 12, 2019 at 07:28:19AM -0500, Max Hirsch wrote: > I am happy to make a larger/functional change. From what I read, > desired patch scope is proportional to linux community involvement but > if that not how you guys do the infiniband driver that fine. Whats a > feature you guys want but no one is working on yet, or rather where is > such a list kept? I'm assuming that you don't have RDMA HW, so let's start from compilation only task. You can start from fixing smatch and sparse compilation warnings. Smatch: make -j 32 CHECK=smatch -p=kernel drivers/infiniband Sparse: make -j 32 CHECK=sparse C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' -p=kernel drivers/infiniband And we will be thrilled to see your patches merged. Thanks