commit | 98e8627efcada18ac043a77b9101b4b4c768090b | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Fri Dec 13 18:51:07 2019 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Dec 13 13:09:32 2019 -0800 |
tree | 78bddd4e10be8b09a0a0703129ff112e8ee012f4 | |
parent | 91cbdf740a476cf2c744169bf407de2e3ac1f3cf [diff] |
bpf: Move trampoline JIT image allocation to a function Refactor the image allocation in the BPF trampoline code into a separate function, so it can be shared with the BPF dispatcher in upcoming commits. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191213175112.30208-2-bjorn.topel@gmail.com