bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-10 19:09:05 to 2023-04-12 21:52:28 UTC [more...]

[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
 2023-04-12 21:52 UTC  (8+ messages)
` [PATCH v1 bpf-next 1/5] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH v1 bpf-next 2/5] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH v1 bpf-next 3/5] bpf: Add bpf_dynptr_get_size and bpf_dynptr_get_offset

[PATCH net-next v3 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-12 21:45 UTC  (11+ 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 V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-12 21:16 UTC  (5+ messages)
` [PATCH V3,net-next, 1/4] net: mana: Use napi_build_skb in RX path
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V3,net-next, 4/4] net: mana: Add support for jumbo frame

[PATCH bpf-next 0/3] Fix a few BPF selftests
 2023-04-12 21:04 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
` [PATCH bpf-next 2/3] selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
` [PATCH bpf-next 3/3] selftests/bpf: Keep the loop in bpf_testmod_loop_test

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-12 20:29 UTC  (16+ 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 bpf-next 1/3] bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
 2023-04-12 20:10 UTC  (4+ 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 bpf V10 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 19:49 UTC  (7+ messages)
` [PATCH bpf V10 1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
` [PATCH bpf V10 2/6] xdp: rss hash types representation
` [PATCH bpf V10 3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V10 4/6] veth: "
` [PATCH bpf V10 5/6] mlx4: "
` [PATCH bpf V10 6/6] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-12 19:46 UTC  (19+ messages)
` [PATCH RFC bpf-next v1 3/9] bpf: Implement bpf_throw kfunc
` [PATCH RFC bpf-next v1 4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs
` [PATCH RFC bpf-next v1 9/9] selftests/bpf: Add tests for BPF exceptions

[PATCH bpf V9 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 19:41 UTC  (9+ messages)
` [PATCH bpf V9 1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
` [PATCH bpf V9 2/6] xdp: rss hash types representation
` [PATCH bpf V9 3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V9 4/6] veth: "
` [PATCH bpf V9 5/6] mlx4: "
` [PATCH bpf V9 6/6] 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 19:06 UTC  (22+ 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

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-04-12 19:05 UTC  (16+ messages)

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

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-12 18:48 UTC  (4+ messages)

[PATCH bpf-next v5 0/4] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-12 18:51 UTC  (8+ messages)
` [PATCH bpf-next v5 2/4] "

[PATCH bpf V8 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 17:56 UTC  (11+ 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] bpf: Handle NULL in bpf_local_storage_free
 2023-04-12 17:50 UTC  (2+ messages)

[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

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  (12+ 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-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 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 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 net-next 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-12  4:00 UTC  (5+ messages)
` [PATCH net-next 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt

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

[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 v1 1/2] perf lock contention: Support pre-5.14 kernels
 2023-04-10 22:12 UTC  (4+ 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  (4+ messages)
` [PATCH v1 bpf-next 5/9] bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} 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


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