mbox series

[for-rc,0/4] Some more RC fixes for 5.16

Message ID 20211129191510.101968.6259.stgit@awfm-01.cornelisnetworks.com (mailing list archive)
Headers show
Series Some more RC fixes for 5.16 | expand

Message

Dennis Dalessandro Nov. 29, 2021, 7:19 p.m. UTC
Here's a few more fixes from Mike. Two of the issues were found through code
inspection while working on the panics. The BUG is a long standing issue but
just now surfaces in 5.16. He has marked 3 of the 4 as stable so we'd like to
get into the RC if possible.

---

Mike Marciniszyn (4):
      IB/hfi1: Correct guard on eager buffer deallocation
      IB/hfi1: Insure use of smp_processor_id() is preempt disabled
      IB/hfi1: Fix early init panic
      IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr


 drivers/infiniband/hw/hfi1/chip.c   |    2 ++
 drivers/infiniband/hw/hfi1/driver.c |    2 ++
 drivers/infiniband/hw/hfi1/init.c   |   40 +++++++++++++++--------------------
 drivers/infiniband/hw/hfi1/sdma.c   |    2 +-
 4 files changed, 22 insertions(+), 24 deletions(-)

--
-Denny

Comments

Jason Gunthorpe Dec. 7, 2021, 5:43 p.m. UTC | #1
On Mon, Nov 29, 2021 at 02:19:47PM -0500, Dennis Dalessandro wrote:
> Here's a few more fixes from Mike. Two of the issues were found through code
> inspection while working on the panics. The BUG is a long standing issue but
> just now surfaces in 5.16. He has marked 3 of the 4 as stable so we'd like to
> get into the RC if possible.
> 
> ---
> 
> Mike Marciniszyn (4):
>       IB/hfi1: Correct guard on eager buffer deallocation
>       IB/hfi1: Insure use of smp_processor_id() is preempt disabled
>       IB/hfi1: Fix early init panic
>       IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr

Applied to for-rc, thanks

Jason