Re: [POC 7/7] livepatching: Remove per-state version

2024-08-15 Thread Petr Mladek
On Thu 2024-07-25 16:16:44, Miroslav Benes wrote: > On Fri, 10 Nov 2023, Petr Mladek wrote: > > > The livepatch state API was added to help with maintaining: > > > >+ changes done by livepatch callbasks > >+ lifetime of shadow variables > > > > The original API was hard to use. Both obje

Re: [POC 7/7] livepatching: Remove per-state version

2024-07-25 Thread Miroslav Benes
On Fri, 10 Nov 2023, Petr Mladek wrote: > The livepatch state API was added to help with maintaining: > >+ changes done by livepatch callbasks >+ lifetime of shadow variables > > The original API was hard to use. Both objectives are better handled > by the new per-state callbacks. They a

[POC 7/7] livepatching: Remove per-state version

2023-11-10 Thread Petr Mladek
The livepatch state API was added to help with maintaining: + changes done by livepatch callbasks + lifetime of shadow variables The original API was hard to use. Both objectives are better handled by the new per-state callbacks. They are called when the state is introduced or removed. Ther