> CI fails on s390 > https://github.com/kernel-patches/bpf/actions/runs/9081519831/job/24957489598?pr=7031 > A different method of triggering deadlock is required. Seems like > _raw_spin_lock_irqsave being available everywhere cannot be relied > upon. The other functions which are in the critical section are getting inlined so I have used _raw_spin_lock_irqsave to write the selftests. Other approach could be to just pass the tests if the function is getting inlined just like in https://elixir.bootlin.com/linux/latest/source/tools/testing/selftests/bpf/prog_tests/htab_update.c