messages from 2024-08-05 21:12:03 to 2024-08-07 18:32:01 UTC [more...]
[PATCH bpf-next v6 0/6] monitor network traffic for flaky test cases
2024-08-07 18:31 UTC (7+ messages)
` [PATCH bpf-next v6 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v6 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v6 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v6 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v6 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v6 6/6] selftests/bpf: Monitor traffic for select_reuseport
[PATCH 00/10] perf/uprobe: Optimize uprobes
2024-08-07 18:30 UTC (21+ messages)
[RFC bpf-next v6 0/6] monitor network traffic for flaky test cases
2024-08-07 18:28 UTC (8+ messages)
` [RFC bpf-next v6 1/6] selftests/bpf: Add traffic monitor functions
` [RFC bpf-next v6 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [RFC bpf-next v6 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [RFC bpf-next v6 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [RFC bpf-next v6 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [RFC bpf-next v6 6/6] selftests/bpf: Monitor traffic for select_reuseport
[PATCH 0/8] uprobes: RCU-protected hot path optimizations
2024-08-07 18:24 UTC (23+ messages)
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 5/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH 6/8] perf/uprobe: split uprobe_unregister()
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
[PATCH bpf-next 0/3] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt()
2024-08-07 17:58 UTC (9+ 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 v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-07 17:54 UTC (9+ messages)
` [PATCH v3 bpf-next 01/10] lib/buildid: harden "
` [PATCH v3 bpf-next 02/10] lib/buildid: add single page-based file reader abstraction
[PATCH bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier()
2024-08-07 16:53 UTC (2+ messages)
[PATCHSET][RFC] struct fd and memory safety
2024-08-07 15:30 UTC (75+ 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 04/39] add struct fd constructors, get rid of __to_fd()
` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
` [PATCH 15/39] convert vmsplice() "
` [PATCH 16/39] convert __bpf_prog_get() "
` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
` [PATCH 23/39] fdget(), trivial conversions
` [PATCH 24/39] fdget(), more "
` [PATCH 25/39] convert do_preadv()/do_pwritev()
` [PATCH 26/39] convert cachestat(2)
` [PATCH 28/39] convert spu_run(2)
` [PATCH 29/39] convert media_request_get_by_fd()
` [PATCH 30/39] convert coda_parse_fd()
` [PATCH 31/39] convert cifs_ioctl_copychunk()
` [PATCH 32/39] convert vfs_dedupe_file_range()
` [PATCH 33/39] convert do_select()
` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
` [PATCH 35/39] convert bpf_token_create()
` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
` [PATCH 37/39] memcg_write_event_control(): switch "
` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()
[PATCH bpf-next] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
2024-08-07 15:17 UTC (3+ messages)
[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-07 14:40 UTC (6+ 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 -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-08-07 13:32 UTC (5+ messages)
[PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink
2024-08-07 9:21 UTC (3+ 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 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 (3+ 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 (4+ 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 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 (11+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Search for kptrs in prog BTF structs
[PATCH v5 0/9] Improve the copy of task comm
2024-08-06 3:50 UTC (5+ messages)
[PATCH] perf bpf-filter: Support multiple events properly
2024-08-05 21:12 UTC (5+ messages)
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