commit | de5cb6eb514ebe241e3edeb290cb41deb380b81d | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Apr 23 14:31:36 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon May 07 21:12:43 2018 +0200 |
tree | 67d7c8cfa87e8ea7cfcd35e43efa325815f27106 | |
parent | 6deaa3bbca804b2a3627fd685f75de64da7be535 [diff] |
s390: use expoline thunks in the BPF JIT The BPF JIT need safe guarding against spectre v2 in the sk_load_xxx assembler stubs and the indirect branches generated by the JIT itself need to be converted to expolines. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>