aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorDave Martin <[email protected]>2024-07-29 17:25:42 +0100
committerWill Deacon <[email protected]>2024-08-16 11:26:38 +0100
commit5b39db6037e7cba1659f2149aef76934370aa6d5 (patch)
treee590ab5bed555910023ec56636b0f30b456354ac /tools/testing/selftests/bpf/progs/test_autoload.c
parentfc2220c9b15828319b09384e68399b4afc6276d9 (diff)
arm64: el2_setup.h: Rename some labels to be more diff-friendly
A minor anti-pattern has established itself in __init_el2_fgt, where each block of instructions is skipped by jumping to a label named for the next (typically unrelated) block. This makes diffs more noisy than necessary, since appending each new block to deal with some new architecture feature now requires altering a branch destination in the existing code. Fix it by naming the affected labels based on the block that is skipping itself instead, as is done elsewhere in the el2_setup code. No functional change. Signed-off-by: Dave Martin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions