BPF List
 help / color / mirror / Atom feed
 messages from 2024-05-25 12:08:49 to 2024-05-28 20:12:27 UTC [more...]

[PATCH bpf-next v8 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-28 20:11 UTC  (7+ messages)
` [PATCH bpf-next v8 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty

[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-05-28 19:39 UTC  (13+ messages)
` [PATCH v5 01/12] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP
` [PATCH v5 02/12] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v5 03/12] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v5 04/12] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v5 05/12] PCI: imx6: Simplify switch-case logic by involve core_reset callback
` [PATCH v5 06/12] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v5 07/12] PCI: imx6: Add help function imx_pcie_match_device()
` [PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
` [PATCH v5 09/12] PCI: imx6: Consolidate redundant if-checks
` [PATCH v5 10/12] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string
` [PATCH v5 11/12] PCI: imx6: Call: Common PHY API to set mode, speed, and submode
` [PATCH v5 12/12] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[linux-next:master] BUILD REGRESSION 6dc544b66971c7f9909ff038b62149105272d26a
 2024-05-28 19:09 UTC  (2+ messages)

[PATCH v5 bpf-next 0/9] bpf: support resilient split BTF
 2024-05-28 18:27 UTC  (11+ messages)
` [PATCH v5 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v5 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation
` [PATCH v5 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v5 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v5 bpf-next 5/9] libbpf: make btf_parse_elf process .BTF.base transparently
` [PATCH v5 bpf-next 6/9] resolve_btfids: handle presence of .BTF.base section
` [PATCH v5 bpf-next 7/9] module, bpf: store BTF base pointer in struct module
` [PATCH v5 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v5 bpf-next 9/9] kbuild,bpf: add module-specific pahole flags for distilled base BTF

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-28 17:59 UTC  (3+ messages)

[Bpf] Re: Writing into a ring buffer map from user space
 2024-05-28 17:42 UTC  (5+ messages)

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-28 17:36 UTC  (4+ messages)
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP

[PATCH 0/2] Objpool performance improvements
 2024-05-28 16:41 UTC  (6+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations

[Patch v2] vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()
 2024-05-28 16:22 UTC  (2+ messages)

[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
 2024-05-28 16:21 UTC  (16+ messages)
` [PATCH RFC net-next 1/3] net: stmmac: Prevent RGSMIIIS IRQs flood
  ` [PATCH RFC net-next 2/3] net: stmmac: Activate Inband/PCS flag based on the selected iface
  ` [PATCH RFC net-next 3/3] net: stmmac: Drop TBI/RTBI PCS flags

pull-request: bpf-next 2024-05-28
 2024-05-28 14:40 UTC  (2+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-05-28 14:25 UTC  (11+ messages)

[syzbot] [bpf?] possible deadlock in __lock_task_sighand (3)
 2024-05-28 14:10 UTC  (2+ messages)

[syzbot] [bpf?] [net?] INFO: rcu detected stall in sys_bpf (9)
 2024-05-28 13:32 UTC 

[PATCH HID 00/13] HID: convert HID-BPF into using bpf_struct_ops
 2024-05-28 13:14 UTC  (14+ messages)
` [PATCH HID 01/13] HID: rename struct hid_bpf_ops into hid_ops
` [PATCH HID 02/13] HID: bpf: add hid_get/put_device() helpers
` [PATCH HID 03/13] HID: bpf: implement HID-BPF through bpf_struct_ops
` [PATCH HID 04/13] selftests/hid: convert the hid_bpf selftests with struct_ops
` [PATCH HID 05/13] HID: samples: convert the 2 HID-BPF samples into struct_ops
` [PATCH HID 06/13] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
` [PATCH HID 07/13] HID: bpf: convert in-tree fixes into struct_ops
` [PATCH HID 08/13] HID: bpf: remove tracing HID-BPF capability
` [PATCH HID 09/13] selftests/hid: add subprog call test
` [PATCH HID 10/13] Documentation: HID: amend HID-BPF for struct_ops
` [PATCH HID 11/13] Documentation: HID: add a small blurb on udev-hid-bpf
` [PATCH HID 12/13] HID: bpf: Artist24: remove unused variable
` [PATCH HID 13/13] HID: bpf: error on warnings when compiling bpf objects

[PATCH] [v5] kallsyms: rework symbol lookup return codes
 2024-05-28 13:03 UTC  (2+ messages)

[PATCH net-next v5 00/13] First try to replace page_frag with page_frag_cache
 2024-05-28 12:56 UTC  (3+ messages)
` [PATCH net-next v5 06/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v5 11/13] net: replace page_frag with page_frag_cache

[syzbot] [bpf?] [net?] possible deadlock in sock_map_update_common (2)
 2024-05-28 10:24 UTC 

[PATCH net v2] sock_map: avoid race between sock_map_close and sk_psock_put
 2024-05-28 10:20 UTC  (3+ messages)

[PATCH] net: filter: use DEV_STAT_INC()
 2024-05-28 10:10 UTC  (2+ messages)

[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-05-28  9:42 UTC  (5+ messages)
` [PATCH 2/3] kbuild: remove PROVIDE() for kallsyms symbols

[PATCH -fixes] bpf: resolve_btfids: Fix integer overflow when calling elf_update()
 2024-05-28  5:12 UTC  (3+ messages)

[PATCH bpf-next 0/8] fixes for test_sockmap
 2024-05-28  4:12 UTC  (15+ messages)
` [PATCH bpf-next 1/8] selftests/bpf: Fix tx_prog_fd values in test_sockmap
` [PATCH bpf-next 2/8] selftests/bpf: Drop duplicate definition of i "
` [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments "
` [PATCH bpf-next 6/8] selftests/bpf: Fix size of map_fd "
` [PATCH bpf-next 7/8] selftests/bpf: Check length of recv "
` [PATCH bpf-next 8/8] selftests/bpf: Drop duplicate bpf_map_lookup_elem "

[PATCH v3 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
 2024-05-28  4:10 UTC  (4+ messages)

[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
 2024-05-28  2:06 UTC  (4+ messages)

pull-request: bpf 2024-05-27
 2024-05-27 23:40 UTC  (2+ messages)

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-27 21:25 UTC  (12+ messages)

[PATCH bpf-next v3 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
 2024-05-27 18:59 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests: bpf: validate CHECKSUM_COMPLETE option

[PATCH bpf 0/3] Block deletes from sockmap for tracing programs
 2024-05-27 17:40 UTC  (9+ messages)
` [PATCH bpf 1/3] bpf: Allow delete from sockmap/sockhash only if update is allowed
` [PATCH bpf 2/3] Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
` [PATCH bpf 3/3] selftests/bpf: Cover verifier checks for mutating sockmap/sockhash

[Patch bpf] vmalloc: relax is_vmalloc_or_module_addr() check
 2024-05-27 17:39 UTC  (5+ messages)

[PATCH AUTOSEL 6.9 02/35] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:50 UTC  (6+ messages)
` [PATCH AUTOSEL 6.9 03/35] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.9 04/35] bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie
` [PATCH AUTOSEL 6.9 31/35] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
` [PATCH AUTOSEL 6.9 32/35] bpf: avoid uninitialized warnings in verifier_global_subprogs.c

[PATCH AUTOSEL 6.8 02/30] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:49 UTC  (5+ messages)
` [PATCH AUTOSEL 6.8 03/30] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.8 27/30] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
` [PATCH AUTOSEL 6.8 28/30] bpf: avoid uninitialized warnings in verifier_global_subprogs.c

[PATCH AUTOSEL 6.6 02/21] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:49 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 03/21] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.6 20/21] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 6.1 01/17] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:48 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 02/17] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 6.1 16/17] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.15 01/13] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:48 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 02/13] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 5.15 12/13] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.10 01/13] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:47 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 02/13] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
` [PATCH AUTOSEL 5.10 12/13] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 5.4 1/6] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
 2024-05-27 14:44 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 5/6] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse

[PATCH AUTOSEL 4.19 3/3] HID: bpf: add in-tree HID-BPF fix for the HP Elite Presenter Mouse
 2024-05-27 14:44 UTC  (2+ messages)

[PATCH] test_bpf: Add an skb_segment test for a non linear frag_list whose head_frag=1 and gso_size was mangled
 2024-05-27 13:59 UTC  (2+ messages)

[PATCH] bpf, sockmap: defer sk_psock_free_link() using RCU
 2024-05-27 11:22 UTC  (7+ messages)

[RFC PATCH v8 00/20] bpf qdisc
 2024-05-27 10:09 UTC  (6+ messages)
` [RFC PATCH v8 18/20] selftests: Add a bpf fq qdisc to selftest

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2024-05-27  9:34 UTC  (2+ messages)

