Re: [PATCH V4 9/9] x86/jump_label: Batch jump label updates

2019-02-05 Thread Masami Hiramatsu
Hi Daniel, On Mon, 4 Feb 2019 20:59:02 +0100 Daniel Bristot de Oliveira wrote: > Currently, the jump label of a static key is transformed via the arch > specific function: > > void arch_jump_label_transform(struct jump_entry *entry, >enum jump_label_type

[PATCH V4 9/9] x86/jump_label: Batch jump label updates

2019-02-04 Thread Daniel Bristot de Oliveira
Currently, the jump label of a static key is transformed via the arch specific function: void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) The new approach (batch mode) uses two arch functions, the first has the same argumen