messages from 2023-12-08 10:26:00 to 2023-12-10 15:31:43 UTC [more...]
[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
2023-12-10 15:31 UTC (7+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
[PATCH bpf-next] bpf: make the verifier trace the "not qeual" for regs
2023-12-10 13:00 UTC
[syzbot] [bpf?] WARNING in __mark_chain_precision (3)
2023-12-10 12:09 UTC
[PATCH bpf-next 0/7] BPF Static Keys
2023-12-10 10:30 UTC (14+ messages)
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support
[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
2023-12-10 7:03 UTC (16+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
2023-12-10 5:40 UTC (2+ messages)
[PATCH RESEND bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
2023-12-10 5:36 UTC (6+ messages)
` [PATCH RESEND bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH RESEND bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
[PATCH RESEND bpf-next v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
2023-12-10 5:30 UTC (2+ messages)
[net-next v1 00/16] Device Memory TCP
2023-12-10 3:49 UTC (28+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 07/16] netdev: netdevice devmem allocator
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 13/16] tcp: RX path for devmem TCP
[bug report] until recently, code for bpf_loop callbacks using stack for ctx was mangled by verifier
2023-12-10 3:45 UTC (3+ messages)
bpf selftest iters/iter_arr_with_actual_elem_count failure with latest llvm cpu=v4
2023-12-10 3:43 UTC
[PATCH bpf-next 1/2] bpf: handle fake register spill to stack with BPF_ST_MEM instruction
2023-12-10 3:20 UTC (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: validate fake register spill/fill precision backtracking logic
IETF 118 BPF WG summary
2023-12-10 3:10 UTC (5+ messages)
` BPF ISA conformance groups
` [Bpf] "
[PATCH v4 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-12-10 2:54 UTC (4+ messages)
` [PATCH v4 3/5] mm, security: Add lsm hook for memory policy adjustment
[PATCH bpf-next 0/7] bpf: Fixes for maybe_wait_bpf_programs()
2023-12-10 2:40 UTC (8+ messages)
` [PATCH bpf-next 6/7] bpf: Only call maybe_wait_bpf_programs() when at least one map operation succeeds
` [PATCH bpf-next 7/7] bpf: Wait for sleepable BPF program in maybe_wait_bpf_programs()
[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
2023-12-09 19:23 UTC (10+ messages)
` [PATCH v3 net-next 2/2] xdp: "
[RFC PATCH v3] LSM: Officially support appending LSM hooks after boot
2023-12-09 8:28 UTC
[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
2023-12-09 4:51 UTC (26+ messages)
[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
2023-12-09 4:45 UTC (10+ messages)
[PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
2023-12-09 1:27 UTC (3+ messages)
[PATCH] tools/lib/bpf: add pr_warn() to more -EINVAL cases
2023-12-09 1:20 UTC (4+ messages)
` [PATCH v2] libbpf: add pr_warn() for EINVAL cases in linker_sanity_check_elf
[PATCH bpf-next 0/3] bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case
2023-12-09 1:12 UTC (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add selftests for cgroup1 local storage
[PATCH bpf-next] selftests/bpf: fix timer/test_bad_ret subtest on test_progs-cpuv4 flavor
2023-12-09 1:00 UTC (2+ messages)
[PATCH bpf-next v12 00/14] Registrating struct_ops types from modules
2023-12-09 0:28 UTC (2+ messages)
[PATCH bpf-next v13 00/14] Registrating struct_ops types from modules
2023-12-09 0:27 UTC (15+ messages)
` [PATCH bpf-next v13 01/14] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v13 02/14] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v13 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v13 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v13 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v13 06/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v13 07/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v13 08/14] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v13 09/14] bpf: validate value_type
` [PATCH bpf-next v13 10/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v13 11/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v13 12/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v13 13/14] selftests/bpf: test case for register_bpf_struct_ops()
` [PATCH bpf-next v13 14/14] bpf: pass btf object id in bpf_map_info
[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-09 0:07 UTC (8+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
` [devel-ipsec] "
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
[PATCH v8 0/5] Reduce overhead of LSMs with static calls
2023-12-08 23:27 UTC (15+ messages)
` [PATCH v8 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH bpf v5 0/3] bpf: fix accesses to uninit stack slots
2023-12-08 23:10 UTC (6+ messages)
` [PATCH bpf-next v5 1/3] bpf: add some comments to stack representation
` [PATCH bpf-next v5 3/3] bpf: minor cleanup around stack bounds
[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-12-08 22:39 UTC (4+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object
Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
2023-12-08 22:32 UTC (3+ messages)
[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
2023-12-08 21:01 UTC (2+ messages)
[PATCH bpf-next 0/1] use preserve_static_offset in bpf uapi headers
2023-12-08 20:54 UTC (15+ messages)
` [PATCH bpf-next 1/1] bpf: Mark virtual BPF context structures as preserve_static_offset
[PATCH net-next v9 00/15] Introducing P4TC
2023-12-08 20:07 UTC (5+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
[PATCH bpf-next v7 0/4] Relax tracing prog recursive attach rules
2023-12-08 18:55 UTC (5+ messages)
` [PATCH bpf-next v7 1/4] bpf: "
` [PATCH bpf-next v7 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v7 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v7 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
[PATCH bpf-next v4] bpf: Fix a race condition between btf_put() and map_free()
2023-12-08 18:26 UTC (9+ messages)
[PATCH bpf-next v5] bpf: Fix a race condition between btf_put() and map_free()
2023-12-08 18:16 UTC (2+ messages)
[PATCH bpf 0/3] net: bpf_xdp_adjust_tail() fixes
2023-12-08 17:53 UTC (8+ messages)
` [PATCH bpf 1/3] xsk: recycle buffer in case Rx queue was full
` [PATCH bpf 2/3] net: fix usage of multi-buffer BPF helper for ZC AF_XDP
` [PATCH bpf 3/3] ice: work on pre-XDP prog frag count
[PATCH] bpf: add __printf() to for printf fmt strings
2023-12-08 17:26 UTC (3+ messages)
[PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
2023-12-08 17:40 UTC (2+ messages)
[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
2023-12-08 17:09 UTC (8+ messages)
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses side effects
[PATCH bpf-next] bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
2023-12-08 15:32 UTC
[syzbot] Monthly bpf report (Dec 2023)
2023-12-08 13:16 UTC
[PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
2023-12-08 11:17 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] skmsg: Support to get the data length in ingress_msg
[PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
2023-12-08 11:03 UTC (6+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()
[PATCH v4 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-12-08 10:30 UTC (27+ messages)
` [PATCH v4 08/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v4 09/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v4 10/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v4 11/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v4 12/33] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v4 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v4 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v4 15/33] function_graph: Move graph depth stored data "
` [PATCH v4 16/33] function_graph: Move graph notrace bit "
` [PATCH v4 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v4 18/33] function_graph: Add selftest for passing local variables
` [PATCH v4 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v4 20/33] function_graph: Add a new exit "
` [PATCH v4 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v4 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v4 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v4 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v4 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v4 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v4 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v4 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v4 33/33] Documentation: probes: Update fprobe on function-graph tracer
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox