Re: [PATCH 3/8] tcp: Add missing annotation for tcp_child_process()

From: David Miller
Date: Thu Mar 12 2020 - 02:20:19 EST


From: Jules Irenge <jbi.octave@xxxxxxxxx>
Date: Wed, 11 Mar 2020 01:09:03 +0000

> Sparse reports warning at tcp_child_process()
> warning: context imbalance in tcp_child_process() - unexpected unlock
> The root cause is the missing annotation at tcp_child_process()
>
> Add the missing __releases(&((child)->sk_lock.slock)) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>

Applied.