BPF List
 help / color / mirror / Atom feed
 messages from 2024-07-19 15:22:40 to 2024-07-22 23:47:13 UTC [more...]

[RFC PATCH bpf-next RESEND 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
 2024-07-22 23:47 UTC  (2+ messages)

[PATCH bpf-next v4 00/10] no_caller_saved_registers attribute for helper calls
 2024-07-22 23:38 UTC  (11+ messages)
` [PATCH bpf-next v4 01/10] bpf: add a get_helper_proto() utility function
` [PATCH bpf-next v4 02/10] bpf: no_caller_saved_registers attribute for helper calls
` [PATCH bpf-next v4 03/10] bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
` [PATCH bpf-next v4 04/10] selftests/bpf: extract utility function for BPF disassembly
` [PATCH bpf-next v4 05/10] selftests/bpf: print correct offset for pseudo calls in disasm_insn()
` [PATCH bpf-next v4 06/10] selftests/bpf: no need to track next_match_pos in struct test_loader
` [PATCH bpf-next v4 07/10] selftests/bpf: extract test_loader->expect_msgs as a data structure
` [PATCH bpf-next v4 08/10] selftests/bpf: allow checking xlated programs in verifier_* tests
` [PATCH bpf-next v4 09/10] selftests/bpf: __arch_* macro to limit test cases to specific archs
` [PATCH bpf-next v4 10/10] selftests/bpf: test no_caller_saved_registers spill/fill removal

[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-22 22:21 UTC  (11+ messages)
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()

[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
 2024-07-22 21:35 UTC  (4+ messages)
` [PATCH v4 9/20] "

[PATCH bpf-next v1 0/2] selftests/bpf: Add support for MIPS systems
 2024-07-22 21:22 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Add missing system defines for mips
` [PATCH bpf-next v1 2/2] selftests/bpf: Fix error linking uprobe_multi on mips

[PATCH bpf-next] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
 2024-07-22 21:08 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: Support private stack for bpf progs
 2024-07-22 20:57 UTC  (14+ messages)
` [PATCH bpf-next v2 2/2] [no_merge] selftests/bpf: Benchmark runtime performance with private stack

[PATCHv3 bpf-next 0/2] selftests/bpf: Add more uprobe multi tests
 2024-07-22 20:51 UTC  (4+ messages)
` [PATCHv3 bpf-next 1/2] selftests/bpf: Add uprobe fail tests for uprobe multi
` [PATCHv3 bpf-next 2/2] selftests/bpf: Add uprobe multi consumers test

[PATCH bpf-next v4] selftests/bpf: use auto-dependencies for test objects
 2024-07-22 19:58 UTC  (15+ messages)
      ` [PATCH bpf-next v1] selftests/bpf: Fix wrong binary in Makefile log output
        ` [PATCH bpf-next v2] "

[PATCH bpf-next v2 0/9] Add BPF LSM return value range check, BPF part
 2024-07-22 19:57 UTC  (6+ messages)
` [PATCH bpf-next v2 5/9] bpf, verifier: improve signed ranges inference for BPF_AND

[PATCH bpf-next] selftests/bpf: fix compilation failure when CONFIG_NET_FOU!=y
 2024-07-22 19:45 UTC  (9+ messages)
  ` [PATCH bpf-next v2] "

[PATCH v2 bpf-next 0/3] bpf: Retire the unsupported_ops usage in struct_ops
 2024-07-22 19:30 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
` [PATCH v2 bpf-next 2/3] selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs
` [PATCH v2 bpf-next 3/3] selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-07-22 19:09 UTC  (8+ messages)

[bpf-next v3 00/12] no_caller_saved_registers attribute for helper calls
 2024-07-22 18:42 UTC  (12+ messages)
` [bpf-next v3 02/12] bpf: "
` [bpf-next v3 11/12] bpf: do check_nocsr_stack_contract() for ARG_ANYTHING helper params

[PATCH net-next RFC] net: ethernet: mtk_eth_soc: use prefetch methods
 2024-07-22 18:26 UTC  (4+ messages)

[PATCH bpf-next v4 1/2] bpf: Get better reg range with ldsx and 32bit compare
 2024-07-22 18:16 UTC  (7+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add reg_bounds tests for ldsx and subreg compare

[PATCH bpf-next 0/3] bpf: Retire the unsupported_ops usage in struct_ops
 2024-07-22 17:34 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubs
` [PATCH bpf-next 2/3] selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs
` [PATCH bpf-next 3/3] selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-22 16:29 UTC  (6+ messages)
` [PATCH v4] bpf: Fixed a segment issue when downgrade gso_size
` [PATCH bpf v5] bpf: Fixed "

[PATCH] hid: bpf: avoid building struct ops without JIT
 2024-07-22 16:10 UTC  (4+ messages)

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-07-22 15:21 UTC  (6+ messages)
` [RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API

[PATCH v7 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-22 15:16 UTC  (14+ messages)
` [PATCH v7 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v7 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v7 06/10] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v7 08/10] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v7 09/10] PCI: imx6: Call common PHY API to set mode, speed, and submode
` [PATCH v7 10/10] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[v3 PATCH bpf-next 0/4] bpftool: add tcx subcommand in net
 2024-07-22 14:50 UTC  (4+ messages)
` [v3 PATCH bpf-next 1/4] bpftool: refactor xdp attach/detach type judgment

[RFC PATCH bpf-next 0/2] bpf: Fix updating attached freplace to PROG_ARRAY map
 2024-07-22 14:43 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] "

[PATCH] tools/resolve_btfids: fix comparison of distinct pointer types warning in resolve_btfids
 2024-07-22 14:40 UTC  (4+ messages)

[v3 PATCH bpf-next 2/4] bpftool: add net attach/detach command to tcx prog
 2024-07-22 14:16 UTC  (2+ messages)

[RFC PATCH v3 13/37] kvx: Add build infrastructure
 2024-07-22 12:39 UTC  (6+ messages)
` [RFC PATCH v3 30/37] kvx: Add multi-processor (SMP) support
` [RFC PATCH v3 34/37] kvx: Add power controller driver
` [RFC PATCH v3 35/37] kvx: Add IPI driver

XDP Performance Regression in recent kernel versions
 2024-07-22 10:57 UTC  (10+ messages)

[PATCHv2 bpf-next 0/2] selftests/bpf: Add more uprobe multi tests
 2024-07-22 10:30 UTC  (6+ messages)
` [PATCHv2 bpf-next 1/2] selftests/bpf: Add uprobe fail tests for uprobe multi
` [PATCHv2 bpf-next 2/2] selftests/bpf: Add uprobe multi consumers test

[RFC net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-07-22  7:27 UTC  (2+ messages)

[syzbot] [net?] [bpf?] general protection fault in __dev_flush
 2024-07-22  2:59 UTC  (2+ messages)
` [syzbot] [bpf?] [net?] "

[PATCH] bpf: fix excessively checking for elem_flags in batch update mode
 2024-07-22  1:54 UTC  (3+ messages)

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-22  1:29 UTC  (6+ messages)
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text

[PATCH v4 0/2] selftests/bpf: convert test_xdp_veth to test_progs framework
 2024-07-21 19:55 UTC  (4+ messages)
` [PATCH v4 1/2] selftests/bpf: update xdp_redirect_map prog sections for libbpf
` [PATCH v4 2/2] selftests/bpf: integrate test_xdp_veth into test_progs

[PATCH v3 0/2] selftests/bpf: convert test_xdp_veth to test_progs framework
 2024-07-21 19:25 UTC  (4+ messages)
` [PATCH v3 2/2] selftests/bpf: integrate test_xdp_veth into test_progs

[v3 PATCH bpf-next 4/4] bpftool: add document for net attach/detach on tcx subcommand
 2024-07-21 14:42 UTC 

[v3 PATCH bpf-next 3/4] bpftool: add bash-completion for tcx subcommand
 2024-07-21 14:42 UTC 

[PATCH bpf-next v1] tools/runqslower: Fix LDFLAGS and add LDLIBS support
 2024-07-21  7:53 UTC  (2+ messages)

[RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
 2024-07-20 19:58 UTC  (2+ messages)

Recursive locking in sockmap
 2024-07-20 18:20 UTC  (6+ messages)

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-07-20 16:03 UTC  (11+ messages)

[PATCH bpf-next] kbuild, bpf: reproducible BTF from pahole when KBUILD_BUILD_TIMESTAMP set
 2024-07-20 12:12 UTC  (5+ messages)

[PATCH bpf-next 0/4] use network helpers, part 10
 2024-07-20 12:00 UTC  (6+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Drop make_client in sk_lookup
` [PATCH bpf-next 2/4] selftests/bpf: Drop make_socket "
` [PATCH bpf-next 3/4] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next 4/4] selftests/bpf: Drop __start_server in network_helpers

[PATCH v14 0/3] Reduce overhead of LSMs with static calls
 2024-07-20 10:30 UTC  (3+ messages)
` [PATCH v14 3/3] security: Replace indirect LSM hook calls "

[v2 PATCH bpf-next 2/4] bpftool: add net attach/detach command to tcx prog
 2024-07-20  9:57 UTC  (3+ messages)

[PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
 2024-07-20  9:31 UTC  (3+ messages)
` [PATCH v4 7/20] "

[PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
 2024-07-20  9:31 UTC  (3+ messages)
` [PATCH "

[PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
 2024-07-20  9:30 UTC  (3+ messages)
` [PATCH v4 8/20] "

[PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
 2024-07-20  9:30 UTC  (3+ messages)
` [PATCH v4 6/20] "

[PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
 2024-07-20  9:29 UTC  (3+ messages)
` [PATCH v4 5/20] "

[PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
 2024-07-20  9:29 UTC  (3+ messages)
` [PATCH v4 4/20] "

[PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
 2024-07-20  9:28 UTC  (3+ messages)
` [PATCH v4 3/20] "

[PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
 2024-07-20  9:27 UTC  (3+ messages)
` [PATCH v4 2/20] "

[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in bq_xmit_all
 2024-07-20  9:15 UTC  (2+ messages)

[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-07-20  3:15 UTC  (3+ messages)

[PATCH v6 bpf-next 0/3] bpf: Fix tailcall hierarchy
 2024-07-20  3:00 UTC  (4+ messages)

Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
 2024-07-20  1:20 UTC  (18+ messages)
                    ` APIs for qp-trie //Re: "

[bug report] bpf: btf: Check members of struct/union
 2024-07-19 23:58 UTC 

[bug report] bpf: pass btf object id in bpf_map_info
 2024-07-19 23:52 UTC 

[PATCH bpf-next v2 2/2] selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accesses
 2024-07-19 23:51 UTC  (3+ messages)

[bpf-next v3 0/4] bpf: track find_equal_scalars history on per-instruction level
 2024-07-19 23:30 UTC  (4+ messages)
` [bpf-next v3 1/4] bpf: track equal scalars "

[PATCH bpf-next v1 0/3] add bpf_file_d_path helper and selftests
 2024-07-19 18:55 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add bpf_file_d_path helper

[PATCH v2 00/11] perf/uprobe: Optimize uprobes
 2024-07-19 18:42 UTC 

Question: How is BPF Token supposed to work?
 2024-07-19 18:38 UTC  (2+ messages)

[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
 2024-07-19 18:32 UTC  (6+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH v4 3/3] tools build: Correct bpf fixdep dependencies

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-19 18:20 UTC  (8+ messages)
` [RFC PATCH v9 10/11] selftests: Add a bpf fq qdisc to selftest
` [OFFLIST RFC 1/4] bpf: Search for kptrs in prog BTF structs
  ` [OFFLIST RFC 2/4] bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
  ` [OFFLIST RFC 3/4] bpf: Support bpf_kptr_xchg into local kptr
  ` [OFFLIST RFC 4/4] selftests/bpf: Test bpf_kptr_xchg stashing "

[PATCH] bpf: Replace 8 seq_puts() calls by seq_putc() calls
 2024-07-19 17:40 UTC  (2+ messages)

[PATCH] bpf: Simplify character output in seq_print_delegate_opts()
 2024-07-19 17:40 UTC  (2+ messages)

[PATCH bpf 0/3] xsk: require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len
 2024-07-19 15:40 UTC  (4+ messages)

[PATCH bpf-next] perf/bpf: Use prog to emit ksymbol event for main program
 2024-07-19 15:30 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