netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/6] Minor follow-up cleanups in BPF JITs and optimized imm emission
@ 2018-05-14  0:26 Daniel Borkmann
  2018-05-14  0:26 ` [PATCH bpf-next 1/6] bpf, mips: remove unused function Daniel Borkmann
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Daniel Borkmann @ 2018-05-14  0:26 UTC (permalink / raw)
  To: alexei.starovoitov; +Cc: netdev, Daniel Borkmann

This series follows up mostly with with some minor cleanups on top
of 'Move ld_abs/ld_ind to native BPF' as well as implements better
32/64 bit immediate load into register for the arm64 JIT. For details
please see individual patches. Thanks!

Daniel Borkmann (6):
  bpf, mips: remove unused function
  bpf, sparc: remove unused variable
  bpf, x64: clean up retpoline emission slightly
  bpf, arm32: save 4 bytes of unneeded stack space
  bpf, arm64: save 4 bytes of unneeded stack space
  bpf, arm64: optimize 32/64 immediate emission

 arch/arm/net/bpf_jit_32.c            | 13 ++---
 arch/arm64/net/bpf_jit_comp.c        | 93 ++++++++++++++++++++++--------------
 arch/mips/net/ebpf_jit.c             | 26 ----------
 arch/sparc/net/bpf_jit_comp_64.c     |  1 -
 arch/x86/include/asm/nospec-branch.h | 29 ++++++-----
 5 files changed, 74 insertions(+), 88 deletions(-)

-- 
2.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-14 17:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14  0:26 [PATCH bpf-next 0/6] Minor follow-up cleanups in BPF JITs and optimized imm emission Daniel Borkmann
2018-05-14  0:26 ` [PATCH bpf-next 1/6] bpf, mips: remove unused function Daniel Borkmann
2018-05-14  0:26 ` [PATCH bpf-next 2/6] bpf, sparc: remove unused variable Daniel Borkmann
2018-05-14  1:06   ` David Miller
2018-05-14  0:26 ` [PATCH bpf-next 3/6] bpf, x64: clean up retpoline emission slightly Daniel Borkmann
2018-05-14 17:42   ` Y Song
2018-05-14  0:26 ` [PATCH bpf-next 4/6] bpf, arm32: save 4 bytes of unneeded stack space Daniel Borkmann
2018-05-14  0:26 ` [PATCH bpf-next 5/6] bpf, arm64: " Daniel Borkmann
2018-05-14  0:26 ` [PATCH bpf-next 6/6] bpf, arm64: optimize 32/64 immediate emission Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).