commit | b41d7cfef5696b4fb17a122d16e2fbf2a3bc0d9e | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Apr 02 23:51:39 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 04 11:04:08 2018 -0400 |
tree | e8585f04c3eba649b541012f980c404d2db140a2 | |
parent | 17dec0a949153d9ac00760ba2f5b78cb583e995f [diff] |
rxrpc: Fix undefined packet handling 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 <jaltman@auristor.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>