mbox series

[for-next,0/3] Clean up and improvements for 5.7

Message ID 20200316210246.7753.40221.stgit@awfm-01.aw.intel.com (mailing list archive)
Headers show
Series Clean up and improvements for 5.7 | expand

Message

Dennis Dalessandro March 16, 2020, 9:04 p.m. UTC
Here are some clean up/improvement patches. Mike got rid of dead code and Kaike
took a stab at fixing the kobj and cdev complaints.  This serious should
go before the AIP posting. I'll be posting a v2 of the AIP code soon, and I
think I still owe a response on one issue. Coming up, but for now it's just
these 3.

---

Kaike Wan (2):
      IB/hfi1: Remove kobj from hfi1_devdata
      IB/hfi1: Use the ibdev in hfi1_devdata as the parent of cdev

Mike Marciniszyn (1):
      IB/rdmavt: Delete unused routine


 drivers/infiniband/hw/hfi1/device.c   |   23 ++++++++++++-----
 drivers/infiniband/hw/hfi1/file_ops.c |    9 ++-----
 drivers/infiniband/hw/hfi1/hfi.h      |    3 --
 drivers/infiniband/hw/hfi1/init.c     |   44 ++++++++++-----------------------
 drivers/infiniband/sw/rdmavt/vt.c     |    6 -----
 5 files changed, 32 insertions(+), 53 deletions(-)

--
-Denny

Comments

Jason Gunthorpe March 18, 2020, 11:28 p.m. UTC | #1
On Mon, Mar 16, 2020 at 05:04:47PM -0400, Dennis Dalessandro wrote:
> Here are some clean up/improvement patches. Mike got rid of dead code and Kaike
> took a stab at fixing the kobj and cdev complaints.  This serious should
> go before the AIP posting. I'll be posting a v2 of the AIP code soon, and I
> think I still owe a response on one issue. Coming up, but for now it's just
> these 3.
> 
> 
> Kaike Wan (2):
>       IB/hfi1: Remove kobj from hfi1_devdata
> 
> Mike Marciniszyn (1):
>       IB/rdmavt: Delete unused routine

I'm going to take these two to for-next

>       IB/hfi1: Use the ibdev in hfi1_devdata as the parent of cdev

This one is getting closer to the right idea but needs a lot more work

Thanks,
Jason