From: Adrian Bunk <[EMAIL PROTECTED]>
This patch fixes an off-by-one spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/nes/nes_verbs.c |2 +-
1 files changed, 1 insertions(+), 1 deletion
From: Chien Tung <[EMAIL PROTECTED]>
Adrian Bunk found some apparently dead code in nes_verbs.c
after a coverity review that really shouldn't have been dead.
The function nes_create_cq() was missing the following assignment
err = 1;
just prior to an iteration that conditionally set er
Adrian Bunk flagged this check-after-use issue spotted by the
Coverity checker.
Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/nes/nes_verbs.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/drivers/infiniband/hw/nes/nes_verbs.c
b/drivers/
From: Faisal Latif <[EMAIL PROTECTED]>
Use-after-free spotted by Coverity checker. Flagged by Adrian Bunk.
Signed-off-by: Faisal Latif <[EMAIL PROTECTED]>
Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/nes/nes_cm.c |1 +
1 files changed, 1 insertions(+), 0 delet
From: Faisal Latif <[EMAIL PROTECTED]>
With commit ef19454bd437b2ba, behavior of crc32c changes on
big-endian platforms.
Our algorithm expects previous behavior otherwise we have
rdma connection establishment failure on big-endian platforms
like ppc64. Applying cpu_to_le32() to value returned by
From: Faisal Latif <[EMAIL PROTECTED]>
With commit ef19454bd437b2ba, behavior of crc32c changes on
big-endian platforms.
Our algorithm expects previous behavior otherwise we have
rdma connection establishment failure on big-endian platforms
like ppc64. Applying cpu_to_le32() to value returned by
From: John Lacombe <[EMAIL PROTECTED]>
Interrupt moderation low threshold value was incorrectly
triggering, indicating that the threshold should be lowered.
The impact was the timer was likely to become 40usecs and get
stuck there. The biggest side effect was too many interrupts
and nonoptimal p
From: Adrian Bunk <[EMAIL PROTECTED]>
This patch fixes a check-after-use spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/nes/nes.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(
From: Adrian Bunk <[EMAIL PROTECTED]>
This patch fixes a memory leak spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]>
---
drivers/infiniband/hw/nes/nes_cm.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions
9 matches
Mail list logo