summaryrefslogtreecommitdiff
path: root/arch/sparc/vdso/checkundef.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23sparc: Validate VDSO for undefined symbols.David S. Miller1-0/+10
There should be no undefined symbols in the resulting VDSO image(s). On sparc, fixed register usage can result in undefined symbols ending up in the image. To combat this, we do two things: 1) Define current_thread_info() specially when BUILD_DSO. 2) Ignore "#scratch" register undefined symbols in the output. Signed-off-by: David S. Miller <davem@davemloft.net>