bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 20:13:02 to 2021-01-27 05:47:59 UTC [more...]

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

[PATCH bpf-next 0/3] veth: add skb bulking allocation for XDP_PASS
 2021-01-26 18:42 UTC  (2+ messages)
` [PATCH bpf-next 3/3] net: veth: alloc skb in bulk for ndo_xdp_xmit

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

[PATCH dwarves 0/4] BTF ELF writing changes
 2021-01-27  1:42 UTC  (8+ 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] selftest/bpf: testing for multiple logs on REJECT
 2021-01-27  2:31 UTC  (3+ messages)

[PATCH bpf-next] bpf: change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()
 2021-01-27  2:25 UTC 

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

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

[Patch bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-26 22:04 UTC  (5+ messages)
` [Patch bpf-next v5 1/3] "
` [Patch bpf-next v5 2/3] selftests/bpf: add test cases for bpf timeout map
` [Patch bpf-next v5 3/3] selftests/bpf: add timeout map check in map_ptr tests

[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 v4 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-26 20:47 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCH bpf-next v2 0/2] BPF selftest helper script
 2021-01-26 19:51 UTC  (12+ messages)
` [PATCH bpf-next v2 1/2] bpf: Helper script for running BPF presubmit tests
` [PATCH bpf-next v2 2/2] bpf/selftests: Add a short note about run_in_vm.sh in README.rst

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

[PATCH bpf] x86/bpf: handle bpf-program-triggered exceptions properly
 2021-01-26 19:21 UTC  (3+ messages)

[PATCH bpf-next v6 1/5] bpf: Be less specific about socket cookies guarantees
 2021-01-26 18:35 UTC  (3+ messages)
` [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 bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-26 18:00 UTC  (12+ messages)
` [PATCH bpf-next v5 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [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

[PATCHv15 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-01-26  1:17 UTC  (18+ 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 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 v2 0/6] AF_XDP Packet Drop Tracing
 2021-01-26  8:45 UTC  (8+ 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

[PATCH bpf-next V12 0/7] bpf: New approach for BPF MTU handling
 2021-01-26  9:13 UTC  (11+ 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-next V12 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

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

[PATCH 0/3] Small fixes and improvements
 2021-01-26 11:43 UTC  (7+ messages)
` [PATCH 3/3] btf_encoder: Set .BTF section alignment to 16

[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  (6+ messages)

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-01-26  2:37 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 2/5] selftest/bpf: adjust expected verifier errors
` [PATCH bpf-next v2 3/5] selftest/bpf: verifier tests for var-off access
` [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 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

[PATCHv4 0/2] libbpf: Add support to use optional extended section index table
 2021-01-25 23:51 UTC  (4+ messages)
` [PATCH 1/2] elf_symtab: Add support for SHN_XINDEX index to elf_section_by_name
` [PATCH 2/2] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

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  (13+ messages)
` [PATCH 1/2] elf_symtab: Add support for SHN_XINDEX index to elf_section_by_name
` [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 

BPF: unbounded bpf_map_free_deferred problem
 2021-01-25  0:52 UTC  (3+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-24 11:52 UTC  (6+ messages)
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type

[PATCHv2 0/3] dwarves,libbpf: Add support to use optional extended section index table
 2021-01-24  6:08 UTC  (12+ messages)
` [PATCH 2/3] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run7
 2021-01-23 19:35 UTC  (2+ messages)

BUG: unable to handle kernel paging request in bpf_trace_run7
 2021-01-23  9:00 UTC 

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2021-01-23  3:30 UTC  (2+ messages)

[PATCH v3 net-next 00/11] intel driver cleanups
 2021-01-23  1:16 UTC  (7+ messages)
` [PATCH v3 net-next 05/11] ice: move skb pointer from rx_buf to rx_ring
  ` [Intel-wired-lan] "
` [PATCH v3 net-next 06/11] ice: remove redundant checks in ice_change_mtu
  ` [Intel-wired-lan] "
` [PATCH v3 net-next 10/11] ice: store the result of ice_rx_offset() onto ice_ring
  ` [Intel-wired-lan] "

[PATCH v6 bpf-next 0/8] mvneta: introduce XDP multi-buffer support
 2021-01-23  1:03 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix typo in scalar{,32}_min_max_rsh comments
 2021-01-22 23:30 UTC  (2+ messages)

[PATCHv10 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2021-01-22 23:30 UTC  (2+ messages)

[PATCH bpf-next v4] samples/bpf: Update build procedure for manually compiling LLVM and Clang
 2021-01-22 23:10 UTC  (2+ messages)

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

[PATCH] bpf: put file handler if no storage found
 2021-01-22 22:20 UTC  (2+ messages)

[PATCH 1/2] bpf: cgroup: Fix optlen WARN_ON_ONCE toctou
 2021-01-22 22:20 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] libbpf: BTF dumper support for typed data
 2021-01-22 20:05 UTC  (6+ messages)
` [PATCH v2 bpf-next 3/4] "


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