bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-07 03:35:32 to 2020-10-09 18:17:25 UTC [more...]

[PATCH bpf-next 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-09 18:17 UTC  (5+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

libbpf error: unknown register name 'r0' in asm
 2020-10-09 18:12 UTC  (8+ messages)

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:04 UTC  (8+ messages)
` [bpf-next PATCH v2 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v2 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v2 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v2 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v2 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v2 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH v2 dwarves 0/8] Switch BTF loading and encoding to libbpf APIs
 2020-10-09 17:59 UTC  (15+ messages)
` [PATCH v2 dwarves 1/8] btf_loader: use libbpf to load BTF
` [PATCH v2 dwarves 2/8] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH v2 dwarves 3/8] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH v2 dwarves 4/8] btf_encoder: discard CUs after BTF encoding
` [PATCH v2 dwarves 5/8] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH v2 dwarves 6/8] dwarf_loader: increase the size of lookup hash map
` [PATCH v2 dwarves 7/8] strings: use BTF's string APIs for strings management
` [PATCH v2 dwarves 8/8] btf_encoder: support cross-compiled ELF binaries with different endianness

[PATCH bpf-next v2 0/6] Follow-up BPF helper improvements
 2020-10-09 17:42 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v2 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v2 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v2 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v2 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v2 6/6] bpf, selftests: add redirect_peer selftest

[PATCH v3 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-09 17:25 UTC  (15+ messages)
` [PATCH v3 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
` [PATCH v3 seccomp 3/5] seccomp/cache: Lookup syscall allowlist for fast path
` [PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
  ` [PATCH v4 seccomp 1/5] seccomp/cache: Lookup syscall allowlist bitmap for fast path
  ` [PATCH v4 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
  ` [PATCH v4 seccomp 3/5] x86: Enable seccomp architecture tracking
  ` [PATCH v4 seccomp 4/5] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-09 16:47 UTC  (11+ messages)
` [PATCH bpf-next V3 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V3 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V3 3/6] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V3 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V3 5/6] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V3 6/6] net: inline and splitup is_skb_forwardable

[PATCH bpf-next v2] bpf_fib_lookup: optionally skip neighbour lookup
 2020-10-09 16:17 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt
 2020-10-09 15:17 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-09 15:13 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Propagate scalar ranges through register assignments
` [PATCH v2 bpf-next 2/4] bpf: Track spill/fill of bounded scalars
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test
` [PATCH v2 bpf-next 4/4] selftests/bpf: Asm tests for the verifier regalloc tracking

[PATCH bpf-next] xsk: introduce padding between ring pointers
 2020-10-09 15:03 UTC  (2+ messages)

[bpf-next PATCH 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09  7:28 UTC  (9+ messages)
` [bpf-next PATCH 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH bpf-next] bpf: add tcp_notsent_lowat bpf setsockopt
 2020-10-09  6:56 UTC  (3+ messages)

[PATCH bpf-next 0/6] Follow-up BPF helper improvements
 2020-10-09  3:58 UTC  (11+ messages)
` [PATCH bpf-next 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next] bpf_fib_lookup: return target ifindex even if neighbour lookup fails
 2020-10-08 21:58 UTC  (8+ messages)

pull-request: bpf 2020-10-08
 2020-10-08 21:06 UTC  (2+ messages)

[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
 2020-10-08 19:32 UTC  (4+ messages)
` [PATCH dwarves 04/11] btf_loader: use libbpf to load BTF

[PATCH v2] ARM: kprobes: Avoid fortify_panic() when copying optprobe template
 2020-10-08 19:13 UTC 

[PATCH bpf-next 0/3] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-08 17:59 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-08 15:53 UTC  (15+ messages)
` [PATCH bpf-next 1/3] bpf: Propagate scalar ranges through register assignments
` [PATCH bpf-next 2/3] bpf: Track spill/fill of bounded scalars

[PATCH v4 bpf-next 00/13] mvneta: introduce XDP multi-buffer support
 2020-10-08 14:38 UTC  (14+ messages)
` [PATCH v4 bpf-next 09/13] bpf: introduce multibuff support to bpf_prog_test_run_xdp()

[PATCH bpf-next V2 0/6] bpf: New approach for BPF MTU handling and enforcement
 2020-10-08 14:07 UTC  (19+ messages)
` [PATCH bpf-next V2 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V2 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V2 3/6] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V2 4/6] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V2 5/6] bpf: Add MTU check for TC-BPF packets after egress hook
` [PATCH bpf-next V2 6/6] bpf: drop MTU check when doing TC-BPF redirect to ingress

[PATCH v3 bpf-next 0/4] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-08  2:10 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: skip CO-RE relocations for not loaded BPF programs
` [PATCH v3 bpf-next 2/4] libbpf: support safe subset of load/store instruction resizing with CO-RE
` [PATCH v3 bpf-next 3/4] libbpf: allow specifying both ELF and raw BTF for CO-RE BTF override
` [PATCH v3 bpf-next 4/4] selftests/bpf: validate libbpf's auto-sizing of LD/ST/STX instructions

libbpf/bpftool inconsistent handling og .data and .bss ?
 2020-10-08  1:33 UTC  (8+ messages)

[PATCH v2 bpf-next 0/4] libbpf: auto-resize relocatable LOAD/STORE instructions
 2020-10-07 23:33 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: skip CO-RE relocations for not loaded BPF programs
` [PATCH v2 bpf-next 2/4] libbpf: support safe subset of load/store instruction resizing with CO-RE
` [PATCH v2 bpf-next 3/4] libbpf: allow specifying both ELF and raw BTF for CO-RE BTF override
` [PATCH v2 bpf-next 4/4] selftests/bpf: validate libbpf's auto-sizing of LD/ST/STX instructions

[PATCH bpf-next] selftests/bpf: Additional asm tests for the verifier regalloc tracking
 2020-10-07 22:57 UTC  (3+ messages)

Failure in test_local_storage at bpf-next
 2020-10-07 22:07 UTC  (8+ messages)

[PATCH bpf-next v2] libbpf: fix compatibility problem in xsk_socket__create
 2020-10-07 20:40 UTC  (2+ messages)

[PATCH] bpf: Fix typo in uapi/linux/bpf.h
 2020-10-07 18:10 UTC  (3+ messages)

[PATCH bpf-next] kernel/bpf/verifier: fix build when NET is not enabled
 2020-10-07 18:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
 2020-10-07 18:00 UTC  (2+ messages)

[PATCH bpf-next V1 0/6] bpf: New approach for BPF MTU handling and enforcement
 2020-10-07 17:44 UTC  (13+ messages)
` [PATCH bpf-next V1 2/6] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V1 3/6] bpf: add BPF-helper for reading MTU from net_device via ifindex

[PATCH bpf-next v7 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-10-07 16:33 UTC  (7+ messages)
` [PATCH bpf-next v7 2/2] selftests/bpf: Selftest for real time helper

Најмила кај господарот
 2020-10-07 16:24 UTC 

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2020-10-07 15:23 UTC 


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).