From: Andrii Nakryiko Date: Wed, 20 Oct 2021 18:40:02 +0000 (-0700) Subject: Merge branch 'btf_dump fixes for s390' X-Git-Tag: v6.6.17~8953^2~2^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99aaebfc288a15f1d5a99f8cd15d1d4d355fc179;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'btf_dump fixes for s390' Ilya Leoshkevich says: ==================== This series along with [1] and [2] fixes all the failures in the btf_dump testsuite currently present on s390, in particular: * [1] fixes intermittent build bug causing "failed to encode tag ..." * error messages. * [2] fixes missing VAR entries on s390. * Patch 1 disables Intel-specific code in a testcase. * Patch 2 fixes an endianness-related bug. * Patch 3 fixes an alignment-related bug. * Patch 4 improves overly pessimistic alignment handling. [1] https://lore.kernel.org/bpf/20211012022521.399302-1-iii@linux.ibm.com/ [2] https://lore.kernel.org/bpf/20211012022637.399365-1-iii@linux.ibm.com/ v1: https://lore.kernel.org/bpf/20211012023218.399568-1-iii@linux.ibm.com/ v1 -> v2: - Remove redundant local variables, use t->size directly instead. Best regards, Ilya ==================== Signed-off-by: Andrii Nakryiko --- 99aaebfc288a15f1d5a99f8cd15d1d4d355fc179