On Tue, 22 Mar 2016, Jessica Yu wrote:
> This patchset removes livepatch's need for architecture-specific relocation
> code by leveraging existing code in the module loader to perform
> arch-dependent work.
This is now in livepatching.git#for-4.7/arch-independent-klp-relocations
I was waiting a
On Wed, Mar 30, 2016 at 01:24:08AM +0200, Jiri Kosina wrote:
> On Tue, 29 Mar 2016, Jessica Yu wrote:
>
> > > v6:
> > > - Since we hard-code the field widths for the objname and symbol name
> > > for the sscanf() calls, which are supposed to correspond to the values
> > > of MODULE_NAME_LEN an
On Tue, 29 Mar 2016, Jessica Yu wrote:
> > v6:
> > - Since we hard-code the field widths for the objname and symbol name
> > for the sscanf() calls, which are supposed to correspond to the values
> > of MODULE_NAME_LEN and KSYM_NAME_LEN, use BUILD_BUG_ON() to detect when
> > the values of th
+++ Jessica Yu [22/03/16 20:03 -0400]:
Patches based on linux-next.
Previous patchset (v5) found here:
http://lkml.kernel.org/g/1458157628-8264-1-git-send-email-j...@redhat.com
v6:
- Since we hard-code the field widths for the objname and symbol name
for the sscanf() calls, which are suppose
On Tue, 22 Mar 2016, Jessica Yu wrote:
> v6:
> - Since we hard-code the field widths for the objname and symbol name
>for the sscanf() calls, which are supposed to correspond to the values
>of MODULE_NAME_LEN and KSYM_NAME_LEN, use BUILD_BUG_ON() to detect when
>the values of these co
On Tue, Mar 22, 2016 at 08:03:14PM -0400, Jessica Yu wrote:
> Patches based on linux-next.
>
> Previous patchset (v5) found here:
> http://lkml.kernel.org/g/1458157628-8264-1-git-send-email-j...@redhat.com
>
> v6:
> - Since we hard-code the field widths for the objname and symbol name
>for t
This patchset removes livepatch's need for architecture-specific relocation
code by leveraging existing code in the module loader to perform
arch-dependent work. Specifically, instead of duplicating code and
re-implementing what the apply_relocate_add() function in the module loader
already does in
This patchset removes livepatch's need for architecture-specific relocation
code by leveraging existing code in the module loader to perform
arch-dependent work. Specifically, instead of duplicating code and
re-implementing what the apply_relocate_add() function in the module loader
already does in
On Wed 2016-02-03 20:11:05, Jessica Yu wrote:
> This patchset removes livepatch's need for architecture-specific relocation
> code by leveraging existing code in the module loader to perform
> arch-dependent work. Specifically, instead of duplicating code and
> re-implementing what the apply_reloca
On Mon, Feb 08, 2016 at 03:54:22PM +0100, Miroslav Benes wrote:
> On Wed, 3 Feb 2016, Jessica Yu wrote:
>
> > Jessica Yu (6):
> > Elf: add livepatch-specific Elf constants
> > module: preserve Elf information for livepatch modules
> > module: s390: keep mod_arch_specific for livepatch module
On Wed, 3 Feb 2016, Jessica Yu wrote:
> Jessica Yu (6):
> Elf: add livepatch-specific Elf constants
> module: preserve Elf information for livepatch modules
> module: s390: keep mod_arch_specific for livepatch modules
> livepatch: reuse module loader code to write relocations
> samples:
This patchset removes livepatch's need for architecture-specific relocation
code by leveraging existing code in the module loader to perform
arch-dependent work. Specifically, instead of duplicating code and
re-implementing what the apply_relocate_add() function in the module loader
already does in
12 matches
Mail list logo