From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752094AbcFUKGv (ORCPT ); Tue, 21 Jun 2016 06:06:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51631 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbcFUKGo convert rfc822-to-8bit (ORCPT ); Tue, 21 Jun 2016 06:06:44 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <6563611.x9M4D6kWiH@wuerfel> References: <6563611.x9M4D6kWiH@wuerfel> <20160617095555.1696781-1-arnd@arndb.de> <3356.1466498932@warthog.procyon.org.uk> To: Arnd Bergmann Cc: dhowells@redhat.com, "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rxrpc: fix uninitialized variable use MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9369.1466503553.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 21 Jun 2016 11:05:53 +0100 Message-ID: <9370.1466503553@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 21 Jun 2016 10:05:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > > I'm actually more tempted to put a BUG() in there because if any new family > > support (say AF_INET6) is added, I want to make sure I catch all the places. > > Makes sense. Do you want to do the patch yourself, or should I send > a new one doing that? > > Maybe WARN() would be better than BUG()? That would still get the attention > it needs but not kill the process. I can stick a WARN() into your patch. David