From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752876AbdHVXeZ (ORCPT ); Tue, 22 Aug 2017 19:34:25 -0400 Received: from ozlabs.org ([103.22.144.67]:35719 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752452AbdHVXeW (ORCPT ); Tue, 22 Aug 2017 19:34:22 -0400 Date: Wed, 23 Aug 2017 09:34:20 +1000 From: Stephen Rothwell To: David Miller , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: linux-next: build warning after merge of the net tree Message-ID: <20170823093420.4b64fa55@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 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: net/ipv6/route.c: In function 'rt6_check': net/ipv6/route.c:1294:43: warning: 'rt_cookie' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!rt6_get_cookie_safe(rt, &rt_cookie) || rt_cookie != cookie) ^ Introduced by commit c5cff8561d2d ("ipv6: add rcu grace period before freeing fib6_node") -- Cheers, Stephen Rothwell