From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] rxrpc: Fix undefined packet handling Date: Wed, 04 Apr 2018 11:06:23 -0400 (EDT) Message-ID: <20180404.110623.1227186154122913076.davem@davemloft.net> References: <152270949946.20618.15535005483715424318.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org To: dhowells@redhat.com Return-path: In-Reply-To: <152270949946.20618.15535005483715424318.stgit@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: David Howells Date: Mon, 02 Apr 2018 23:51:39 +0100 > By analogy with other Rx implementations, RxRPC packet types 9, 10 and 11 > should just be discarded rather than being aborted like other undefined > packet types. > > Reported-by: Jeffrey Altman > Signed-off-by: David Howells Applied, thank you.