bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-25 05:23:10 to 2021-01-27 23:31:47 UTC [more...]

[PATCH bpf-next v2 0/4] bpf: expose bpf_{g,s}etsockopt to more bpf_sock_addr hooks
 2021-01-27 23:28 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG
` [PATCH bpf-next v2 2/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME
` [PATCH bpf-next v2 3/4] selftests/bpf: rewrite recvmsg{4,6} asm progs to c in test_sock_addr
` [PATCH bpf-next v2 4/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG

[PATCH bpf-next] selftest/bpf: testing for multiple logs on REJECT
 2021-01-27 23:24 UTC  (4+ messages)

[PATCH dwarves 0/4] BTF ELF writing changes
 2021-01-27 23:23 UTC  (11+ messages)
` [PATCH dwarves 1/4] btf_encoder: Improve ELF error reporting
` [PATCH dwarves 2/4] btf_encoder: Add .BTF section using libelf
` [PATCH dwarves 3/4] btf_encoder: Manually lay out updated ELF sections
` [PATCH dwarves 4/4] btf_encoder: Align .BTF section to 8 bytes

[PATCH bpf-next v2 0/6] AF_XDP Packet Drop Tracing
 2021-01-27 23:15 UTC  (12+ messages)
` [PATCH bpf-next v2 1/6] xsk: add tracepoints for packet drops
` [PATCH bpf-next v2 2/6] selftests/bpf: restructure setting the packet count
` [PATCH bpf-next v2 3/6] selftests/bpf: add framework for xsk selftests
` [PATCH bpf-next v2 4/6] selftests/bpf: XSK_TRACE_DROP_RXQ_FULL test
` [PATCH bpf-next v2 5/6] selftests/bpf: XSK_TRACE_DROP_PKT_TOO_BIG test
` [PATCH bpf-next v2 6/6] selftests/bpf: XSK_TRACE_DROP_FQ_EMPTY test

[PATCHv15 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-01-27 22:24 UTC  (28+ messages)
` [PATCHv16 "
  ` [PATCHv16 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
  ` [PATCHv16 bpf-next 3/6] xdp: add a new helper for dev map multicast support
  ` [PATCHv17 bpf-next 0/6] "
    ` [PATCHv17 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
    ` [PATCHv17 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv17 bpf-next 3/6] xdp: add a new helper for dev map multicast support
    ` [PATCHv17 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
    ` [PATCHv17 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv17 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-01-27 22:58 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 4/5] selftest/bpf: move utility function to tests header
` [PATCH bpf-next v2 5/5] selftest/bpf: add test for var-offset stack access

[Patch bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-27 22:48 UTC  (6+ messages)
` [Patch bpf-next v5 1/3] "

[Patch bpf-next] skmsg: make sk_psock_destroy() static
 2021-01-27 22:15 UTC 

[PATCH bpf] x86/bpf: handle bpf-program-triggered exceptions properly
 2021-01-27 21:47 UTC  (6+ messages)

[PATCH v2 bpf-next 2/4] selftests/bpf: add non-BPF_LSM test for task local storage
 2021-01-27 21:43 UTC  (4+ messages)
  ` [PATCH v2 bpf-next 3/4] bpf: runqslower: prefer use local KBUILD_OUTPUT/vmlinux or vmlinux
  ` [PATCH v2 bpf-next 4/4] bpf: runqslower: use task local storage

[PATCH bpf-next] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG
 2021-01-27 21:32 UTC  (3+ messages)

[PATCH bpf-next] bpf: change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()
 2021-01-27 21:30 UTC  (3+ messages)

[PATCH bpf-next v6 1/5] bpf: Be less specific about socket cookies guarantees
 2021-01-27 21:01 UTC  (8+ messages)
` [PATCH bpf-next v6 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v6 3/5] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v6 4/5] selftests/bpf: Use vmlinux.h in socket_cookie_prog.c
` [PATCH bpf-next v6 5/5] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH 0/3] Small fixes and improvements
 2021-01-27 19:56 UTC  (10+ messages)
` [PATCH 3/3] btf_encoder: Set .BTF section alignment to 16

[PATCH bpf-next v5 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-27 19:31 UTC  (2+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCH bpf-next v4 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-27 18:28 UTC  (6+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCH bpf-next] bpf: simplify cases in bpf_base_func_proto
 2021-01-27 17:46 UTC 

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-01-27 17:12 UTC 

[PATCH v2] tracepoint: Do not fail unregistering a probe due to memory allocation
 2021-01-27 14:30 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-26 19:04 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCH net-next V1] net: adjust net_device layout for cacheline usage
 2021-01-26 17:39 UTC 

[PATCH bpf-next 0/3] veth: add skb bulking allocation for XDP_PASS
 2021-01-26 18:42 UTC  (4+ messages)
` [PATCH bpf-next 1/3] net: veth: introduce bulking "
` [PATCH bpf-next 2/3] net: xdp: move XDP_BATCH_SIZE in common header
` [PATCH bpf-next 3/3] net: veth: alloc skb in bulk for ndo_xdp_xmit

[PATCHv4 0/2] libbpf: Add support to use optional extended section index table
 2021-01-27 12:38 UTC  (4+ messages)
` [PATCH 2/2] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

[PATCHv7 bpf-next 0/3] perf: Add mmap2 build id support
 2021-01-26 21:00 UTC  (10+ messages)
` [PATCH bpf-next 2/3] bpf: Add size arg to build_id_parse function

[PATCH 00/12] Rid W=1 warnings from Thunderbolt
 2021-01-27 11:25 UTC  (2+ messages)
` [PATCH 06/12] thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' param

[PATCH] bpf: Check for integer overflow when using roundup_pow_of_two()
 2021-01-27  6:36 UTC 

[PATCH] bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
 2021-01-27  5:09 UTC  (4+ messages)

[PATCH bpf-next] samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
 2021-01-27  1:40 UTC  (3+ messages)

[PATCH bpf v2] bpf: fix build for BPF preload when $(O) points to a relative path
 2021-01-26 22:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] BPF selftest helper script
 2021-01-26 19:51 UTC  (10+ messages)
` [PATCH bpf-next v2 1/2] bpf: Helper script for running BPF presubmit tests

upstream test error: INFO: trying to register non-static key in nsim_get_stats64
 2021-01-26 19:46 UTC 

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-26 18:00 UTC  (8+ messages)
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v24 02/25] LSM: Add the lsmblob data structure
 2021-01-26 16:40 UTC 

[PATCH bpf-next 0/6] AF_XDP Packet Drop Tracing
 2021-01-25  9:07 UTC  (7+ messages)
` [PATCH bpf-next 1/6] xsk: add tracepoints for packet drops
` [PATCH bpf-next 2/6] selftests/bpf: restructure setting the packet count
` [PATCH bpf-next 3/6] selftests/bpf: add framework for xsk selftests
` [PATCH bpf-next 4/6] selftests/bpf: XSK_TRACE_DROP_RXQ_FULL test
` [PATCH bpf-next 5/6] selftests/bpf: XSK_TRACE_DROP_PKT_TOO_BIG test
` [PATCH bpf-next 6/6] selftests/bpf: XSK_TRACE_DROP_FQ_EMPTY test

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-25 13:25 UTC 

[PATCH bpf-next V13 0/7] bpf: New approach for BPF MTU handling
 2021-01-25 17:09 UTC  (8+ messages)
` [PATCH bpf-next V13 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V13 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V13 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V13 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V13 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V13 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V13 7/7] selftests/bpf: tests using bpf_check_mtu BPF-helper

[PATCH] bpf: fix build for BPF preload when $(O) points to a relative path
 2021-01-26 15:41 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: don't exit on failed bpf_testmod unload
 2021-01-26 16:10 UTC  (2+ messages)

[PATCH bpf-next V12 0/7] bpf: New approach for BPF MTU handling
 2021-01-26  9:13 UTC  (9+ messages)
` [PATCH bpf-next V12 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V12 4/7] bpf: add BPF-helper for MTU checking

[PATCH] bpf: Drop disabled LSM hooks from the sleepable set
 2021-01-26 16:20 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH bpf-next 0/3] AF_XDP clean up/perf improvements
 2021-01-26  8:38 UTC  (4+ messages)
` [PATCH bpf-next 3/3] libbpf, xsk: select AF_XDP BPF program based on kernel version

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-26  7:34 UTC  (4+ messages)

[PATCH bpf 1/2] bpf: allow empty module BTFs
 2021-01-26  2:17 UTC  (5+ messages)

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-25 12:52 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program

[PATCH bpf-next v2 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-26  0:00 UTC  (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

WARNING in pskb_expand_head
 2021-01-25 22:01 UTC  (3+ messages)

[PATCH bpf-next] tools headers: Sync struct bpf_perf_event_data
 2021-01-25 23:30 UTC  (2+ messages)

[PATCH bpf-next v2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
 2021-01-25 23:30 UTC  (3+ messages)

[PATCH 1/4] net: move CONFIG_NET guard to top Makefile
 2021-01-25 23:16 UTC 

[PATCH bpf-next 00/12] Various cleanups/fixes for AF_XDP selftests
 2021-01-25 23:10 UTC  (2+ messages)

selftest/bpf/test_verifier_log fails on v5.11-rc5
 2021-01-25 22:42 UTC  (2+ messages)

KASAN: global-out-of-bounds Write in record_print_text
 2021-01-25 21:14 UTC 

[PATCHv3 0/2] libbpf: Add support to use optional extended section index table
 2021-01-25 17:38 UTC  (8+ messages)
` [PATCH 2/2] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-25 15:07 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).