From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbeARBUl (ORCPT ); Wed, 17 Jan 2018 20:20:41 -0500 Received: from ozlabs.org ([103.22.144.67]:59463 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbeARBUj (ORCPT ); Wed, 17 Jan 2018 20:20:39 -0500 Date: Thu, 18 Jan 2018 12:20:34 +1100 From: Stephen Rothwell To: David Miller , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jiri Pirko Subject: linux-next: build warning after merge of the net-next tree Message-ID: <20180118122034.22baa9bc@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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