Re: [Xen-devel] [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:12:13PM -0800, Luis R. Rodriguez wrote: > This will be used later by the linker-table userspace sandbox. > > Signed-off-by: Luis R. Rodriguez > --- > tools/include/linux/export.h | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/tools/in

Re: [Xen-devel] [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:12:13PM -0800, Luis R. Rodriguez wrote: > This will be used later by the linker-table userspace sandbox. That does not explan what this is, why it is needed, or anything at all :( ___ Xen-devel mailing list Xen-devel@lists.xe

[Xen-devel] [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()

2017-01-15 Thread Luis R. Rodriguez
This will be used later by the linker-table userspace sandbox. Signed-off-by: Luis R. Rodriguez --- tools/include/linux/export.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/tools/include/linux/export.h b/tools/include/linux/export.h index d07e586b9ba0..cb7d6b490e0