[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F91D9A1-B87D-498F-8089-7008F6BD4F30@intel.com>
Date: Tue, 12 Aug 2014 01:58:45 +0000
From: "Drokin, Oleg" <oleg.drokin@...el.com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: Benedict Boerger <benedict.boerger@...tu-dortmund.de>,
"<linux-kernel@...r.kernel.org>" <linux-kernel@...r.kernel.org>,
"<devel@...verdev.osuosl.org>" <devel@...verdev.osuosl.org>,
"Dilger, Andreas" <andreas.dilger@...el.com>
Subject: Re: [PATCH] drivers: staging: lustre: fix sparse warnings / delete
unused function
On Aug 10, 2014, at 12:34 AM, Greg KH wrote:
> Very odd, with this patch applied, I now get a build warning:
>
> drivers/staging/lustre/lnet/lnet/config.c: In function ‘lnet_parse_ip2nets’:
> drivers/staging/lustre/lnet/lnet/config.c:1193:2: warning: ‘ipaddrs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
> lnet_ipaddr_free_enumeration(ipaddrs, nip);
> ^
What's even more odd is that the very previous line also uses ipaddrs, yet it does not trigger the warning.
In any case I believe it's a false positive, since the only way it could remain unitialized is if
libcfs_ipif_enumerate returned negative value (stored in nif in this function) and we check for it being more than zero
before getting to that part of code.
I'll submit a patch assigning ipaddrs to NULL as a workaround shortly.
Bye,
Oleg--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists