Re: [PATCH v5 1/6] Elf: add livepatch-specific Elf constants

2016-03-21 Thread Miroslav Benes
On Wed, 16 Mar 2016, Jessica Yu wrote: > Livepatch manages its own relocation sections and symbols in order to be > able to reuse module loader code to write relocations. This removes > livepatch's dependence on separate "dynrela" sections to write relocations > and also allows livepatch to patch

[PATCH v5 1/6] Elf: add livepatch-specific Elf constants

2016-03-19 Thread Jessica Yu
Livepatch manages its own relocation sections and symbols in order to be able to reuse module loader code to write relocations. This removes livepatch's dependence on separate "dynrela" sections to write relocations and also allows livepatch to patch modules that are not yet loaded. The livepatch