bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-07 04:12:17 to 2023-12-08 14:12:18 UTC [more...]

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-12-08 14:11 UTC 

[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
 2023-12-08 13:40 UTC  (14+ messages)

[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-12-08 13:41 UTC  (3+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object

[syzbot] Monthly bpf report (Dec 2023)
 2023-12-08 13:16 UTC 

[PATCH bpf-next 0/1] use preserve_static_offset in bpf uapi headers
 2023-12-08 12:27 UTC  (5+ messages)
` [PATCH bpf-next 1/1] bpf: Mark virtual BPF context structures as preserve_static_offset

[PATCH bpf 0/3] net: bpf_xdp_adjust_tail() fixes
 2023-12-08 11:53 UTC  (5+ 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-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  (13+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
  ` [Intel-wired-lan] "
` [PATCH net-next v5 2/3] checkpatch: add ethtool_sprintf rules
  ` [Intel-wired-lan] "
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH RESEND bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-08 10:33 UTC  (3+ 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 v4 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-08 10:30 UTC  (34+ messages)
` [PATCH v4 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v4 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v4 03/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v4 04/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v4 05/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v4 06/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v4 07/33] function_graph: Remove logic around ftrace_graph_entry and return
` [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

[PATCH bpf-next 0/7] bpf: Fixes for maybe_wait_bpf_programs()
 2023-12-08 10:23 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: Remove unnecessary wait from bpf_map_copy_value()
` [PATCH bpf-next 2/7] bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
` [PATCH bpf-next 3/7] bpf: Add missed maybe_wait_bpf_programs() for htab of maps
` [PATCH bpf-next 4/7] bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
` [PATCH bpf-next 5/7] bpf: Set uattr->batch.count as zero before batched update or deletion
` [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 net-next v9 00/15] Introducing P4TC
 2023-12-08 10:15 UTC  (11+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
 2023-12-08 10:05 UTC  (2+ messages)

[net-next v1 00/16] Device Memory TCP
 2023-12-08  9:30 UTC  (19+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 03/16] queue_api: define queue api
` [net-next v1 04/16] gve: implement "
` [net-next v1 05/16] net: netdev netlink api to bind dma-buf to a net device
` [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 10/16] page_pool: don't release iov on elevanted refcount
` [net-next v1 11/16] net: support non paged skb frags
` [net-next v1 12/16] net: add support for skbs with unreadable frags
` [net-next v1 13/16] tcp: RX path for devmem TCP
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation
` [net-next v1 16/16] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v4 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-08  9:06 UTC  (6+ messages)
` [PATCH v4 1/5] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [PATCH v4 2/5] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [PATCH v4 3/5] mm, security: Add lsm hook for memory policy adjustment
` [PATCH v4 4/5] security: selinux: Implement set_mempolicy hook
` [PATCH v4 5/5] selftests/bpf: Add selftests for set_mempolicy with a lsm prog

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-08  8:35 UTC  (10+ 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 bpf-next v4 03/10] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc

[PATCH bpf-next v4] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08  8:30 UTC  (7+ messages)

[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-08  8:06 UTC  (10+ messages)
` [PATCH v2 2/3] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses "

BPF LSM prevent program unload
 2023-12-08  5:17 UTC  (16+ messages)

[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
 2023-12-08  4:39 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for "

[PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
 2023-12-08  4:19 UTC  (4+ messages)

[PATCH bpf-next v5] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08  4:18 UTC  (2+ messages)

[PATCH bpf-next 0/7] BPF Static Keys
 2023-12-08  3:45 UTC  (3+ messages)
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support

[PATCH bpf v5 0/3] bpf: fix accesses to uninit stack slots
 2023-12-08  3:25 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: add some comments to stack representation
` [PATCH bpf-next v5 2/3] bpf: fix accesses to uninit stack slots
` [PATCH bpf-next v5 3/3] bpf: minor cleanup around stack bounds

[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
 2023-12-08  3:23 UTC  (7+ messages)

[PATCH bpf v4 0/3] bpf: fix accesses to uninit stack slots
 2023-12-08  3:01 UTC  (7+ messages)
` [PATCH bpf v4 1/3] bpf: add some comments to stack representation
` [PATCH bpf v4 2/3] bpf: fix accesses to uninit stack slots
` [PATCH bpf v4 3/3] bpf: minor cleanup around stack bounds

[PATCH] perf lock contention: Account contending locks too
 2023-12-08  2:28 UTC 

[GIT PULL] Networking for v6.7-rc5
 2023-12-08  1:10 UTC  (2+ messages)

[PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
 2023-12-08  0:16 UTC  (3+ messages)
` [PATCH] scx: set p->scx.ops_state using atomic_long_set_release

[PATCH] tools/lib/bpf: add pr_warn() to more -EINVAL cases
 2023-12-07 22:58 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Test the release of map btf
 2023-12-07 22:49 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-07 22:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
` [PATCH RFC bpf-next 2/3] bpf: extend parsing logic for BPF FS delegate_cmds mount option
` [PATCH RFC bpf-next 3/3] selftests/bpf: utilize string values for delegate_xxx mount options

[bug report] until recently, code for bpf_loop callbacks using stack for ctx was mangled by verifier
 2023-12-07 21:58 UTC 

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2023-12-07 21:57 UTC  (2+ messages)

IETF 118 BPF WG summary
 2023-12-07 21:51 UTC  (4+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[PATCH bpf-next v5 0/3] bpf: fix verification of indirect var-off stack access
 2023-12-07 19:10 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] bpf: add verifier regression test for previous patch
` [PATCH bpf-next v5 3/3] bpf: guard stack limits against 32bit overflow

[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-07 18:54 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token

[PATCH bpf-next v6 0/4] Relax tracing prog recursive attach rules
 2023-12-07 18:05 UTC  (4+ messages)
` [PATCH bpf-next v6 1/4] bpf: "

[PATCH net 0/2] fixes for ktls
 2023-12-07 18:00 UTC  (4+ messages)
` [PATCH net 1/2] net: tls, update curr on splice as well

pull-request: bpf 2023-12-06
 2023-12-07 17:50 UTC  (2+ messages)

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-07 14:48 UTC  (2+ messages)

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-07 12:14 UTC  (2+ messages)

[PATCH bpf-next v6 00/13] xsk: TX metadata
 2023-12-07 10:47 UTC  (5+ messages)
` [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout

[PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
 2023-12-07  9:56 UTC  (9+ messages)
  ` [External] "
      `  "

[PATCH RESEND bpf-next v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
 2023-12-07  7:03 UTC  (2+ messages)

[PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
 2023-12-07  6:56 UTC  (2+ messages)

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2023-12-07  5:52 UTC  (3+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH bpf-next v2] bpf: Support uid and gid when mounting bpffs
 2023-12-07  4:32 UTC  (4+ 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).