bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-06 23:05:14 to 2020-11-11 04:47:26 UTC [more...]

[PATCH] bpf: relax return code check for subprograms
 2020-11-11  4:47 UTC  (2+ messages)

[PATCH v4 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-11  4:19 UTC  (13+ messages)
` [PATCH v4 bpf-next 1/5] bpf: add in-kernel split "
` [PATCH v4 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [PATCH v4 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
` [PATCH v4 bpf-next 4/5] bpf: load and verify kernel module BTFs
` [PATCH v4 bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH bpf-next] bpf: compile out btf_parse_module() if module BTF is not enabled
 2020-11-11  4:19 UTC  (2+ messages)

[PATCH v2] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
 2020-11-11  4:14 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] bpf: Pointers beyond packet end
 2020-11-11  3:12 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Support for pointers beyond pkt_end
` [PATCH v2 bpf-next 2/3] selftests/bpf: Add skb_pkt_end test
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add asm tests for pkt vs pkt_end comparison

[PATCH bpf-next v2 0/5] xsk: i40e: Tx performance improvements
 2020-11-11  1:37 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] samples/bpf: increment Tx stats at sending
` [PATCH bpf-next v2 2/5] i40e: remove unnecessary sw_ring access from xsk Tx
` [PATCH bpf-next v2 3/5] xsk: introduce padding between more ring pointers
` [PATCH bpf-next v2 4/5] xsk: introduce batched Tx descriptor interfaces
` [PATCH bpf-next v2 5/5] i40e: use batched xsk Tx interfaces to increase performance

[PATCH bpf-next] samples/bpf: add xdp_redirect_map with xdp_prog support
 2020-11-11  1:12 UTC  (4+ messages)

[PATCH] net: sched: fix misspellings using misspell-fixer tool
 2020-11-11  1:00 UTC  (4+ messages)

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-11  0:56 UTC  (15+ messages)
` [PATCHv2 net 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test
  ` [PATCHv2 net 1/2] selftest/bpf: add missed ip6ip6 test back
  ` [PATCHv2 net 2/2] samples/bpf: remove unused test_ipip.sh
  ` [PATCHv3 bpf 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test
    ` [PATCHv3 bpf 1/2] selftest/bpf: add missed ip6ip6 test back
    ` [PATCHv3 bpf 2/2] samples/bpf: remove unused test_ipip.sh

[PATCHv2 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-11  0:53 UTC  (37+ messages)
` [PATCHv3 "
  ` [PATCHv4 "
    ` [PATCHv4 iproute2-next 1/5] configure: add check_libbpf() for later "
    ` [PATCHv4 iproute2-next 2/5] lib: rename bpf.c to bpf_legacy.c
    ` [PATCHv4 iproute2-next 3/5] lib: add libbpf support
    ` [PATCHv4 iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
    ` [PATCHv4 iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps

[PATCH dwarves 0/4] Add split BTF support to pahole
 2020-11-11  0:38 UTC  (5+ messages)

[PATCH bpf-next 0/3] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
 2020-11-11  0:20 UTC  (15+ messages)
` [PATCH bpf-next 2/3] bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP

[PATCHv5 bpf] bpf: Move iterator functions into special init section
 2020-11-10 23:30 UTC  (4+ messages)

[PATCH] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
 2020-11-10 18:42 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] tools/bpftool: Fix cross and out-of-tree builds
 2020-11-10 18:38 UTC  (14+ messages)
` [PATCH bpf-next v2 1/6] tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
` [PATCH bpf-next v2 2/6] tools/bpftool: Force clean of out-of-tree build
` [PATCH bpf-next v2 3/6] tools/bpftool: Fix cross-build
` [PATCH bpf-next v2 4/6] tools/runqslower: Use Makefile.include
` [PATCH bpf-next v2 5/6] tools/runqslower: Enable out-of-tree build
` [PATCH bpf-next v2 6/6] tools/runqslower: Build bpftool using HOSTCC

[PATCH] selftest/bpf: fix IPV6FR handling in flow dissector
 2020-11-10 17:12 UTC 

[PATCH bpf-next v3 0/7] tools/bpftool: Some build fixes
 2020-11-10 16:43 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
` [PATCH bpf-next v3 2/7] tools/bpftool: Force clean of out-of-tree build
` [PATCH bpf-next v3 3/7] tools/bpftool: Fix cross-build
` [PATCH bpf-next v3 4/7] tools/runqslower: Use Makefile.include
` [PATCH bpf-next v3 5/7] tools/runqslower: Enable out-of-tree build
` [PATCH bpf-next v3 6/7] tools/runqslower: Build bpftool using HOSTCC
` [PATCH bpf-next v3 7/7] tools/bpftool: Fix build slowdown

[PATCH v5 net-nex 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-10 16:19 UTC  (9+ messages)
` [PATCH v5 net-nex 1/5] net: xdp: introduce bulking for xdp "
` [PATCH v5 net-nex 2/5] net: page_pool: add bulk support for ptr_ring
` [PATCH v5 net-nex 3/5] net: mvneta: add xdp tx return bulking support
` [PATCH v5 net-nex 4/5] net: mvpp2: "
` [PATCH v5 net-nex 5/5] net: mlx5: "

[PATCHv6 bpf] bpf: Move iterator functions into special init section
 2020-11-10 15:40 UTC 

[PATCH] net/xdp: remove unused macro REG_STATE_NEW
 2020-11-10 11:43 UTC  (5+ messages)

[PATCH v4 net-next 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-10 11:18 UTC  (10+ messages)
` [PATCH v4 net-next 1/5] net: xdp: introduce bulking for xdp "
` [PATCH v4 net-next 2/5] net: page_pool: add bulk support for ptr_ring
` [PATCH v4 net-next 5/5] net: mlx5: add xdp tx return bulking support

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v2 bpf] tools: bpftool: Add missing close before bpftool net attach exit
 2020-11-10  8:40 UTC  (3+ messages)

[PATCH bpf-next 0/6] xsk: i40e: Tx performance improvements
 2020-11-10  8:28 UTC  (13+ messages)
` [PATCH bpf-next 2/6] samples/bpf: increment Tx stats at sending
  ` [Intel-wired-lan] "
` [PATCH bpf-next 3/6] i40e: remove unnecessary sw_ring access from xsk Tx
  ` [Intel-wired-lan] "
` [PATCH bpf-next 4/6] xsk: introduce padding between more ring pointers
  ` [Intel-wired-lan] "
` [PATCH bpf-next 5/6] xsk: introduce batched Tx descriptor interfaces
  ` [Intel-wired-lan] "
` [PATCH bpf-next 6/6] i40e: use batched xsk Tx interfaces to increase performance
  ` [Intel-wired-lan] "

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run1
 2020-11-10  2:58 UTC 

[PATCH bpf] tools: bpftool: Add missing close before bpftool net attach exit
 2020-11-10  1:57 UTC  (5+ messages)

[PATCH bpf-next] bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress
 2020-11-10  0:30 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-10  0:09 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/5] bpf: add in-kernel split "
` [PATCH v3 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [PATCH v3 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
` [PATCH v3 bpf-next 4/5] bpf: load and verify kernel module BTFs
` [PATCH v3 bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH bpf] libbpf: don't attempt to load unused subprog as an entry-point BPF program
 2020-11-09 21:19 UTC  (3+ messages)

[PATCH v3 bpf] trace: bpf: Fix passing zero to PTR_ERR()
 2020-11-09 21:18 UTC  (3+ messages)

[PATCH] bpf: remove duplicate include
 2020-11-09 21:13 UTC  (2+ messages)

[PATCHv4 0/3] pahole/kernel: Workaround dwarf bug for function encoding
 2020-11-09 19:11 UTC  (9+ messages)
` [PATCH 1/3] bpf: Move iterator functions into special init section

[PATCH bpf-next v2] Update perf ring buffer to prevent corruption
 2020-11-09 18:22 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH bpf-next 0/5] Integrate kernel module BTF support
 2020-11-09 17:58 UTC  (4+ messages)
` [PATCH bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[selftest/bpf] b83590ee1a: BUG:KASAN:slab-out-of-bounds_in_l
 2020-11-09 16:54 UTC 

[PATCH bpf v4 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-09 16:30 UTC  (2+ messages)

[PATCH] kernel: cgroup: Mundane spelling fixes throughout the file
 2020-11-09 10:31 UTC 

[PATCH] samples/bpf: remove duplicate include
 2020-11-09  6:50 UTC  (2+ messages)

[bpf PATCH 0/5] sockmap fixes
 2020-11-07 19:39 UTC  (6+ messages)
` [bpf PATCH 1/5] bpf, sockmap: fix partial copy_page_to_iter so progress can still be made
` [bpf PATCH 2/5] bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect
` [bpf PATCH 3/5] bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
` [bpf PATCH 4/5] bpf, sockmap: Handle memory acct if skb_verdict prog redirects "
` [bpf PATCH 5/5] bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list

[PATCH v2 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-07 14:09 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/5] bpf: add in-kernel split "
` [PATCH v2 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [PATCH v2 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
` [PATCH v2 bpf-next 4/5] bpf: load and verify kernel module BTFs

[PATCH] libbpf: Remove unnecessary conversion to bool
 2020-11-07 10:46 UTC  (4+ messages)

[V2] trace: Fix passing zero to PTR_ERR()
 2020-11-07  7:36 UTC  (2+ messages)

pull-request: bpf 2020-11-06
 2020-11-07  3:57 UTC  (2+ messages)


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