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.