mbox series

[for-rc,0/2] Patches for 4.20 rc cycle

Message ID 20181128143119.10591.16943.stgit@scvm10.sc.intel.com (mailing list archive)
Headers show
Series Patches for 4.20 rc cycle | expand

Message

Dennis Dalessandro Nov. 28, 2018, 2:44 p.m. UTC
Hi Doug and Jason,

Here are two patches that would be good to land in the RC. One fixes a bug
found by KASAN that was marked stable. The other fixes something that was
introduced in the last release cycle.

Both patches are pretty small.

---

Michael J. Ruhl (1):
      IB/hfi1: Fix a latency issue for small messages

Piotr Stankiewicz (1):
      IB/hfi1: Fix an out-of-bounds access in get_hw_stats


 drivers/infiniband/hw/hfi1/chip.c  |    3 ++-
 drivers/infiniband/hw/hfi1/hfi.h   |    2 ++
 drivers/infiniband/hw/hfi1/qp.c    |    7 +++++++
 drivers/infiniband/hw/hfi1/verbs.c |    2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

--
-Denny

Comments

Doug Ledford Dec. 3, 2018, 9:07 p.m. UTC | #1
On Wed, 2018-11-28 at 06:44 -0800, Dennis Dalessandro wrote:
> Hi Doug and Jason,
> 
> Here are two patches that would be good to land in the RC. One fixes a bug
> found by KASAN that was marked stable. The other fixes something that was
> introduced in the last release cycle.
> 
> Both patches are pretty small.

The first patch was more of a performance issue than a true bugfix.  I
took it, but mainly because it was small and the commit message implied
the regression was significant.

> ---
> 
> Michael J. Ruhl (1):
>       IB/hfi1: Fix a latency issue for small messages
> 
> Piotr Stankiewicz (1):
>       IB/hfi1: Fix an out-of-bounds access in get_hw_stats
> 
> 
>  drivers/infiniband/hw/hfi1/chip.c  |    3 ++-
>  drivers/infiniband/hw/hfi1/hfi.h   |    2 ++
>  drivers/infiniband/hw/hfi1/qp.c    |    7 +++++++
>  drivers/infiniband/hw/hfi1/verbs.c |    2 +-
>  4 files changed, 12 insertions(+), 2 deletions(-)
> 
> --
> -Denny