Re: [PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-02-05 Thread Josh Poimboeuf
On Sun, Feb 05, 2023 at 11:46:12AM +1100, Michael Ellerman wrote: > Josh Poimboeuf writes: > > On Tue, Jan 24, 2023 at 07:38:03PM -0800, Josh Poimboeuf wrote: > >> Fix a livepatch bug seen when reloading a patched module. > >> > >> This is the powerpc counterpart to Song Liu's fix for a similar i

Re: [PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-02-04 Thread Michael Ellerman
On Tue, 24 Jan 2023 19:38:03 -0800, Josh Poimboeuf wrote: > Fix a livepatch bug seen when reloading a patched module. > > This is the powerpc counterpart to Song Liu's fix for a similar issue on > x86: > > https://lkml.kernel.org/lkml/20230121004945.697003-2-s...@kernel.org > > [...] Applied

Re: [PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-02-04 Thread Michael Ellerman
Josh Poimboeuf writes: > On Tue, Jan 24, 2023 at 07:38:03PM -0800, Josh Poimboeuf wrote: >> Fix a livepatch bug seen when reloading a patched module. >> >> This is the powerpc counterpart to Song Liu's fix for a similar issue on >> x86: >> >> https://lkml.kernel.org/lkml/20230121004945.697003-

Re: [PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-02-04 Thread Josh Poimboeuf
On Tue, Jan 24, 2023 at 07:38:03PM -0800, Josh Poimboeuf wrote: > Fix a livepatch bug seen when reloading a patched module. > > This is the powerpc counterpart to Song Liu's fix for a similar issue on > x86: > > https://lkml.kernel.org/lkml/20230121004945.697003-2-s...@kernel.org > > Josh Poim

Re: [PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-01-27 Thread Joe Lawrence
On Tue, Jan 24, 2023 at 07:38:03PM -0800, Josh Poimboeuf wrote: > Fix a livepatch bug seen when reloading a patched module. > > This is the powerpc counterpart to Song Liu's fix for a similar issue on > x86: > > https://lkml.kernel.org/lkml/20230121004945.697003-2-s...@kernel.org > > Josh Poim

[PATCH 0/2] powerpc: Fix livepatch module re-patching issue

2023-01-24 Thread Josh Poimboeuf
Fix a livepatch bug seen when reloading a patched module. This is the powerpc counterpart to Song Liu's fix for a similar issue on x86: https://lkml.kernel.org/lkml/20230121004945.697003-2-s...@kernel.org Josh Poimboeuf (2): powerpc/module_64: Improve restore_r2() return semantics powerpc/