BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-16 03:34:17 to 2023-11-20 13:29:02 UTC [more...]

[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
 2023-11-20 13:28 UTC  (3+ messages)
` [PATCH 1/4] LSM: Auto-undef LSM_HOOK macro
` [PATCH 2/4] LSM: Add a header file containing only arguments of LSM callback functions

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-20 13:16 UTC  (38+ messages)
` [PATCH net-next v8 01/15] net: sched: act_api: Introduce dynamic actions list
` [PATCH net-next v8 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v8 03/15] net/sched: act_api: Update tc_action_ops to account for dynamic actions
` [PATCH net-next v8 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v8 05/15] net: sched: act_api: Add support for preallocated dynamic action instances
` [PATCH net-next v8 06/15] net: introduce rcu_replace_pointer_rtnl
` [PATCH net-next v8 07/15] rtnl: add helper to check if group has listeners
` [PATCH net-next v8 08/15] p4tc: add P4 data types
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v8 11/15] p4tc: add template table "
` [PATCH net-next v8 12/15] p4tc: add runtime table entry create, update, get, delete, "
` [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v8 14/15] p4tc: add P4 classifier
` [PATCH net-next v8 15/15] p4tc: Add P4 extern interface

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-11-20 12:41 UTC  (4+ messages)

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-20  8:05 UTC  (13+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-20  7:41 UTC  (2+ messages)

[PATCH bpf v2 00/11] verify callbacks as if they are called unknown number of times
 2023-11-20  2:23 UTC  (19+ messages)
` [PATCH bpf v2 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf v2 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf v2 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf v2 04/11] bpf: extract __check_reg_arg() utility function
` [PATCH bpf v2 05/11] bpf: extract setup_func_entry() "
` [PATCH bpf v2 06/11] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf v2 07/11] selftests/bpf: tests for iterating callbacks
` [PATCH bpf v2 08/11] bpf: widening for callback iterators
` [PATCH bpf v2 09/11] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf v2 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-20  1:13 UTC  (11+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
 2023-11-19 20:10 UTC  (2+ messages)

[PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
 2023-11-19 20:00 UTC  (5+ messages)

[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
 2023-11-19 19:53 UTC  (7+ messages)
` [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH v2 bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests

[PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
 2023-11-19  3:50 UTC  (2+ messages)

[PATCH bpf v2 0/5] bpf: Fix the release of inner map
 2023-11-18 23:28 UTC  (5+ messages)
` [PATCH bpf v2 4/5] bpf: Optimize the free "

[PATCH v3 bpf-next 0/8] BPF verifier log improvements
 2023-11-18 19:50 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/8] bpf: move verbose_linfo() into kernel/bpf/log.c
` [PATCH v3 bpf-next 2/8] bpf: move verifier state printing code to kernel/bpf/log.c
` [PATCH v3 bpf-next 3/8] bpf: extract register state printing
` [PATCH v3 bpf-next 4/8] bpf: print spilled register state in stack slot
` [PATCH v3 bpf-next 5/8] bpf: emit map name in register state if applicable and available
` [PATCH v3 bpf-next 6/8] bpf: omit default off=0 and imm=0 in register state log
` [PATCH v3 bpf-next 7/8] bpf: smarter verifier log number printing logic
` [PATCH v3 bpf-next 8/8] bpf: emit frameno for PTR_TO_STACK regs if it differs from current one

[PATCH bpf-next v2 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-18 18:47 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
` [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
` [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
` [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux

[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
 2023-11-18 13:12 UTC  (9+ messages)

[PATCH v2 bpf-next 0/8] BPF verifier log improvements
 2023-11-18  3:48 UTC  (5+ messages)
` [PATCH v2 bpf-next 7/8] bpf: smarter verifier log number printing logic

[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-18  3:33 UTC  (6+ messages)
` [PATCH 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() "

[PATCH bpf v3 0/8] bpf_redirect_peer fixes
 2023-11-18  0:00 UTC  (2+ messages)

[PATCH bpf 00/12] verify callbacks as if they are called unknown number of times
 2023-11-17 21:55 UTC  (49+ messages)
` [PATCH bpf 01/12] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
` [PATCH bpf 02/12] selftests/bpf: track string payload offset as scalar in strobemeta
` [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
` [PATCH bpf 04/12] bpf: extract __check_reg_arg() utility function
` [PATCH bpf 05/12] bpf: extract setup_func_entry() "
` [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
` [PATCH bpf 07/12] selftests/bpf: tests for iterating callbacks
` [PATCH bpf 08/12] bpf: widening for callback iterators
` [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
` [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
` [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
` [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked

[PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
 2023-11-17 19:37 UTC  (3+ messages)

[PATCH bpf-next] bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
 2023-11-17 18:40 UTC  (2+ messages)

[syzbot] [kernel?] inconsistent lock state in __lock_task_sighand
 2023-11-17 17:44 UTC 

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-17 15:14 UTC  (21+ messages)
` [PATCH bpf-next v7 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v7 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v7 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v7 10/18] ice: Implement VLAN tag hint
` [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path

[syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
 2023-11-17 14:12 UTC 

[PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-17 14:10 UTC  (3+ messages)

[PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-17 10:59 UTC  (6+ messages)
` [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-17 10:45 UTC  (3+ messages)
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-11-16 19:42 UTC  (10+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
` [PATCH v1 bpf-next 2/9] bpftool: add libbpf-rs dependency and minimal bpf program
` [PATCH v1 bpf-next 3/9] bpftool: open and load bpf object
` [PATCH v1 bpf-next 4/9] bpftool: Add test to verify that pids are associated to maps
` [PATCH v1 bpf-next 5/9] bpftool: add test for bpftool prog
` [PATCH v1 bpf-next 6/9] bpftool: test that we can dump and read the content of a map
` [PATCH v1 bpf-next 7/9] bpftool: Add struct_ops tests
` [PATCH v1 bpf-next 8/9] bpftool: Add bpftool_tests README.md
` [PATCH v1 bpf-next 9/9] bpftool: Add Makefile to facilitate bpftool_tests usage

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-16 17:03 UTC  (7+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-16 14:30 UTC  (9+ messages)
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support

[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
 2023-11-16 13:54 UTC  (6+ messages)
` [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation

[PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
 2023-11-16 11:46 UTC  (4+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in sctp_err_lookup
 2023-11-16 10:35 UTC 

[PATCH 3/3] bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)
 2023-11-16  9:38 UTC  (3+ messages)

[PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-16  9:16 UTC  (6+ messages)
` [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata

pull-request: bpf 2023-11-15
 2023-11-16  6:40 UTC  (2+ messages)

[PATCH 2/3] bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()
 2023-11-16  3:34 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