]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 's390-bpf-describe-the-frame-using-a-struct-instead-of-constants'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 1 Jul 2025 19:36:51 +0000 (12:36 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 1 Jul 2025 19:36:52 +0000 (12:36 -0700)
commit26d0e5324677dc0acce4c0fda52316154a1d689e
tree81ba2acdd6c868ea40adc43c2887205ad86b62b6
parentc4b1be928ea05add0e0f9334e5bc44932395782e
parente26d523edf2a62b142d2dd2dd9b87f61ed92f33a
Merge branch 's390-bpf-describe-the-frame-using-a-struct-instead-of-constants'

Ilya Leoshkevich says:

====================
s390/bpf: Describe the frame using a struct instead of constants

Hi,

This series contains two small refactorings without functional changes.

The first one removes the code duplication around calculating the
distance from %r15 to the stack frame.

The second one simplifies how offsets to various values stored inside
the frame are calculated.

Best regards,
Ilya
====================

Link: https://patch.msgid.link/20250624121501.50536-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>