bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-01 08:03:55 to 2023-04-04 07:12:23 UTC [more...]

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-04-04  7:06 UTC  (23+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo

[PATCH bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
 2023-04-04  6:56 UTC  (3+ messages)

[PATCH bpf-next 0/2] selftests: xsk: Add test case for packets at end of UMEM
 2023-04-04  6:27 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests: xsk: Use correct UMEM size in testapp_invalid_desc
` [PATCH bpf-next 2/2] selftests: xsk: Add test case for packets at end of UMEM

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-04  6:25 UTC  (2+ messages)

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

Dynptrs and Strings
 2023-04-04  4:57 UTC  (2+ messages)

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-04  4:50 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: Invoke btf_struct_access() callback only for writes
` [PATCH bpf-next 2/8] bpf: Remove unused arguments from btf_struct_access()
` [PATCH bpf-next 3/8] bpf: Refactor btf_nested_type_is_trusted()
` [PATCH bpf-next 4/8] bpf: Teach verifier that certain helpers accept NULL pointer
` [PATCH bpf-next 5/8] bpf: Refactor NULL-ness check in check_reg_type()
` [PATCH bpf-next 6/8] bpf: Allowlist few fields similar to __rcu tag
` [PATCH bpf-next 7/8] bpf: Undo strict enforcement for walking untagged fields
` [PATCH bpf-next 8/8] selftests/bpf: Add tracing tests for walking skb and req

[PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-04  4:48 UTC 

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-04  4:36 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file
` [PATCH v3 bpf-next 02/19] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v3 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v3 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side
` [PATCH v3 bpf-next 05/19] veristat: add more veristat control over verifier log options
` [PATCH v3 bpf-next 06/19] selftests/bpf: add fixed vs rotating verifier log tests
` [PATCH v3 bpf-next 07/19] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 08/19] bpf: fix missing -EFAULT return on user log buf error in btf_parse()
` [PATCH v3 bpf-next 09/19] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 10/19] bpf: simplify logging-related error conditions handling
` [PATCH v3 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size
` [PATCH v3 bpf-next 13/19] bpf: simplify internal verifier log interface
` [PATCH v3 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested
` [PATCH v3 bpf-next 15/19] libbpf: wire through log_size_actual returned from kernel for BPF_PROG_LOAD
` [PATCH v3 bpf-next 16/19] libbpf: wire through log_size_actual for bpf_btf_load() API
` [PATCH v3 bpf-next 17/19] selftests/bpf: add tests to validate log_size_actual feature
` [PATCH v3 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD
` [PATCH v3 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command

[PATCH bpf v3 00/12] bpf sockmap fixes
 2023-04-04  3:12 UTC  (16+ messages)
` [PATCH bpf v3 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v3 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v3 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v3 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v3 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v3 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v3 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v3 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v3 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v3 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v3 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v3 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-04  2:59 UTC  (9+ messages)

[PATCH bpf-next v4 1/2] docs/bpf: Add table to describe LRU properties
 2023-04-04  2:37 UTC  (10+ messages)
` [PATCH bpf-next v4 2/2] docs/bpf: Add LRU internals description and graph

[PATCH v5 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-04  1:41 UTC  (16+ messages)
` [PATCH v5 bpf-next 3/7] udp: seq_file: Helper function to match socket attributes
` [PATCH v5 bpf-next 4/7] bpf: udp: Implement batching for sockets iterator
` [PATCH v5 bpf-next 7/7] selftests/bpf: Test bpf_sock_destroy

[PATCH bpf] selftests/bpf: Poll for receive in cg_storage_multi test
 2023-04-03 23:44 UTC  (3+ messages)

[PATCH bpf V6 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-03 23:02 UTC  (8+ messages)
` [PATCH bpf V6 1/5] xdp: rss hash types representation
` [PATCH bpf V6 2/5] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [PATCH bpf V6 3/5] veth: "
` [PATCH bpf V6 4/5] mlx4: "
` [PATCH bpf V6 5/5] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-03 22:36 UTC  (9+ messages)
` [PATCH net-next 1/5] tsnep: Rework TX/RX queue initialization
` [PATCH net-next 2/5] tsnep: Add functions for queue enable/disable
` [PATCH net-next 3/5] tsnep: Move skb receive action to separate function
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next 5/5] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 22:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
 2023-04-03 21:24 UTC  (2+ messages)

[PATCH bpf v2 00/11] bpf sockmap fixes
 2023-04-03 21:05 UTC  (8+ messages)
` [PATCH bpf v2 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v2 04/12] bpf: sockmap, handle fin correctly

[PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
 2023-04-03 20:39 UTC  (12+ messages)

[PATCH bpf] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 19:41 UTC  (3+ messages)

[PATCH bpf-next v4] bpf: Support 64-bit pointers to kfuncs
 2023-04-03 17:28 UTC 

[PATCH v5 0/4] Add ftrace direct call for arm64
 2023-04-03 17:26 UTC  (6+ messages)
` [PATCH v5 1/4] arm64: ftrace: Add direct call support
` [PATCH v5 2/4] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v5 3/4] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v5 4/4] selftests/bpf: Update the tests deny list on aarch64

[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
 2023-04-03 15:58 UTC  (7+ messages)
` [PATCH v4 bpf-next 2/4] bpf: Add bpf_sock_destroy kfunc

[PATCH bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile
 2023-04-03 13:01 UTC 

[PATCH bpf] selftests: xsk: Add xskxceiver.h dependency to Makefile
 2023-04-03 13:04 UTC  (2+ messages)

Syzkaller reported fail of bpf_trampoline_unlink_prog
 2023-04-03 12:53 UTC 

[PATCH bpf-next v2 00/10] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-03 12:50 UTC  (12+ messages)
` [PATCH bpf-next v2 04/10] selftests: xsk: Deflakify STATS_RX_DROPPED test
` [PATCH bpf-next v2 06/10] xsk: Add check for unaligned descriptors that overrun UMEM
` [PATCH bpf-next v2 07/10] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE

[PATCH bpf] selftests: xsk: Disable IPv6 on VETH1
 2023-04-03 12:04 UTC 

[PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test
 2023-04-03 12:03 UTC 

[RFC PATCH net-next] bpf, net: support redirecting to ifb with bpf
 2023-04-03 12:00 UTC  (2+ messages)

[PATCH v4 0/4] Add ftrace direct call for arm64
 2023-04-03 11:25 UTC  (6+ messages)
` [PATCH v4 1/4] arm64: ftrace: Add direct call support
` [PATCH v4 2/4] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v4 3/4] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v4 4/4] selftests/bpf: Update the tests deny list on aarch64

[PATCH bpf-next] bpf, arm64: Fixed a BTI error on returning to patched function
 2023-04-03 11:16 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Add FOU support for externally controlled ipip devices
 2023-04-03 12:12 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] ipip,ip_tunnel,sit: "
` [PATCH bpf-next v2 2/3] bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
` [PATCH bpf-next v2 3/3] selftests/bpf: Test FOU kfuncs for externally controlled ipip devices

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-04-03 11:10 UTC  (3+ messages)

[PATCH v9 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-03 10:37 UTC  (6+ messages)
` [PATCH v9 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-03 10:36 UTC  (2+ messages)

[PATCH bpf-next v6 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-04-03  8:46 UTC  (13+ messages)

[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
 2023-04-03  8:21 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC

[PATCH v5 0/4] fs/ufs: Replace kmap() with kmap_local_page
 2023-04-03  5:27 UTC  (4+ messages)

[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables
 2023-04-03  4:04 UTC  (9+ messages)
` [PATCH bpf-next 5/7] bpf: Mark potential spilled loop index variable as precise
` [PATCH bpf-next 7/7] selftests/bpf: Add a new test based on loop6.c

[PATCH bpf-next v4] bpf, docs: Add docs on extended 64-bit immediate instructions
 2023-04-03  0:10 UTC  (3+ messages)
` [Bpf] "

[PATCH bpf-next] bpf: compute hashes in bloom filter similar to hashmap
 2023-04-02 15:50 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: optimize hashmap lookups when key_size is divisible by 4
 2023-04-02 11:45 UTC  (4+ messages)

[Patch bpf-next] sock_map: include sk_psock memory overhead too
 2023-04-02 10:41 UTC  (4+ messages)

[PATCH bpf V5 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-02  8:37 UTC  (3+ messages)

[PATCH bpf-next 0/3] Add FOU support for externally controlled ipip devices
 2023-04-01 20:51 UTC  (6+ messages)
` [PATCH bpf-next 1/3] ipip,ip_tunnel,sit: "
` [PATCH bpf-next 2/3] bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
` [PATCH bpf-next 3/3] selftests/bpf: Test FOU kfuncs for externally controlled ipip devices

[PATCH bpf-next] bpf: optimize hashmap lookups when key_size is divisible by 4
 2023-04-01 19:53 UTC  (5+ messages)

[PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
 2023-04-01 18:57 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] Enable RCU semantics for task kptrs
 2023-04-01 16:20 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] Prepare veristat for packaging
 2023-04-01 16:10 UTC  (2+ messages)

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc
 2023-04-01  8:01 UTC 


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