Message ID | 20180919065144.25010-1-ard.biesheuvel@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | add support for relative references in jump tables | expand |
On Tue, Sep 18, 2018 at 11:51:35PM -0700, Ard Biesheuvel wrote: > Ard Biesheuvel (8): > kernel/jump_label: abstract jump_entry member accessors > kernel/jump_label: implement generic support for relative references > arm64/kernel: jump_label: switch to relative references > x86: add support for 64-bit place relative relocations > x86: jump_label: switch to jump_entry accessors > x86/kernel: jump_table: use relative references > jump_label: annotate entries that operate on __init code earlier > jump_table: move entries into ro_after_init region > > Heiko Carstens (1): > s390/jump_label: switch to relative references This all looks good to me; Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Ingo, could you queue this?
On 19 September 2018 at 15:08, Peter Zijlstra <peterz@infradead.org> wrote: > On Tue, Sep 18, 2018 at 11:51:35PM -0700, Ard Biesheuvel wrote: > >> Ard Biesheuvel (8): >> kernel/jump_label: abstract jump_entry member accessors >> kernel/jump_label: implement generic support for relative references >> arm64/kernel: jump_label: switch to relative references >> x86: add support for 64-bit place relative relocations >> x86: jump_label: switch to jump_entry accessors >> x86/kernel: jump_table: use relative references >> jump_label: annotate entries that operate on __init code earlier >> jump_table: move entries into ro_after_init region >> >> Heiko Carstens (1): >> s390/jump_label: switch to relative references > > This all looks good to me; > > Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> > > Ingo, could you queue this? I wouldn't mind if these could go in for the next cycle if there are no remaining concerns. Thanks, Ard.
On Wed, Sep 19, 2018 at 6:08 AM, Peter Zijlstra <peterz@infradead.org> wrote: > On Tue, Sep 18, 2018 at 11:51:35PM -0700, Ard Biesheuvel wrote: > >> Ard Biesheuvel (8): >> kernel/jump_label: abstract jump_entry member accessors >> kernel/jump_label: implement generic support for relative references >> arm64/kernel: jump_label: switch to relative references >> x86: add support for 64-bit place relative relocations >> x86: jump_label: switch to jump_entry accessors >> x86/kernel: jump_table: use relative references >> jump_label: annotate entries that operate on __init code earlier >> jump_table: move entries into ro_after_init region >> >> Heiko Carstens (1): >> s390/jump_label: switch to relative references > > This all looks good to me; > > Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> > > Ingo, could you queue this? Seconded. :) (My Reviewed-by tags are already in the patches I've examined.) Thanks! -Kees