Build regressions/improvements in v6.10-rc1
 2024-05-27  8:21 UTC 

[syzbot] [bpf?] KASAN: slab-use-after-free Read in bpf_link_free (2)
 2024-05-27  6:36 UTC 

[PATCH bpf-next] bpf, docs: Move sentence about returning R0 to abi.rst
 2024-05-27  4:36 UTC  (6+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
 2024-05-27  1:18 UTC  (13+ messages)
` [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
` [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue (2)
 2024-05-27  0:44 UTC 

[PATCH bpf-next] bpf, docs: Fix instruction.rst indentation
 2024-05-26 17:00 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf v2 1/4] netkit: Fix setting mac address in l2 mode
 2024-05-26 10:12 UTC  (6+ messages)
` [PATCH bpf v2 4/4] selftests/bpf: Add netkit test for pkt_type

[PATCH bpf-next] bpf, docs: Add table captions
 2024-05-26  9:02 UTC  (3+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
 2024-05-26  9:01 UTC  (3+ messages)
` [Bpf] "

[PATCH workqueue/for-6.10-fixes] workqueue: Refactor worker ID formatting and make wq_worker_comm() use full ID string
 2024-05-26  2:34 UTC  (7+ messages)

[PATCH bpf-next v2] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
 2024-05-25 17:50 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Clarify call local offset
 2024-05-25 17:50 UTC  (7+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH v2 bpf 0/5] Fix BPF multi-uprobe PID filtering logic
 2024-05-25 17:50 UTC  (2+ messages)

[PATCH bpf-next] ARC, bpf: Fix issues reported by the static analyzers
 2024-05-25 17:50 UTC  (2+ messages)

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-05-25 16:43 UTC  (16+ messages)
                    ` On the NACKs on P4TC patches

[PATCH bpf-next v5 0/7] use network helpers, part 5
 2024-05-25 12:08 UTC  (5+ messages)
` [PATCH bpf-next v5 4/7] selftests/bpf: Use post_socket_cb in start_server_str
` [PATCH bpf-next v5 5/7] selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
` [PATCH bpf-next v5 6/7] selftests/bpf: Use connect_to_fd_opts "
` [PATCH bpf-next v5 7/7] selftests/bpf: Add post_connect_cb callback


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox