Re: [PATCH v4 00/11] livepatch,module: Remove .klp.arch and module_disable_ro()

2020-05-07 Thread Jiri Kosina
On Wed, 29 Apr 2020, Josh Poimboeuf wrote: > v4: > - Fixed rebase bisection regression [Miroslav] > - Made module_enable_ro() static [Jessica] > - Added Acked-by's > > v3: > - klp: split klp_write_relocations() into object/section specific > functions [joe] > - s390: fix plt/got writes [joe] >

Re: [PATCH v4 00/11] livepatch,module: Remove .klp.arch and module_disable_ro()

2020-05-04 Thread Jiri Kosina
On Wed, 29 Apr 2020, Josh Poimboeuf wrote: > v4: > - Fixed rebase bisection regression [Miroslav] > - Made module_enable_ro() static [Jessica] > - Added Acked-by's > > v3: > - klp: split klp_write_relocations() into object/section specific > functions [joe] > - s390: fix plt/got writes [joe] >

Re: [PATCH v4 00/11] livepatch,module: Remove .klp.arch and module_disable_ro()

2020-04-30 Thread Jessica Yu
+++ Josh Poimboeuf [29/04/20 10:24 -0500]: v4: - Fixed rebase bisection regression [Miroslav] - Made module_enable_ro() static [Jessica] - Added Acked-by's v3: - klp: split klp_write_relocations() into object/section specific functions [joe] - s390: fix plt/got writes [joe] - s390: remove text_

[PATCH v4 00/11] livepatch,module: Remove .klp.arch and module_disable_ro()

2020-04-29 Thread Josh Poimboeuf
v4: - Fixed rebase bisection regression [Miroslav] - Made module_enable_ro() static [Jessica] - Added Acked-by's v3: - klp: split klp_write_relocations() into object/section specific functions [joe] - s390: fix plt/got writes [joe] - s390: remove text_mutex usage [mbenes] - x86: do text_poke_syn