Re: [Xen-devel] [PATCH v7 09/14] jump_label: port __jump_table to linker tables

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:10:52PM -0800, Luis R. Rodriguez wrote: > Move the __jump_table from the a custom section solution > to a generic solution, this avoiding extra vmlinux.lds.h > customizations. > > This also demos the use of the .data linker table and of > the shared asm call push_section

[Xen-devel] [PATCH v7 09/14] jump_label: port __jump_table to linker tables

2017-01-15 Thread Luis R. Rodriguez
Move the __jump_table from the a custom section solution to a generic solution, this avoiding extra vmlinux.lds.h customizations. This also demos the use of the .data linker table and of the shared asm call push_section_tbl(). Built-in kernel functionality was tested with CONFIG_STATIC_KEYS_SELFT