From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the net-next tree Date: Thu, 18 Jan 2018 12:20:34 +1100 Message-ID: <20180118122034.22baa9bc@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: David Miller , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jiri Pirko List-Id: linux-next.vger.kernel.org Hi all, After merging the net-next tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: net/sched/cls_api.c: In function 'tc_dump_tfilter': net/sched/cls_api.c:1362:8: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!tcf_chain_dump(chain, q, parent, skb, cb, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ index_start, &index)) ~~~~~~~~~~~~~~~~~~~~ Probably introduced by commit 7960d1daf278 ("net: sched: use block index as a handle instead of qdisc when block is shared") -- Cheers, Stephen Rothwell