bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-10 17:49:31 to 2022-08-13 06:26:17 UTC [more...]

[PATCH bpf-next 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-13  6:25 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next 2/3] bpf: use cgroup_{common,current}_func_proto in more hooks
` [PATCH bpf-next 3/3] selftests/bpf: make sure bpf_{g,s}et_retval is exposed everywhere

[PATCHv2 bpf-next] libbpf: making bpf_prog_load() ignore name if kernel doesn't support
 2022-08-13  0:09 UTC 

[PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-13  0:07 UTC  (18+ messages)
` [PATCH bpf-next 05/15] bpf: Fix incorrect mem_cgroup_put
` [PATCH bpf-next 13/15] mm, memcg: Add new helper get_obj_cgroup_from_cgroup

[Patch net v2 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-12 23:55 UTC  (3+ messages)
` [Patch net v2 3/4] tcp: refactor tcp_read_skb() a bit

[PATCH bpf-next] libbpf: making bpf_prog_load() ignore name if kernel doesn't support
 2022-08-12 23:53 UTC  (3+ messages)

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-12 21:50 UTC  (10+ messages)

[PATCH bpf-next v8 0/5] bpf: rstat: cgroup hierarchical stats
 2022-08-12 20:28 UTC  (6+ messages)
` [PATCH bpf-next v8 1/5] bpf: Introduce cgroup iter
` [PATCH bpf-next v8 2/5] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v8 3/5] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v8 4/5] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v8 5/5] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
 2022-08-12 17:28 UTC  (13+ messages)
` [PATCH 2/5] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
` [PATCH 3/5] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH 4/5] bpf: Add libbpf logic for user-space ring buffer

Query on reads being flagged as direct writes
 2022-08-12 16:58 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Add lru_bug to s390x deny list
 2022-08-12 16:50 UTC  (3+ messages)

[PATCH bpf-next v2] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-12 15:55 UTC  (2+ messages)

[PATCH bpf-next] bpf: Clear up confusion in bpf_skb_adjust_room()'s documentation
 2022-08-12 15:37 UTC 

[PATCH bpf-next] bpftool: Clear errno after libcap's checks
 2022-08-12 15:37 UTC 

[PATCH bpf-next] bpftool: Fix a typo in a comment
 2022-08-12 15:37 UTC 

[PATCH bpf] xsk: fix corrupted packets for XDP_SHARED_UMEM
 2022-08-12 13:06 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Add skb + xdp dynptrs
 2022-08-12 12:39 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v2 2/3] bpf: Add xdp dynptrs
` [PATCH bpf-next v2 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-12 10:19 UTC  (10+ messages)
` [PATCH v11 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v11 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v11 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v11 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v11 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v11 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v11 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v11 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v11 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[syzbot] linux-next boot error: kernel BUG in __phys_addr
 2022-08-12  9:36 UTC 

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-12  8:11 UTC  (12+ messages)
` [PATCH v10 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v10 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-12  5:24 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: Add struct argument info in btf_func_model
` [PATCH bpf-next v2 2/6] bpf: x86: Rename stack_size to regs_off in {save,restore}_regs()
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments
` [PATCH bpf-next v2 4/6] bpf: arm64: No support of struct argument
` [PATCH bpf-next v2 5/6] bpf: Populate struct argument info in btf_func_model
` [PATCH bpf-next v2 6/6] selftests/bpf: Add struct argument tests with fentry/fexit programs

[PATCHv3 bpf-next] libbpf: Add names for auxiliary maps
 2022-08-12  1:59 UTC  (4+ messages)

[PATCH v2 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-11 23:59 UTC  (6+ messages)
` [PATCH v2 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v2 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v2 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v2 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf-next v4 0/3] Add more bpf_*_ct_lookup() selftests
 2022-08-11 21:55 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Add existing connection bpf_*_ct_lookup() test
` [PATCH bpf-next v4 2/3] selftests/bpf: Add connmark read test
` [PATCH bpf-next v4 3/3] selftests/bpf: Update CI kconfig

[PATCH bpf-next v3 0/3] Add more bpf_*_ct_lookup() selftests
 2022-08-11 21:50 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Add existing connection bpf_*_ct_lookup() test
` [PATCH bpf-next v3 2/3] selftests/bpf: Add connmark read test
` [PATCH bpf-next v3 3/3] selftests/bpf: Update CI kconfig

[PATCH 0/4] Track processes properly for perf record --off-cpu (v2)
 2022-08-11 20:58 UTC  (6+ messages)
` [PATCH 1/4] perf offcpu: Check process id for the given workload
` [PATCH 2/4] perf offcpu: Parse process id separately
` [PATCH 3/4] perf offcpu: Track child processes
` [PATCH 4/4] perf offcpu: Update offcpu test for child process

LPC 2022 Networking and BPF Track CFP
 2022-08-11 17:23 UTC  (4+ messages)
` LPC 2022 Networking and BPF Track CFP (Reminder)
  ` Followup from LSF/MM/BPF on standardization/documentation

[PATCH v3 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-11 17:04 UTC  (17+ messages)
` [PATCH v3 bpf-next 01/15] net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
` [PATCH v3 bpf-next 02/15] bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
` [PATCH v3 bpf-next 03/15] bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsockopt()
` [PATCH v3 bpf-next 04/15] bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
` [PATCH v3 bpf-next 05/15] bpf: net: Change do_ip_setsockopt() "
` [PATCH v3 bpf-next 06/15] bpf: net: Change do_ipv6_setsockopt() "
` [PATCH v3 bpf-next 07/15] bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
` [PATCH v3 bpf-next 08/15] bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
` [PATCH v3 bpf-next 09/15] bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
` [PATCH v3 bpf-next 10/15] bpf: Refactor bpf specific tcp optnames to a new function
` [PATCH v3 bpf-next 11/15] bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
` [PATCH v3 bpf-next 12/15] bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
` [PATCH v3 bpf-next 13/15] bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
` [PATCH v3 bpf-next 14/15] bpf: Add a few optnames to bpf_setsockopt
` [PATCH v3 bpf-next 15/15] selftests/bpf: bpf_setsockopt tests

[PATCH AUTOSEL 5.4 18/25] bpf: Don't redirect packets with invalid pkt_len
 2022-08-11 16:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 22/25] bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test

[PATCH AUTOSEL 5.10 23/46] uprobe: gate bpf call behind BPF_EVENTS
 2022-08-11 16:04 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 33/46] bpf: Fix check against plain integer v 'NULL'
` [PATCH AUTOSEL 5.10 35/46] bpf: Don't redirect packets with invalid pkt_len
` [PATCH AUTOSEL 5.10 40/46] bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test

[PATCH AUTOSEL 5.15 10/69] bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
 2022-08-11 15:56 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 14/69] libbpf: Fix an error in 64bit relocation value computation
` [PATCH AUTOSEL 5.15 31/69] uprobe: gate bpf call behind BPF_EVENTS
` [PATCH AUTOSEL 5.15 49/69] libbpf: Disable SEC pragma macro on GCC
` [PATCH AUTOSEL 5.15 52/69] bpf: Fix check against plain integer v 'NULL'
` [PATCH AUTOSEL 5.15 54/69] bpf: Don't redirect packets with invalid pkt_len
` [PATCH AUTOSEL 5.15 59/69] bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test

[PATCH AUTOSEL 5.18 10/93] bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
 2022-08-11 15:42 UTC  (10+ messages)
` [PATCH AUTOSEL 5.18 14/93] libbpf: Fix an error in 64bit relocation value computation
` [PATCH AUTOSEL 5.18 23/93] selftests/bpf: Avoid skipping certain subtests
` [PATCH AUTOSEL 5.18 36/93] uprobe: gate bpf call behind BPF_EVENTS
` [PATCH AUTOSEL 5.18 48/93] libbpf: fix up few libbpf.map problems
` [PATCH AUTOSEL 5.18 60/93] libbpf: Disable SEC pragma macro on GCC
` [PATCH AUTOSEL 5.18 61/93] bpf: Make non-preallocated allocation low priority
` [PATCH AUTOSEL 5.18 65/93] bpf: Fix check against plain integer v 'NULL'
` [PATCH AUTOSEL 5.18 69/93] bpf: Don't redirect packets with invalid pkt_len
` [PATCH AUTOSEL 5.18 81/93] bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test

[PATCH AUTOSEL 5.19 010/105] bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
 2022-08-11 15:28 UTC  (11+ messages)
` [PATCH AUTOSEL 5.19 014/105] libbpf: Fix an error in 64bit relocation value computation
` [PATCH AUTOSEL 5.19 024/105] selftests/bpf: Avoid skipping certain subtests
` [PATCH AUTOSEL 5.19 039/105] uprobe: gate bpf call behind BPF_EVENTS
` [PATCH AUTOSEL 5.19 053/105] libbpf: fix up few libbpf.map problems
` [PATCH AUTOSEL 5.19 067/105] libbpf: Disable SEC pragma macro on GCC
` [PATCH AUTOSEL 5.19 068/105] bpf: Make non-preallocated allocation low priority
` [PATCH AUTOSEL 5.19 071/105] selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_func
` [PATCH AUTOSEL 5.19 073/105] bpf: Fix check against plain integer v 'NULL'
` [PATCH AUTOSEL 5.19 077/105] bpf: Don't redirect packets with invalid pkt_len
` [PATCH AUTOSEL 5.19 090/105] bpf/selftests: Fix couldn't retrieve pinned program in xdp veth test

pull-request: bpf 2022-08-10
 2022-08-11 14:54 UTC  (6+ messages)

[PATCH bpf-next v4] selftests: xsk: Update poll test cases
 2022-08-11 14:45 UTC  (4+ messages)

[PATCH bpf-next v7 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-11 14:09 UTC  (8+ messages)
` [PATCH bpf-next v7 4/8] bpf: Introduce cgroup iter

[syzbot] inconsistent lock state in find_vmap_area
 2022-08-11 10:43 UTC 

[PATCHv2 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-08-11  9:15 UTC  (7+ messages)
` [PATCHv2 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
` [PATCHv2 bpf-next 2/6] ftrace: Keep the resolved addr in kallsyms_callback
` [PATCHv2 bpf-next 3/6] bpf: Use given function address for trampoline ip arg
` [PATCHv2 bpf-next 4/6] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCHv2 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
` [PATCHv2 bpf-next 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-08-11  6:24 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/7] bpf: Add struct argument info in btf_func_model

[PATCH net v5 0/2] net: enhancements to sk_user_data field
 2022-08-11  5:30 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] Parameterize task iterators
 2022-08-11  0:16 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: "
` [PATCH bpf-next v5 2/3] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v5 3/3] selftests/bpf: Test "

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-08-10 23:16 UTC  (16+ messages)
` [RFC PATCH bpf-next 05/11] bpf: Add bpf_spin_lock member to rbtree
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags
` [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests

[PATCH net-next] tcp: Make SYN ACK RTO tunable by BPF programs with TFO
 2022-08-10 22:30 UTC 

[PATCH dwarves] dwarf_loader: encode char type as signed
 2022-08-10 18:59 UTC  (4+ messages)

[PATCH bpf-next] libbpf: preserve errno across pr_warn/pr_info/pr_debug
 2022-08-10 18:50 UTC  (3+ messages)

[PATCH 2/2] usb: Implement usb_revoke() BPF function
 2022-08-10 17:59 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).