Re: [PATCH v3 12/14] tools/kernel.h: hide noinstr

2020-06-22 Thread kernel test robot
Hi Sasha, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc2 next-20200622] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in

[PATCH v3 12/14] tools/kernel.h: hide noinstr

2020-06-22 Thread Sasha Levin
After 65538943 ("vmlinux.lds.h: Create section for protection against instrumentation") we need to ignore "noinstr" in userspace. Signed-off-by: Sasha Levin --- tools/include/linux/kernel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/include/linux/kernel.h