[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161027131242.GA11187@kroah.com>
Date: Thu, 27 Oct 2016 15:12:42 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Oleg Drokin <oleg.drokin@...el.com>,
Patrick Farrell <paf@...y.com>, lustre-devel@...ts.lustre.org,
Bobi Jam <bobijam@...mail.com>,
James Simmons <uja.ornl@...oo.com>, Olaf Weber <olaf@....com>,
James Simmons <jsimmons@...radead.org>,
Jinshan Xiong <jinshan.xiong@...el.com>,
"John L . Hammond" <john.hammond@...el.com>,
Liang Zhen <liang.zhen@...el.com>,
Andreas Dilger <andreas.dilger@...el.com>,
Shivani Bhardwaj <shivanib134@...il.com>,
Andriy Skulysh <Andriy_Skulysh@...atex.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/2] staging: lustre: remove broken dead code in
cfs_cpt_table_create_pattern
On Tue, Oct 25, 2016 at 11:22:30PM +0200, Arnd Bergmann wrote:
> After a recent bugfix, we get a warning about the use of an uninitialized
> variable:
>
> drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c: In function 'cfs_cpt_table_create_pattern':
> drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c:833:7: error: 'str' may be used uninitialized in this function [-Werror=maybe-uninitialized]
>
> This part of the function used to not do anything as we would reassign
> the 'str' pointer to something else right away, but now we pass an
> uninitialized pointer into 'strchr', which can cause a kernel page fault
> or worse.
>
> Fixes: 239fd5d41f9b ("staging: lustre: libcfs: shortcut to create CPT from NUMA topology")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> drivers/staging/lustre/lnet/libcfs/linux/linux-cpu.c | 7 -------
> 1 file changed, 7 deletions(-)
Hm, I already applied the v1 versions of these, right? What changed
with these, they seem identical to me...
thanks,
greg k-h
Powered by blists - more mailing lists