From: Jules Irenge <jbi.octave@xxxxxxxxx> Date: Sun, 23 Feb 2020 23:16:55 +0000 > Sparse reports a warning at dccp_child_process() > warning: context imbalance in dccp_child_process() - unexpected unlock > The root cause is the missing annotation at dccp_child_process() > Add the missing __releases(child) annotation > > Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx> Applied.