From: Tim Smith Date: Fri, 7 Feb 2014 18:58:43 +0000 (+0000) Subject: af_rxrpc: Prevent RxRPC peers from ABORT-storming one another X-Git-Tag: v3.15-rc1~113^2~209^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f3a40cb70fa53a5160b8f061ff219b00992626;p=pandora-kernel.git af_rxrpc: Prevent RxRPC peers from ABORT-storming one another When an ABORT is sent, aborting a connection, the sender quite reasonably forgets about the connection. If another frame is received, another ABORT will be sent. When the receiver gets it, it no longer applies to an extant connection, so an ABORT is sent, and so on... Prevent this by never sending a rejection for an ABORT packet. Signed-off-by: Tim Smith Signed-off-by: David Howells --- Reading git-diff-tree failed