bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-14 19:16:24 to 2022-11-15 22:54:20 UTC [more...]

[PATCH bpf-next 00/11] xdp: hints via kfuncs
 2022-11-15 22:54 UTC  (23+ messages)
` [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
` [PATCH bpf-next 02/11] bpf: Introduce bpf_patch
` [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
  ` [xdp-hints] "
` [PATCH bpf-next 04/11] bpf: Implement hidden BPF_PUSH64 and BPF_POP64 instructions
` [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
      ` [xdp-hints] "
` [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
` [PATCH bpf-next 07/11] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next 08/11] selftests/bpf: Verify xdp_metadata xdp->skb path
` [PATCH bpf-next 09/11] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next 10/11] mxl4: Support rx timestamp metadata for xdp
` [PATCH bpf-next 11/11] selftests/bpf: Simple program to dump XDP RX metadata
` [xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
    ` [xdp-hints] "

[PATCH bpf-next v3 0/2] propagate nullness information for reg to reg comparisons
 2022-11-15 22:48 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: check nullness propagation "

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-15 22:48 UTC  (26+ messages)
  ` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCH net-next v2 0/5] net: lan966x: Extend xdp support
 2022-11-15 21:44 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
` [PATCH net-next v2 2/5] net: lan966x: Introduce helper functions
` [PATCH net-next v2 3/5] net: lan966x: Add len field to lan966x_tx_dcb_buf
` [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
` [PATCH net-next v2 5/5] net: lan966x: Add support for XDP_REDIRECT

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-15 21:28 UTC  (6+ messages)

[PATCH bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-11-15 20:51 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation "

[PATCH bpf-next v3 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
 2022-11-15 20:48 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) "

[RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
 2022-11-15 20:26 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/3] "

[PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
 2022-11-15 20:19 UTC  (3+ messages)

[PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
 2022-11-15 20:15 UTC  (3+ messages)

[PATCH bpf-next v7 00/26] Allocated objects, BPF linked lists
 2022-11-15 19:45 UTC  (43+ messages)
` [PATCH bpf-next v7 06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v7 07/26] bpf: Refactor btf_struct_access
` [PATCH bpf-next v7 08/26] bpf: Introduce allocated objects support
` [PATCH bpf-next v7 09/26] bpf: Recognize lock and list fields in allocated objects
` [PATCH bpf-next v7 10/26] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v7 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
` [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v7 13/26] bpf: Allow locking bpf_spin_lock in inner map values
` [PATCH bpf-next v7 14/26] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v7 15/26] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v7 16/26] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v7 17/26] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v7 18/26] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v7 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v7 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
` [PATCH bpf-next v7 22/26] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v7 23/26] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v7 24/26] selftests/bpf: Add failure test cases for spin lock pairing
` [PATCH bpf-next v7 25/26] selftests/bpf: Add BPF linked list API tests
` [PATCH bpf-next v7 26/26] selftests/bpf: Add BTF sanity tests

[PATCH bpf-next v1 0/7] Dynptr refactorings
 2022-11-15 19:41 UTC  (14+ messages)
` [PATCH bpf-next v1 1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
` [PATCH bpf-next v1 2/7] bpf: Propagate errors from process_* checks in check_func_arg
` [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
` [PATCH bpf-next v1 4/7] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
` [PATCH bpf-next v1 6/7] bpf: Use memmove for bpf_dynptr_{read,write}
` [PATCH bpf-next v1 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback

[PATCH bpf-next v3 0/3] A couple of small refactorings of BPF program call sites
 2022-11-15 19:39 UTC  (5+ messages)
` [PATCH bpf-next v3 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH bpf v2 0/3] Pin iterator link when opening iterator
 2022-11-15 19:16 UTC  (3+ messages)
` [PATCH bpf v2 1/3] bpf: "

[RFC][PATCH 0/4] security: Ensure LSMs return expected values
 2022-11-15 18:41 UTC  (6+ messages)
` [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
` [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
` [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
` [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs

[PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
 2022-11-15 18:20 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro

WARNING in bpf_bprintf_prepare
 2022-11-15 17:01 UTC  (13+ messages)

[bug report] bpf: Consolidate spin_lock, timer management into btf_record
 2022-11-15 16:46 UTC  (2+ messages)

[bug report] bpf: Refactor map->off_arr handling
 2022-11-15 16:45 UTC  (2+ messages)

[PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
 2022-11-15 16:44 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
 2022-11-15 16:07 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-11-15 15:32 UTC  (4+ messages)
` [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is

[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2022-11-15 15:09 UTC  (2+ messages)

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-15 15:05 UTC  (16+ messages)
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
  ` [PATCH v4 8/17] "
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping

[PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
 2022-11-15 14:40 UTC  (2+ messages)

[PATCH bpf-next v9 1/1] doc: DEVMAPs and XDP_REDIRECT
 2022-11-15 14:49 UTC 

BPF, cross-compiling, and selftests
 2022-11-15 12:53 UTC  (2+ messages)

[RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
 2022-11-15 12:49 UTC  (2+ messages)

[PATCH bpf 0/3] selftests/xsk: three small fixes
 2022-11-15 12:40 UTC  (7+ messages)
` [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump
` [PATCH bpf 2/3] selftests/xsk: do not close unused file descriptors
` [PATCH bpf 3/3] selftests/xsk: print correct error codes when exiting

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
 2022-11-15 12:27 UTC  (5+ messages)
` [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode
` [PATCH net 2/2] i40e: fix xdp_redirect logs error message when testing with MTU=1500

[PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
 2022-11-15 11:18 UTC  (4+ messages)

[PATCH v2 0/2] some fixes for selftest/net
 2022-11-15 10:23 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/net: fix missing xdp_dummy
` [PATCH v2 2/2] selftests/net: fix opening object file failed

[PATCH bpf-next v1] docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
 2022-11-15  9:59 UTC 

[PATCH bpf-next v5 0/7] bpf: Add bpf_rcu_read_lock() support
 2022-11-15  6:50 UTC  (3+ messages)
` [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()

[PATCH bpf v2] selftests/bpf: fix memory leak of lsm_cgroup
 2022-11-15  3:29 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Move skb->len == 0 checks into __bpf_redirect
 2022-11-15  3:10 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable

[PATCH bpf] selftests/bpf: fix memory leak of lsm_cgroup
 2022-11-15  3:07 UTC  (3+ messages)

[PATCH v4 04/17] iommufd: Document overview of iommufd
 2022-11-15  0:52 UTC  (3+ messages)

[PATCH bpf-next v3 5/5] bpftool: remove function free_btf_vmlinux()
 2022-11-14 21:54 UTC  (2+ messages)

[PATCH bpf-next v3 4/5] bpftool: clean-up usage of libbpf_get_error()
 2022-11-14 21:51 UTC  (2+ messages)

[RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
 2022-11-14 21:50 UTC  (9+ messages)

[PATCHv2 bpf-next 0/2] bpf: Add bpf_vma_build_id_parse kfunc
 2022-11-14 21:47 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc

[PATCH bpf-next v3 3/5] bpftool: fix error message when function can't register struct_ops
 2022-11-14 21:43 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] clean-up bpftool from legacy support
 2022-11-14 21:41 UTC  (5+ messages)
` [PATCH bpf-next v3 1/5] bpftool: remove support of --legacy option for bpftool
` [PATCH bpf-next v3 2/5] bpftool: replace return value PTR_ERR(NULL) with 0

[PATCH bpf-next 0/2] Some small changes about bpftool
 2022-11-14 20:53 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpftool: Use strcmp() instead of is_prefix() to check parameters
` [PATCH bpf-next 2/2] bpftool: Check argc first before "file" in do_batch()

[PATCH] selftests net: additional fix for kselftest net build error
 2022-11-14 20:34 UTC 

[PATCH v2 00/14] Fix perf tools/lib includes
 2022-11-14 20:18 UTC  (4+ messages)

[PATCH bpf 0/4] libbpf: Fixes for ring buffer
 2022-11-14 19:51 UTC  (6+ messages)
` [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap

[PATCH v2 0/3] libbpf: Fixed various checkpatch issues
 2022-11-14 19:50 UTC  (2+ messages)

[PATCH bpf-next v10 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-11-14 19:44 UTC  (5+ messages)
` [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf] libbpf: Use correct return pointer in attach_raw_tp
 2022-11-14 19:40 UTC  (2+ messages)

[PATCH net-next 0/5] net: lan966x: Extend xdp support
 2022-11-14 19:39 UTC  (4+ messages)
` [PATCH net-next 1/5] net: lan966x: Add XDP_PACKET_HEADROOM


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