bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 16:28:45 to 2023-07-20 20:45:25 UTC [more...]

[PATCH bpf 0/2] bpf/memalloc: Allow non-atomic alloc_bulk
 2023-07-20 20:44 UTC 

[PATCH bpf-next v3 00/17] bpf: Support new insns from cpu v4
 2023-07-20 20:35 UTC  (26+ messages)
` [PATCH bpf-next v3 01/17] bpf: Support new sign-extension load insns
` [PATCH bpf-next v3 02/17] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v3 03/17] bpf: Handle sign-extenstin ctx member accesses
` [PATCH bpf-next v3 04/17] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v3 05/17] bpf: Support new signed div/mod instructions
  ` [Bpf] "
` [PATCH bpf-next v3 06/17] bpf: Fix jit blinding with new sdiv/smov insns
` [PATCH bpf-next v3 07/17] bpf: Support new 32bit offset jmp instruction
` [PATCH bpf-next v3 08/17] bpf: Add kernel/bpftool asm support for new instructions
` [PATCH bpf-next v3 09/17] selftests/bpf: Fix a test_verifier failure
` [PATCH bpf-next v3 10/17] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v3 11/17] selftests/bpf: Add unit tests for new sign-extension load insns
  ` [Bpf] "
` [PATCH bpf-next v3 12/17] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v3 13/17] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v3 14/17] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v3 15/17] selftests/bpf: Add unit tests for new gotol insn
  ` [Bpf] "
` [PATCH bpf-next v3 16/17] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v3 17/17] docs/bpf: Add documentation for new instructions

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-07-20 20:18 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI

[RFC dwarves 0/2] dwarves: detect BTF kinds supported by kernel
 2023-07-20 20:14 UTC  (3+ messages)
` [RFC dwarves 1/2] dwarves: auto-detect maximum kind supported by vmlinux
` [RFC dwarves 2/2] btf_encoder: learn BTF_KIND_MAX value from base BTF when generating split BTF

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-20 19:53 UTC  (22+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 03/20] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH v2 04/20] tracing/filters: Enable filtering the CPU common "
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 07/20] tracing/filters: Optimise CPU "
` [RFC PATCH v2 08/20] tracing/filters: Further optimise scalar vs cpumask comparison
` [RFC PATCH v2 09/20] tracing/filters: Document cpumask filtering
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH v2 14/20] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH v2 15/20] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v2 16/20] rcu: Make RCU dynticks counter size configurable
` [RFC PATCH v2 17/20] rcutorture: Add a test config to torture test low RCU_DYNTICKS width
` [RFC PATCH v2 18/20] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v2 19/20] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH v2 20/20] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace
 2023-07-20 19:43 UTC  (9+ messages)

[PATCH bpf-next v3 00/21] XDP metadata via kfuncs for ice
 2023-07-20 18:50 UTC  (33+ messages)
` [PATCH bpf-next v3 01/21] ice: make RX hash reading code more reusable
` [PATCH bpf-next v3 02/21] ice: make RX HW timestamp "
` [PATCH bpf-next v3 03/21] ice: make RX checksum checking "
` [PATCH bpf-next v3 04/21] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v3 05/21] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v3 06/21] ice: Support HW timestamp hint
` [PATCH bpf-next v3 07/21] ice: Support RX hash XDP hint
` [PATCH bpf-next v3 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v3 09/21] xdp: Add VLAN tag hint
` [PATCH bpf-next v3 10/21] ice: Implement "
` [PATCH bpf-next v3 11/21] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v3 12/21] xdp: Add checksum hint
` [PATCH bpf-next v3 13/21] ice: Implement "
` [PATCH bpf-next v3 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v3 15/21] net, xdp: allow metadata > 32
` [PATCH bpf-next v3 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v3 17/21] veth: Implement VLAN tag and checksum XDP hint
` [PATCH bpf-next v3 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v3 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v3 20/21] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v3 21/21] selftests/bpf: check checksum state "

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-20 18:18 UTC  (6+ messages)

CAP_SYS_ADMIN required for BTF in modules
 2023-07-20 17:59 UTC  (2+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-20 17:21 UTC  (38+ messages)
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-20 17:05 UTC  (10+ messages)

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-20 16:24 UTC  (2+ messages)

[RESEND PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-20 15:52 UTC  (3+ messages)
` [RESEND PATCH bpf-next v3 1/2] "
` [RESEND PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH bpf-next 0/2] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-07-20 15:49 UTC  (3+ messages)
` [PATCH bpf-next 1/2] riscv: Extend patch_text_nosync() for multiple pages
` [PATCH bpf-next 2/2] bpf, riscv: use prog pack allocator in the BPF JIT

[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-20 15:30 UTC  (9+ messages)
` [PATCH bpf-next v6 1/8] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign
` [PATCH bpf-next v6 3/8] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v6 4/8] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v6 5/8] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v6 6/8] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-20 15:24 UTC  (8+ messages)

[syzbot] [net?] WARNING: ODEBUG bug in ingress_destroy
 2023-07-20 15:18 UTC 

BPF/Question: PTR_TRUSTED vs PTR_UNTRUSTED
 2023-07-20 15:16 UTC  (3+ messages)

[syzbot] [bpf?] WARNING: ODEBUG bug in tcx_uninstall
 2023-07-20 15:06 UTC 

[PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-20 15:03 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

pull-request: bpf-next 2023-07-19
 2023-07-20 15:02 UTC  (5+ messages)

[PATCH V2,net-next] net: mana: Add page pool for RX buffers
 2023-07-20 13:15 UTC  (3+ messages)

[PATCHv4 bpf-next 00/28] bpf: Add multi uprobe link
 2023-07-20 11:35 UTC  (29+ messages)
` [PATCHv4 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv4 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv4 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv4 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv4 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv4 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv4 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv4 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv4 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv4 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv4 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv4 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv4 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv4 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv4 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv4 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv4 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv4 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv4 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test
` [PATCHv4 bpf-next 20/28] selftests/bpf: Add uprobe_multi api test
` [PATCHv4 bpf-next 21/28] selftests/bpf: Add uprobe_multi link test
` [PATCHv4 bpf-next 22/28] selftests/bpf: Add uprobe_multi test program
` [PATCHv4 bpf-next 23/28] selftests/bpf: Add uprobe_multi bench test
` [PATCHv4 bpf-next 24/28] selftests/bpf: Add uprobe_multi usdt test code
` [PATCHv4 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test
` [PATCHv4 bpf-next 26/28] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv4 bpf-next 27/28] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv4 bpf-next 28/28] selftests/bpf: Add extra link to uprobe_multi tests

[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying"
 2023-07-20 10:48 UTC 

[PATCHv2 bpf 0/2] bpf: Disable preemption in perf_event_output helpers code
 2023-07-20  8:57 UTC  (3+ messages)
` [PATCHv2 bpf 1/2] bpf: Disable preemption in bpf_perf_event_output
` [PATCHv2 bpf 2/2] bpf: Disable preemption in bpf_event_output

[PATCH 00/13] mm: jit/text allocator
 2023-07-20  8:53 UTC  (7+ messages)

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-20  3:04 UTC  (5+ messages)

[PATCH v2 net] bpf: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-20  2:48 UTC  (3+ messages)

[PATCH vhost v12 00/10] virtio core prepares for AF_XDP
 2023-07-20  2:31 UTC  (5+ messages)
` [PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers

[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
 2023-07-20  2:13 UTC  (4+ messages)
` [PATCH bpf-next v6 2/8] bpf: Add fd-based tcx multi-prog infra with link support

pull-request: bpf 2023-07-19
 2023-07-19 23:50 UTC  (2+ messages)

[PATCH/RFC 0/2] bpf: Disable preemption in bpf_perf_event_output
 2023-07-19 21:21 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH bpf-next v2] selftests/bpf: improve ringbuf benchmark output
 2023-07-19 20:15 UTC 

[PATCH bpf-next] selftests/bpf: fix ringbuf benchmark output
 2023-07-19 18:57 UTC  (3+ messages)

[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-19 17:40 UTC  (5+ messages)

[PATCH bpf-next] bpf: sync tools/ uapi header with
 2023-07-19 17:20 UTC  (2+ messages)

[PATCH v7 bpf-next 00/24] xsk: multi-buffer support
 2023-07-19 17:10 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
 2023-07-19 17:00 UTC  (2+ messages)

[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
 2023-07-19 17:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-19 16:57 UTC  (7+ messages)
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns

[PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
 2023-07-19 16:28 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops


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