Re: [PATCH v10 01/10] livepatch: Use lists to manage patches, objects and functions

2018-03-13 Thread Josh Poimboeuf
On Wed, Mar 07, 2018 at 09:20:30AM +0100, Petr Mladek wrote: > From: Jason Baron > > Currently klp_patch contains a pointer to a statically allocated array of > struct klp_object and struct klp_objects contains a pointer to a statically > allocated array of klp_func. In order to allow for the dyn

[PATCH v10 01/10] livepatch: Use lists to manage patches, objects and functions

2018-03-07 Thread Petr Mladek
From: Jason Baron Currently klp_patch contains a pointer to a statically allocated array of struct klp_object and struct klp_objects contains a pointer to a statically allocated array of klp_func. In order to allow for the dynamic allocation of objects and functions, link klp_patch, klp_object, a