Re: [PATCH net-next] rxrpc: Fix undefined packet handling

2018-04-04 Thread David Miller
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

[PATCH net-next] rxrpc: Fix undefined packet handling

2018-04-02 Thread David Howells
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 --- net/rxrpc/input.c|6