On 12/22/2017 03:42 PM, David Miller wrote: > From: Daniel Borkmann <dan...@iogearbox.net> > Date: Fri, 22 Dec 2017 00:48:22 +0100 > >> Looks good, one thing: If I spot this correctly, isn't here a ... >> >> prog->aux->jit_data = jit_data; >> >> ... missing? Otherwise the context from the initial pass is neither >> saved for the extra pass nor freed. > > Good catch, here is an updated patch: > > ==================== > bpf: sparc64: Add JIT support for multi-function programs. > > Modelled strongly upon the arm64 implementation. > > Signed-off-by: David S. Miller <da...@davemloft.net>
Applied to bpf-next, thanks David!