lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 22 Sep 2014 14:36:14 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	harish.patil@...gic.com
Cc:	netdev@...r.kernel.org, Dept-GELinuxNICDev@...gic.com,
	sudarsana.kalluru@...gic.com
Subject: Re: [PATCH net-next 0/2] qlge: Fix compilation warning and update
 maintainers

From: Harish Patil <harish.patil@...gic.com>
Date: Thu, 18 Sep 2014 17:27:23 -0400

> From: Harish Patil <harish.patil@...gic.com>
> 
> This patch series includes the following set of patches:
> 
> - Fix the below warning message:
>   qlge_main.c:1754: warning: 'lbq_desc' may be used uninitialized in this function
> 
> I have made changes according to your earlier feedback:
> 
> "Please fix this differently.  The problem is that the compiler can't see that
> you've done the !length check at the top of the function, so when it later
> sees the while (length > 0) loop, it doesn't know that this loop will always
> execute at least once. Just change that loop to a do { } while() loop and
> the compiler will be able to see everything."
> 
> - Update qlge driver maintainers list
> 
> Please apply this series to net-next.

Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists