Perform local label lookup
commit8d79ef8142b754061d6ef26a3ba29ba503a3621d
authorChristopher Li <sparse@chrisli.org>
Fri, 19 Oct 2007 21:08:16 +0000 (19 14:08 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 21 Oct 2007 02:15:00 +0000 (20 19:15 -0700)
treec5d369ae41f1d59155925fc2d214200d5fe4c5b2
parentfa7d792f66cf02b86dd834d06b267ec66ddfe700
Perform local label lookup

This patch fix the sparse breakage triggered by
rcu_read_lock() lockdep annotations.

Now sparse look up the local label in symbol node
name space as well, just like looking up a normal
symbol node. Now a lable symbol can be both
type SYM_LABEL or SYM_NODE with MOD_LABEL.

Singed-Off-By: Christopher Li <sparse@chrisli.org>
parse.c
validation/local-label.c [new file with mode: 0644]