From: Mathias Krause Date: Sun, 2 Sep 2012 21:31:41 +0000 (+0200) Subject: x86/vdso: Add __user annotation to VDSO32_SYMBOL X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~88^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1334064fb365ea8f299874c2b4c46de2bee74d;p=pandora-kernel.git x86/vdso: Add __user annotation to VDSO32_SYMBOL The address calculated by VDSO32_SYMBOL() is a pointer into userland. Add the __user annotation to fix related sparse warnings in its users. Signed-off-by: Mathias Krause Cc: Andy Lutomirski Link: http://lkml.kernel.org/r/1346621506-30857-3-git-send-email-minipli@googlemail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed