• M
    s390/bpf,jit: fix prolog oddity · 6cef3003
    Martin Schwidefsky 提交于
    The prolog of functions generated by the bpf jit compiler uses an
    instruction sequence with an "ahi" instruction to create stack space
    instead of using an "aghi" instruction. Using the 32-bit "ahi" is not
    wrong as the stack we are operating on is an order-4 allocation which
    is always aligned to 16KB. But it is more consistent to use an "aghi"
    as the stack pointer is a 64-bit value.
    Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
    6cef3003
bpf_jit_comp.c 23.4 KB