Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp261767ybm; Tue, 26 May 2020 16:17:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxyIPcstEGsuXi8F1PEQfbimPjykR+qsssi/Ge3d0CkvTEWKTq7tGfpKpzs1zjZq7TS+LoF X-Received: by 2002:a17:906:4d0d:: with SMTP id r13mr3364502eju.282.1590535026282; Tue, 26 May 2020 16:17:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590535026; cv=none; d=google.com; s=arc-20160816; b=UOKOdqMdMur/DirYtBUAwYrEIzbdkYJVzD+27IikoAqo75m3W7IpbXA/1yqbUH4qUp zMlrUl/grE7Vrivob9h/NUalODG2+u9xNG2Pzka4DlO7vEfzYh9uhvIFttRsQj/QvdYg pzZllXFj1yuvg6Er5ztknr6vh7ih2M6DTjL7MecxHNxK+izzgQ1dBWFNBCuvYnOcIakd xKAodkffA8HLhxXApbrzJNnPpamMe9G4/c06/9evEQVfutC0RL9n1QAqcuERobHGkUBh wPl+4vJW3GZRrBKvmUMsHLvhTh0yyE/80Qdak/0oUFuSeUPYtuw+pmaG6yJSvJOjzAEU qFyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=1w0geLbBJZhV9smu81JhyKNOAs69CqursyxYB/Xqcj8=; b=Tp8nDNjIPyRO+6iwqkLLNQdfcYoTousMtbGBUwkuiPdYguwYtrSR+de2XvgkW1vRw+ aZaaKA+JCbfDXKhCnb67vcdDXRqIhZDTpnCDJ3Ix3h76bPcIVcVcJViaqfXBuzEu8hQy 1VElGlg7xplwbh/qlrIvCXHWArDvpPzz4VwGyU/Zw3Ev8T8nTI9sWgNJXltwdqHFFBpr jMPsZqfF3mXFzt3IAjO4YDuraNWdDACPsJ6wfpKB0HSC2z7rm3VpS79uOSBKAgdbSZ6V D/Wbz2+xtZ8FmrOLNbzsOk8ZdG6KXwYCOCHLCeqgHtuJExEN+mD9XnUDg9qju0vzLzye SMgQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=RyJh5N8y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id me25si696467ejb.481.2020.05.26.16.16.42; Tue, 26 May 2020 16:17:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=RyJh5N8y; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404447AbgEZTUF (ORCPT + 99 others); Tue, 26 May 2020 15:20:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:42552 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404153AbgEZTMz (ORCPT ); Tue, 26 May 2020 15:12:55 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 271B2208B3; Tue, 26 May 2020 19:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590520374; bh=tp/HQEMAxy6eE4ZBdZZxf6X4ju8GZ6SIyB/TvQ0Vugc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RyJh5N8ynZxx+fTQuZk+ukl4O1Et5ybjy8cW1faw+W1f7rByVLOfEI4NB/Fmzbs+3 W603qRJ6WBRIbXyXbL1LSx2ZBFfUXjpL2jcTRVVDN/UjWoMvl/Bq/+pWz0h0cRMbJK 4Wn8cUxrJhVyIMFzWo0/M5iTOLL/JppQy2EBrOuU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Stephen Rothwell , Thomas Gleixner , Sasha Levin Subject: [PATCH 5.6 053/126] ARM: futex: Address build warning Date: Tue, 26 May 2020 20:53:10 +0200 Message-Id: <20200526183942.515211467@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200526183937.471379031@linuxfoundation.org> References: <20200526183937.471379031@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thomas Gleixner [ Upstream commit 8101b5a1531f3390b3a69fa7934c70a8fd6566ad ] Stephen reported the following build warning on a ARM multi_v7_defconfig build with GCC 9.2.1: kernel/futex.c: In function 'do_futex': kernel/futex.c:1676:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] 1676 | return oldval == cmparg; | ~~~~~~~^~~~~~~~~ kernel/futex.c:1652:6: note: 'oldval' was declared here 1652 | int oldval, ret; | ^~~~~~ introduced by commit a08971e9488d ("futex: arch_futex_atomic_op_inuser() calling conventions change"). While that change should not make any difference it confuses GCC which fails to work out that oldval is not referenced when the return value is not zero. GCC fails to properly analyze arch_futex_atomic_op_inuser(). It's not the early return, the issue is with the assembly macros. GCC fails to detect that those either set 'ret' to 0 and set oldval or set 'ret' to -EFAULT which makes oldval uninteresting. The store to the callsite supplied oldval pointer is conditional on ret == 0. The straight forward way to solve this is to make the store unconditional. Aside of addressing the build warning this makes sense anyway because it removes the conditional from the fastpath. In the error case the stored value is uninteresting and the extra store does not matter at all. Reported-by: Stephen Rothwell Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/87pncao2ph.fsf@nanos.tec.linutronix.de Signed-off-by: Sasha Levin --- arch/arm/include/asm/futex.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/futex.h b/arch/arm/include/asm/futex.h index 83c391b597d4..fdc4ae3e7378 100644 --- a/arch/arm/include/asm/futex.h +++ b/arch/arm/include/asm/futex.h @@ -164,8 +164,13 @@ arch_futex_atomic_op_inuser(int op, int oparg, int *oval, u32 __user *uaddr) preempt_enable(); #endif - if (!ret) - *oval = oldval; + /* + * Store unconditionally. If ret != 0 the extra store is the least + * of the worries but GCC cannot figure out that __futex_atomic_op() + * is either setting ret to -EFAULT or storing the old value in + * oldval which results in a uninitialized warning at the call site. + */ + *oval = oldval; return ret; } -- 2.25.1