Re: [PATCH v5 3/6] module: s390: keep mod_arch_specific for livepatch modules

2016-03-21 Thread Miroslav Benes
On Wed, 16 Mar 2016, Jessica Yu wrote: > Livepatch needs to utilize the symbol information contained in the > mod_arch_specific struct in order to be able to call the s390 > apply_relocate_add() function to apply relocations. Keep a reference to > syminfo if the module is a livepatch module. Remov

[PATCH v5 3/6] module: s390: keep mod_arch_specific for livepatch modules

2016-03-18 Thread Jessica Yu
Livepatch needs to utilize the symbol information contained in the mod_arch_specific struct in order to be able to call the s390 apply_relocate_add() function to apply relocations. Keep a reference to syminfo if the module is a livepatch module. Remove the redundant vfree() in module_finalize() sin