public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-04 07:58:03 to 2024-08-07 10:07:26 UTC [more...]

[PATCHSET][RFC] struct fd and memory safety
 2024-08-07 10:07 UTC  (16+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 16/39] convert __bpf_prog_get() to CLASS(fd, ...)
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()

[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
 2024-08-07  9:33 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v4 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink
 2024-08-07  9:21 UTC  (17+ messages)
` [PATCH RFC net-next v4 01/14] net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband()
` [PATCH RFC net-next v4 02/14] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method
` [PATCH RFC net-next v4 03/14] net: stmmac: remove pcs_get_adv_lp() support
` [PATCH RFC net-next v4 04/14] net: stmmac: add infrastructure for hwifs to provide PCS
` [PATCH RFC net-next v4 05/14] net: stmmac: provide core phylink PCS infrastructure
` [PATCH RFC net-next v4 06/14] net: stmmac: dwmac1000: convert sgmii/rgmii "pcs" to phylink
` [PATCH RFC net-next v4 07/14] net: stmmac: dwmac1000: move PCS interrupt control
` [PATCH RFC net-next v4 08/14] net: stmmac: dwmac4: convert sgmii/rgmii "pcs" to phylink
` [PATCH RFC net-next v4 09/14] net: stmmac: dwmac4: move PCS interrupt control
` [PATCH RFC net-next v4 10/14] net: stmmac: move dwmac_ctrl_ane() into stmmac_pcs.c
` [PATCH RFC net-next v4 11/14] net: stmmac: pass stmmac_pcs into dwmac_pcs_isr()
` [PATCH RFC net-next v4 12/14] net: stmmac: rename PCS registers
` [PATCH RFC net-next v4 13/14] net: stmmac: remove obsolete pcs methods and associated code
` [PATCH RFC net-next v4 14/14] net: stmmac: Activate Inband/PCS flag based on the selected iface

[PATCH bpf-next] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
 2024-08-07  9:07 UTC  (2+ messages)

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-08-07  5:13 UTC  (18+ messages)

[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-08-07  2:38 UTC  (7+ messages)
` [PATCH v8 03/11] PCI: imx6: Fix missing call to phy_power_off() in error handling
` [PATCH v8 05/11] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK

[PATCH bpf-next v5 0/6] monitor network traffic for flaky test cases
 2024-08-07  0:33 UTC  (8+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v5 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v5 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v5 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v5 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v5 6/6] selftests/bpf: Monitor traffic for select_reuseport

[PATCH bpf-next v4 0/6] monitor network traffic for flaky test cases
 2024-08-07  0:17 UTC  (9+ messages)
` [PATCH bpf-next v4 1/6] selftests/bpf: Add traffic monitor functions

Assistance needed with TCP BBR to BPF Conversion Issue
 2024-08-06 22:55 UTC  (3+ messages)

[PATCH net-next v3 0/3] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-06 23:15 UTC  (15+ messages)
` [PATCH net-next v3 1/3] net: stmmac: Add basic dwxgmac4 support to stmmac core
` [PATCH net-next v3 2/3] net: stmmac: Integrate dwxgmac4 into stmmac hwif handling
` [PATCH net-next v3 3/3] net: stmmac: Add PCI driver support for BCM8958x

[PATCH v3 bpf-next 0/3] Add bpf_get_dentry_xattr
 2024-08-06 22:22 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
` [PATCH v3 bpf-next 2/3] bpf: Add kfunc bpf_get_dentry_xattr() to read xattr from dentry
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH bpf-next 0/3] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt()
 2024-08-06 21:42 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
` [PATCH bpf-next 2/3] selftests/bpf: add tests for TCP_BPF_SOCK_OPS_CB_FLAGS
` [PATCH bpf-next 3/3] selftests/bpf: modify bpf_iter_setsockopt to test TCP_BPF_SOCK_OPS_CB_FLAGS

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-06 20:59 UTC  (19+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection

perf_event_output payload capture flags?
 2024-08-06 20:21 UTC  (7+ messages)
  ` [EXTERNAL] "
          ` [Bpf] "

[PATCH] libbpf: check the btf_type kind to prevent error
 2024-08-06 19:46 UTC  (4+ messages)

[PATCH v2 0/2] selftests: harness: refactor __constructor_order
 2024-08-06 19:36 UTC  (3+ messages)

Supporting New Memory Barrier Types in BPF
 2024-08-06 19:22 UTC  (8+ messages)

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-08-06 18:44 UTC  (7+ messages)

[syzbot] [bpf?] BUG: spinlock recursion in bpf_lru_push_free
 2024-08-06 18:31 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-08-06 17:45 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: add multi-uprobe benchmarks
 2024-08-06 17:30 UTC  (3+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06 17:28 UTC 

[PATCH] uprobes: get rid of bogus trace_uprobe hit counter
 2024-08-06 17:26 UTC  (3+ messages)

[PATCH bpf-next 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-06 17:24 UTC  (14+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs

[PATCH v2 bpf-next 0/2] Add bpf_get_dentry_xattr
 2024-08-06 17:16 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH v4 bpf-next 0/3] bpf: introduce new VFS based BPF kfuncs
 2024-08-06 16:07 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/3] "

[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
 2024-08-06 12:39 UTC  (5+ messages)

[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-06 11:37 UTC  (10+ messages)
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-06 10:54 UTC  (17+ messages)
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH 5/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH 6/8] perf/uprobe: split uprobe_unregister()

[PATCH net-next] doc/netlink/specs: add netkit support to rt_link.yaml
 2024-08-06 10:45 UTC 

[PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs
 2024-08-06  7:55 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v2 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v2 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v2 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs

[PATCH bpf-next v2] selftests/bpf: Fix arena_atomics selftest failure due to llvm change
 2024-08-06  5:26 UTC  (5+ messages)

[PATCH v2 bpf-next 0/4] Support bpf_kptr_xchg into local kptr
 2024-08-06  4:07 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Search for kptrs in prog BTF structs
` [PATCH v2 bpf-next 4/4] selftests/bpf: Test bpf_kptr_xchg stashing into local kptr

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06  3:50 UTC  (10+ messages)
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "

[PATCH] perf bpf-filter: Support multiple events properly
 2024-08-05 21:12 UTC  (5+ messages)

[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-05 18:30 UTC  (4+ messages)
` [PATCH v3 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API

[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
 2024-08-05 15:31 UTC  (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues

[PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink
 2024-08-05 15:07 UTC  (7+ messages)
` [PATCH net-next 13/14] net: stmmac: remove obsolete pcs methods and associated code

BPF arena atomic example not working
 2024-08-05 13:07 UTC  (5+ messages)

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-08-05 11:55 UTC  (11+ messages)

[syzbot] [bpf?] possible deadlock in htab_lock_bucket (2)
 2024-08-05 10:05 UTC 

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-05  9:52 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp subflow subtest

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-08-05  9:39 UTC  (7+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables
` [PATCH v2 2/6] bpf: Constify ctl_table argument of filter function
` [PATCH v2 3/6] sysctl: move internal interfaces to const struct ctl_table
` [PATCH v2 4/6] sysctl: allow registration of "
` [PATCH v2 5/6] sysctl: make internal ctl_tables const
` [PATCH v2 6/6] const_structs.checkpatch: add ctl_table

[PATCH] bpf: Fix percpu address space issues
 2024-08-04 18:55 UTC 


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