bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 03:52:21 to 2022-08-17 20:40:28 UTC [more...]

[PATCH bpf-next v2] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-17 20:40 UTC  (3+ messages)

Fwd: [PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-08-17 20:31 UTC  (3+ messages)
` [PATCH 1/2] bpf: Fix 32bit bounds update in ALU64

[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
 2022-08-17 20:24 UTC  (17+ 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

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-17 20:13 UTC  (6+ messages)

[PATCH bpf-next v2 1/4] bpf: Remove duplicate PTR_TO_BTF_ID RO check
 2022-08-17 20:07 UTC  (8+ messages)
` [PATCH bpf-next v2 2/4] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests "

[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-17 19:54 UTC  (5+ messages)
` [Patch net v3 1/4] tcp: fix sock skb accounting in tcp_read_skb()
` [Patch net v3 2/4] tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
` [Patch net v3 3/4] tcp: refactor tcp_read_skb() a bit
` [Patch net v3 4/4] tcp: handle pure FIN case correctly

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-17 19:39 UTC  (14+ messages)

[PATCH bpf-next v2 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-17 19:22 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: Introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next v2 2/3] bpf: Use cgroup_{common,current}_func_proto in more hooks
` [PATCH bpf-next v2 3/3] selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere

[PATCH][next] selftests/bpf: Fix spelling mistake "succesful" -> "successful"
 2022-08-17 19:00 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] Support direct writes to nf_conn:mark
 2022-08-17 18:42 UTC 

[PATCH bpf-next 0/3] Support direct writes to nf_conn:mark
 2022-08-17 18:41 UTC  (8+ messages)
` [PATCH bpf-next 2/3] bpf: Add support for writing "

[PATCH bpf-next 0/2] > Keep reference on socket file while wait send memory
 2022-08-17 18:33 UTC  (5+ messages)
` [PATCH bpf-next 1/2] sk_msg: Keep reference on socket file while wait_memory

[PATCH net-next 1/1] igc: add xdp frags support to ndo_xdp_xmit
 2022-08-17 17:36 UTC 

[RFC PATCH v4 0/2] Add capabilities file to securityfs
 2022-08-17 17:19 UTC  (9+ messages)

[PATCH] bpf: Simplify code by using for_each_cpu_wrap()
 2022-08-17 16:57 UTC  (3+ messages)
  `  "

[PATCH bpf-next v2 1/2] libbpf: Allows disabling auto attach
 2022-08-17 16:50 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Tests libbpf autoattach APIs

[PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
 2022-08-17 16:04 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Add trace subcommand
 2022-08-17 14:51 UTC  (3+ messages)

[PATCHv2 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-08-17 13:40 UTC  (23+ 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 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT

[PATCH v2 bpf-next] xdp: report rx queue index in xdp_frame
 2022-08-17 12:39 UTC  (2+ messages)

[PATCH bpf-next] xdp: report rx queue index in xdp_frame
 2022-08-17 12:35 UTC  (6+ messages)

False-positive in Checkpatch
 2022-08-17 11:20 UTC  (2+ messages)

[PATCH net-next] tcp: Make SYN ACK RTO tunable by BPF programs with TFO
 2022-08-17  9:30 UTC  (5+ messages)

BPF Linked Lists discussion
 2022-08-17  9:09 UTC  (2+ messages)

[PATCH net-next] selftests/net: test l2 tunnel TOS/TTL inheriting
 2022-08-17  7:36 UTC 

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

KASAN: slab-out-of-bounds Read in __htab_map_lookup_and_delete_batch
 2022-08-17  7:08 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-17  5:23 UTC  (8+ messages)
` [PATCH v3 bpf-next 02/15] bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
` [PATCH v3 bpf-next 07/15] bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()

[PATCH] net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
 2022-08-17  3:00 UTC  (10+ messages)

[PATCH] bpf: Variable type completion
 2022-08-17  1:39 UTC 

[PATCH bpf-next] bpf: Sync include/uapi/linux/bpf.h with tools/include/uapi/linux/bpf.h
 2022-08-17  1:05 UTC 

[PATCH bpf-next] libbpf: allow disabling auto attach
 2022-08-16 23:00 UTC  (5+ messages)

[PATCH] lib/vnsprintf: add const modifier for param 'bitmap'
 2022-08-16 22:39 UTC  (2+ messages)

[PATCH bpf-next 0/4] Preparatory libbpf fixes and clean ups
 2022-08-16 21:58 UTC  (12+ messages)
` [PATCH bpf-next 1/4] libbpf: fix potential NULL dereference when parsing ELF
` [PATCH bpf-next 2/4] libbpf: streamline bpf_attr and perf_event_attr initialization
` [PATCH bpf-next 3/4] libbpf: clean up deprecated and legacy aliases
` [PATCH bpf-next 4/4] selftests/bpf: few fixes for selftests/bpf built in release mode

[PATCH 0/5] bpf: Add user-space-publisher ringbuffer map type
 2022-08-16 21:39 UTC  (7+ messages)

[PATCH bpf 1/2] bpf: Restrict bpf_sys_bpf to CAP_PERFMON
 2022-08-16 20:55 UTC  (2+ messages)
` [PATCH bpf 2/2] bpf: Add WARN_ON for recursive prog_run invocation

[PATCH bpf-next] selftests/bpf: fix attach point for non-x86 arches in test_progs/lsm
 2022-08-16 20:40 UTC  (3+ messages)
` [PATCH bpf-next v2] "

[PATCH bpf] bpf: Fix kernel BUG in purge_effective_progs
 2022-08-16 20:39 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] Parameterize task iterators
 2022-08-16 19:11 UTC  (14+ messages)
` [PATCH bpf-next v5 1/3] bpf: "
` [PATCH bpf-next v5 3/3] selftests/bpf: Test parameterized task BPF iterators

Error: bug: failed to retrieve CAP_BPF status: Invalid argument
 2022-08-16 19:00 UTC  (8+ messages)

[PATCH v2 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-16 18:24 UTC  (5+ messages)
` [PATCH v2 2/4] bpf: Add bpf_user_ringbuf_drain() helper

[PATCH bpf-next v7 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-16 17:22 UTC  (13+ messages)
` [PATCH bpf-next v7 4/8] bpf: Introduce cgroup iter

[PATCH bpf-next 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-16 17:19 UTC  (7+ 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 v11 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-16 16:39 UTC  (6+ messages)

[syzbot] KASAN: use-after-free Read in sock_has_perm
 2022-08-16 15:41 UTC  (4+ messages)

[PATCH bpf-next 2/2] use prefetch function in bpf_map_lookup_batch()
 2022-08-16 15:34 UTC 

[PATCH bpf-next 1/2] Benchmark test added: bench_bpf_htab_batch_ops
 2022-08-16 15:33 UTC 

[RFC PATCH v1 0/3] Make BPF ring buffer over writable
 2022-08-16 12:28 UTC  (5+ messages)
` [RFC PATCH v1 1/3] bpf: Make ring buffer overwritable

[PATCH bpf-next 2/3] bpf: Add support for writing to nf_conn:mark
 2022-08-16 10:43 UTC  (2+ messages)

[PATCH v3] igb: Add lock to avoid data race
 2022-08-16 10:35 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-16  8:40 UTC  (4+ messages)
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in __rhashtable_lookup
 2022-08-16  8:41 UTC 

BUG: corrupted list in insert_work
 2022-08-16  5:58 UTC 

[RFC PATCH bpf-next 0/3] Add support for qp-trie map
 2022-08-16  5:33 UTC  (4+ messages)

[PATCH bpf-next v8 0/5] bpf: rstat: cgroup hierarchical stats
 2022-08-16  4:17 UTC  (3+ messages)
` [PATCH bpf-next v8 1/5] bpf: Introduce cgroup iter

[PATCHv2 bpf-next] libbpf: making bpf_prog_load() ignore name if kernel doesn't support
 2022-08-16  3:29 UTC  (4+ messages)

[PATCH bpf-next 0/4] Preparatory libbpf fixes and clean ups
 2022-08-16  0:13 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).