From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E317CC33C9E for ; Mon, 6 Jan 2020 18:10:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B29252146E for ; Mon, 6 Jan 2020 18:10:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578334210; bh=arsveJq0EXpuHjbM0berwr0UlFHCz70bOB+vWGvE1VY=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=gcPtNjyCkG6LlytJsVxZDsvXr5Gv0OXDjD803Zh1mdfz9CUVOoQW+qNDzqmSi46YH dIq+CsjT2ifEMIZ4C28tCkVqqi2wqj1lNXxIZfa1MvyoH3f/A84Hu7zwMEcyhB4MWw 4jVW/7k0y8jntHRcvuxS/fJwMBxsd38K4rWS8brI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726719AbgAFSKJ (ORCPT ); Mon, 6 Jan 2020 13:10:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:40654 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726448AbgAFSKH (ORCPT ); Mon, 6 Jan 2020 13:10:07 -0500 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (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 01E0D2072C; Mon, 6 Jan 2020 18:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578334207; bh=arsveJq0EXpuHjbM0berwr0UlFHCz70bOB+vWGvE1VY=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=fVN5/OudB2YehRnliAeW+mOotlQXg7CT4j2xOmrHSU4s2qf6Hf7dB+IkYEu4VJIjH uyao6GqCG7naR6fk84/zzR6YFHuv6ObBnB4QmN9Csdr9SCWFSrfj+dPT7vbC+IufqS DuTAFGmx47M193lpAjUCV9cXS/csnccXeraewWtw= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id C9484352274D; Mon, 6 Jan 2020 10:10:06 -0800 (PST) Date: Mon, 6 Jan 2020 10:10:06 -0800 From: "Paul E. McKenney" To: Olof Johansson Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Eric Dumazet Subject: Re: linux-next: build warning after merge of the rcu tree Message-ID: <20200106181006.GL13449@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191212160622.021517d3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, Jan 06, 2020 at 09:51:47AM -0800, Olof Johansson wrote: > Hi, > > On Wed, Dec 11, 2019 at 9:06 PM Stephen Rothwell wrote: > > > > Hi all, > > > > After merging the rcu (I think) tree, today's linux-next build (x86_64 > > allnoconfig) produced this warning: > > > > kernel/time/timer.c: In function 'schedule_timeout': > > kernel/time/timer.c:969:20: warning: 'timer.expires' may be used uninitialized in this function [-Wmaybe-uninitialized] > > 969 | long diff = timer->expires - expires; > > | ~~~~~^~~~~~~~~ > > > > Introduced by (bisected to) commit > > > > c4127fce1d02 ("timer: Use hlist_unhashed_lockless() in timer_pending()") > > > > x86_64-linux-gnu-gcc (Debian 9.2.1-21) 9.2.1 20191130 > > This is still there as of last night's -next. Any update on getting a > fix queued together with the offending patch? Hello, Olof, Thank you, I had indeed lost track of this one. :-/ Does Eric's patch fix things for you? https://lore.kernel.org/lkml/CANn89i+xomdo4HFqewrfNf_Z4Q5ayXuW6A4SjSkE46JXP9KuFw@mail.gmail.com/ Thanx, Paul