aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorJules Irenge <[email protected]>2020-03-11 01:09:01 +0000
committerDaniel Borkmann <[email protected]>2020-03-13 20:55:07 +0100
commitdcce11d545cc5d04c3fb529a8e2a0da987389139 (patch)
treed235ecfa4fa2b74ecdb43d8371d8fac296ec804a /drivers/usb/cdns3/cdns3-debug.h
parent5996a587a466fa469531272139d23a3b56e07e5c (diff)
bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()
Sparse reports a warning at __bpf_prog_enter() and __bpf_prog_exit() warning: context imbalance in __bpf_prog_enter() - wrong count at exit warning: context imbalance in __bpf_prog_exit() - unexpected unlock The root cause is the missing annotation at __bpf_prog_enter() and __bpf_prog_exit() Add the missing __acquires(RCU) annotation Add the missing __releases(RCU) annotation Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions