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