commit | 6ad2e1a00729f9a27b80f8d9962520b89420280d | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Thu Nov 07 12:32:11 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Nov 07 16:07:28 2019 +0100 |
tree | eab14a85542131a0effd27454a7e5a94176c3ebe | |
parent | 166f11d11f6f70439830d09bfa5552ec1b368494 [diff] |
s390/bpf: Wrap JIT macro parameter usages in parentheses This change does not alter JIT behavior; it only makes it possible to safely invoke JIT macros with complex arguments in the future. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20191107113211.90105-1-iii@linux.ibm.com