Re: [PATCH v2 1/2] powerpc/code-patching: Test patch_instructions() during boot

2024-05-08 Thread Michael Ellerman
On Mon, 25 Mar 2024 16:28:14 +1100, Benjamin Gray wrote: > patch_instructions() introduces new behaviour with a couple of > variations. Test each case of > > * a repeated 32-bit instruction, > * a repeated 64-bit instruction (ppc64), and > * a copied sequence of instructions > > [...]

[PATCH v2 1/2] powerpc/code-patching: Test patch_instructions() during boot

2024-03-24 Thread Benjamin Gray
patch_instructions() introduces new behaviour with a couple of variations. Test each case of * a repeated 32-bit instruction, * a repeated 64-bit instruction (ppc64), and * a copied sequence of instructions for both on a single page and when it crosses a page boundary. Signed-off-by: