commit | 1ace5fcb2263afab21852dd4ac95db70e2bb03cf | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 23 18:21:51 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 25 16:12:58 2018 +0200 |
tree | 8c26b9a9cb12640029a65c674d92b0fe074f1c0d | |
parent | b004790d7ec587024443c3194411f6a89a93a3d1 [diff] |
s390: extend expoline to BC instructions [ Upstream commit 6deaa3bbca804b2a3627fd685f75de64da7be535 ] The BPF JIT uses a 'b <disp>(%r<x>)' instruction in the definition of the sk_load_word and sk_load_half functions. Add support for branch-on-condition instructions contained in the thunk code of an expoline. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>