bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-09 17:25:51 to 2023-04-12 17:12:59 UTC [more...]

[PATCH bpf-next] bpf: Handle NULL in bpf_local_storage_free
 2023-04-12 17:12 UTC 

[PATCH bpf-next] selftests/bpf: remove stand-along test_verifier_log test binary
 2023-04-12 17:06 UTC 

[PATCH v4 bpf-next 00/19] BPF verifier rotating log
 2023-04-12 17:03 UTC  (23+ messages)
` [PATCH v4 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file
` [PATCH v4 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v4 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side
` [PATCH v4 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v4 bpf-next 12/19] bpf: add log_true_size output field to return necessary log buffer size
` [PATCH v4 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested
` [PATCH v4 bpf-next 17/19] selftests/bpf: add tests to validate log_true_size feature
` [PATCH v4 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD
` [PATCH v4 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command

[PATCH net-next v3 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-12 17:00 UTC  (6+ messages)
` [PATCH net-next v3 1/4] net: stmmac: restructure Rx hardware timestamping function
` [PATCH net-next v3 2/4] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v3 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v3 4/4] net: stmmac: add Rx HWTS metadata to XDP ZC "

[PATCH bpf V8 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 16:56 UTC  (9+ messages)
` [PATCH bpf V8 1/7] selftests/bpf: xdp_hw_metadata default disable bpf_printk
` [PATCH bpf V8 2/7] selftests/bpf: Add counters to xdp_hw_metadata
` [PATCH bpf V8 3/7] xdp: rss hash types representation
` [PATCH bpf V8 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V8 5/7] veth: "
` [PATCH bpf V8 6/7] mlx4: "
` [PATCH bpf V8 7/7] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[PATCH bpf-next 0/8] New BPF map and BTF security LSM hooks
 2023-04-12 16:52 UTC  (11+ messages)
` [PATCH bpf-next 1/8] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH bpf-next 2/8] bpf: inline map creation logic in map_create() function
` [PATCH bpf-next 3/8] bpf: centralize permissions checks for all BPF map types
` [PATCH bpf-next 4/8] bpf, lsm: implement bpf_map_create_security LSM hook
` [PATCH bpf-next 5/8] selftests/bpf: validate new "
` [PATCH bpf-next 6/8] bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
` [PATCH bpf-next 7/8] bpf, lsm: implement bpf_btf_load_security LSM hook
` [PATCH bpf-next 8/8] selftests/bpf: enhance lsm_map_create test with BTF LSM control

Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
 2023-04-12 16:30 UTC  (5+ messages)
  ` [PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes

[PATCH bpf-next v6 0/4] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-12 16:21 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] xsk: Use pool->dma_pages to check for DMA
` [PATCH bpf-next v6 2/4] xsk: Support UMEM chunk_size > PAGE_SIZE
` [PATCH bpf-next v6 3/4] selftests: xsk: Use hugepages when umem->frame_size "
` [PATCH bpf-next v6 4/4] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH bpf V7 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 16:17 UTC  (15+ messages)
` [PATCH bpf V7 1/7] selftests/bpf: xdp_hw_metadata default disable bpf_printk
` [PATCH bpf V7 3/7] xdp: rss hash types representation
` [PATCH bpf V7 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V7 6/7] mlx4: "

[PATCH bpf-next V3 0/6] XDP-hints kfuncs for Intel driver igc
 2023-04-12 15:37 UTC  (6+ messages)
` [PATCH bpf-next V3 1/6] igc: enable and fix RX hash usage by netstack
` [PATCH bpf-next V3 5/6] igc: add XDP hints kfuncs for RX timestamp

[PATCH v5 bpf-next 5/7] bpf: Add bpf_sock_destroy kfunc
 2023-04-12 15:21 UTC  (4+ messages)
` [RFC PATCH bpf-next] bpf: Add a kfunc filter function to 'struct btf_kfunc_id_set'

[PATCH bpf-next v5 0/4] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-12 15:02 UTC  (10+ messages)
` [PATCH bpf-next v5 1/4] xsk: Use pool->dma_pages to check for DMA
` [PATCH bpf-next v5 2/4] xsk: Support UMEM chunk_size > PAGE_SIZE
` [PATCH bpf-next v5 3/4] selftests: xsk: Use hugepages when umem->frame_size "
` [PATCH bpf-next v5 4/4] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-12 14:38 UTC  (11+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH] tracing: Refuse fprobe if RCU is not watching
 2023-04-12 14:37 UTC  (23+ messages)

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-12 13:55 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH bpf-next] tools headers: Remove s390 ptrace.h in check-headers.sh
 2023-04-12 13:33 UTC  (4+ messages)

[PATCH bpf-next v3 0/7] bpftool: Add inline annotations when dumping program CFGs
 2023-04-12 13:29 UTC  (6+ messages)
` [PATCH bpf-next v3 3/7] bpftool: Support inline annotations when dumping the CFG of a program

[PATCH] bpftool: fix broken compile on s390 for linux-next repository
 2023-04-12 13:27 UTC  (2+ messages)

[PATCH bpf-next v2] xsk: Elide base_addr comparison in xp_unaligned_validate_desc
 2023-04-12 12:38 UTC  (3+ messages)

[PATCH bpf-next] xsk: Simplify xp_aligned_validate_desc implementation
 2023-04-12 12:34 UTC  (3+ messages)

[PATCH bpf v6 00/12] bpf sockmap fixes
 2023-04-12 10:26 UTC  (7+ messages)
` [PATCH bpf v6 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v6 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v6 05/12] bpf: sockmap, TCP data stall on recv before accept

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-12  9:45 UTC  (3+ messages)

[PATCH] selftests/bpf: ignore pointer types check with clang
 2023-04-12  9:59 UTC 

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-12  9:50 UTC  (8+ messages)

[RFC PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability
 2023-04-12  8:33 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
 2023-04-12  8:16 UTC 

W sprawie samochodu
 2023-04-12  7:40 UTC 

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-12  7:22 UTC  (15+ messages)
` [PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
        ` [PATCH] Smack modifications for: "
` [PATCH v10 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v10 4/4] evm: Support multiple LSMs providing an xattr

[PATCH net-next 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-12  4:00 UTC  (11+ messages)
` [PATCH net-next 1/4] net: stmmac: restructure Rx hardware timestamping function
` [PATCH net-next 2/4] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next 4/4] net: stmmac: add Rx HWTS metadata to XDP ZC "

[PATCH bpf-next] selftests/bpf: fix compiler warnings in bpf_testmod for kfuncs
 2023-04-12  3:46 UTC 

[PATCH v3 0/2] Fix failure to access u32* argument of tracked function
 2023-04-11 18:40 UTC  (5+ messages)
` [PATCH v3 1/2] bpf/btf: Fix is_int_ptr()
` [PATCH v3 2/2] selftests/bpf: Add test to access u32 ptr argument in tracing program

[PATCH net 1/1] i40e: Fix crash when rebuild fails in i40e_xdp_setup
 2023-04-11 16:24 UTC  (3+ messages)

[PATCH net-next v6 09/18] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-04-11 16:08 UTC 

[PATCH] bpf: lirc program type should not require SYS_CAP_ADMIN
 2023-04-11 15:44 UTC 

[PATCH bpf-next] tools/resolve_btfids: Ignore libsubcmd
 2023-04-11 15:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages
 2023-04-11 15:50 UTC  (2+ messages)

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-04-11 15:14 UTC  (6+ messages)

[PATCH] perf bperf: Avoid use after free via union
 2023-04-11 12:36 UTC  (2+ messages)

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-11  9:00 UTC  (7+ messages)
` [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size

[PATCH] samples/bpf:fix fout leak
 2023-04-11  8:43 UTC 

[PATCH bpf-next 1/3] bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
 2023-04-11  4:16 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: Remove bpf_cgroup_kptr_get() kfunc
` [PATCH bpf-next 3/3] bpf,docs: Remove references to bpf_cgroup_kptr_get()

[PATCH v1 1/2] perf lock contention: Support pre-5.14 kernels
 2023-04-10 22:12 UTC  (5+ messages)
` [PATCH v1 2/2] perf bpf filter: Support pre-5.16 kernels

[PATCH v1 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-10 19:07 UTC  (10+ messages)
` [PATCH v1 bpf-next 1/9] bpf: Remove btf_field_offs, use btf_record's fields instead
` [PATCH v1 bpf-next 2/9] bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
` [PATCH v1 bpf-next 3/9] bpf: Support refcounted local kptrs in existing semantics
` [PATCH v1 bpf-next 4/9] bpf: Add bpf_refcount_acquire kfunc
` [PATCH v1 bpf-next 5/9] bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
` [PATCH v1 bpf-next 6/9] selftests/bpf: Modify linked_list tests to work with macro-ified inserts
` [PATCH v1 bpf-next 7/9] bpf: Migrate bpf_rbtree_remove to possibly fail
` [PATCH v1 bpf-next 8/9] bpf: Centralize btf_field-specific initialization logic
` [PATCH v1 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests

[BUG] kmemleak in rtnetlink_rcv() triggered by selftests/drivers/net/team in build cdc9718d5e59
 2023-04-10 17:49 UTC  (5+ messages)
  ` [BUG] [FIXED: TESTED] "
      ` [BUG] [TESTING: HANG] "

inline ASM helpers for proving bounds checks
 2023-04-10 17:46 UTC  (3+ messages)

[v2 bpf-next 0/2] Fix copy_from_user_nofault()
 2023-04-10 17:43 UTC  (3+ messages)
` [v2 bpf-next 1/2] mm: "
` [v2 bpf-next 2/2] perf: Fix arch_perf_out_copy_user()

Dynptrs and Strings
 2023-04-10 17:01 UTC  (9+ messages)

[PATCH] selftests/bpf: Reset err when symbol name already exist in kprobe_multi_test
 2023-04-10 16:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: trace_helpers.c: Fix segfault
 2023-04-10 16:05 UTC  (2+ messages)

[PATCH net-next v2 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-10 15:57 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: stmmac: restructure Rx hardware timestamping function
` [PATCH net-next v2 2/4] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v2 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v2 4/4] net: stmmac: add Rx HWTS metadata to XDP ZC "

[Question] Does/Will bpf map support fuzzy matching?
 2023-04-10 12:48 UTC 

[PATCH bpf-next] bpftool: set program type only if it differs from the desired one
 2023-04-09 21:21 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).