Re: [PATCH 2/2] arm64: Implement HAVE_LIVEPATCH

2025-03-13 Thread Breno Leitao
On Fri, Mar 07, 2025 at 05:27:42PM -0800, Song Liu wrote: > This is largely based on [1] by Suraj Jitindar Singh. > > Test coverage: > > - Passed manual tests with samples/livepatch. > - Passed all but test-kprobe.sh in selftests/livepatch. > test-kprobe.sh is expected to fail, because arm64 do

Re: [PATCH 2/2] arm64: Implement HAVE_LIVEPATCH

2025-03-12 Thread Miroslav Benes
Hi, On Fri, 7 Mar 2025, Song Liu wrote: > This is largely based on [1] by Suraj Jitindar Singh. > > Test coverage: > > - Passed manual tests with samples/livepatch. > - Passed all but test-kprobe.sh in selftests/livepatch. > test-kprobe.sh is expected to fail, because arm64 doesn't have > K

[PATCH 2/2] arm64: Implement HAVE_LIVEPATCH

2025-03-07 Thread Song Liu
This is largely based on [1] by Suraj Jitindar Singh. Test coverage: - Passed manual tests with samples/livepatch. - Passed all but test-kprobe.sh in selftests/livepatch. test-kprobe.sh is expected to fail, because arm64 doesn't have KPROBES_ON_FTRACE. - Passed tests with kpatch-build [2]. (T