summaryrefslogtreecommitdiff
path: root/samples/livepatch
ModeNameSize
-rw-r--r--Makefile451logplain
-rw-r--r--livepatch-callbacks-busymod.c1373logplain
-rw-r--r--livepatch-callbacks-demo.c5663logplain
-rw-r--r--livepatch-callbacks-mod.c805logplain
-rw-r--r--livepatch-sample.c1370logplain
-rw-r--r--livepatch-shadow-fix1.c4014logplain
-rw-r--r--livepatch-shadow-fix2.c2990logplain
-rw-r--r--livepatch-shadow-mod.c5460logplain
] | + 2080: f9400000 ldr x0, [x0] | 2084: d65f03c0 ret | | 0000000000002088 <outlined_atomic_long_set>: | @@ -2435,7 +2435,7 @@ | 208c: d65f03c0 ret | | 0000000000002090 <outlined_atomic_long_set_release>: | - 2090: c89ffc01 stlr x1, [x0] | + 2090: f9000001 str x1, [x0] | 2094: d65f03c0 ret | | 0000000000002098 <outlined_atomic_long_add>: I've build tested this with a variety of configs for alpha, arm, arm64, csky, i386, m68k, microblaze, mips, nios2, openrisc, powerpc, riscv, s390, sh, sparc, x86_64, and xtensa, for which I've seen no issues. I was unable to build test for ia64 and parisc due to existing build breakage in v6.6-rc2. Fixes: 9257959a6e5b4fca ("locking/atomic: scripts: restructure fallback ifdeffery") Reported-by: Ming Lei <ming.lei@redhat.com> Reported-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Tested-by: Baokun Li <libaokun1@huawei.com> Link: https://lkml.kernel.org/r/20230919171430.2697727-1-mark.rutland@arm.com