Re: [PATCH net-next] sctp: add pr_debug for tracking asocs not found

2016-12-28 Thread David Miller
From: Marcelo Ricardo Leitner Date: Wed, 28 Dec 2016 09:51:56 -0200 > This pr_debug may help identify why the system is generating some > Aborts. It's not something a sysadmin would be expected to use. > > Signed-off-by: Marcelo Ricardo Leitner Applied.

[PATCH net-next] sctp: add pr_debug for tracking asocs not found

2016-12-28 Thread Marcelo Ricardo Leitner
This pr_debug may help identify why the system is generating some Aborts. It's not something a sysadmin would be expected to use. Signed-off-by: Marcelo Ricardo Leitner --- net/sctp/input.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/net/sctp/input.c b/