messages from 2024-08-07 10:27:43 to 2024-08-09 01:23:15 UTC [more...]
[PATCHSET][RFC] struct fd and memory safety
2024-08-09 1:23 UTC (52+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
` [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 net-next v3 0/3] net: stmmac: Add PCI driver support for BCM8958x
2024-08-09 1:17 UTC (11+ 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 bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
2024-08-09 1:05 UTC (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: less spam in the log for message matching
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly after jit
` [PATCH bpf-next 3/4] selftests/bpf: __jited_x86 test tag to check x86 assembly "
` [PATCH bpf-next 4/4] selftests/bpf: validate jit behaviour for tail calls
[PATCH] selftests/alsa/Makefile: fix relative rpath usage
2024-08-09 1:00 UTC
[PATCH v3 bpf-next 0/5] Support bpf_kptr_xchg into local kptr
2024-08-09 0:51 UTC (6+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
` [PATCH v3 bpf-next 2/5] bpf: Search for kptrs in prog BTF structs
` [PATCH v3 bpf-next 3/5] bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
` [PATCH v3 bpf-next 4/5] bpf: Support bpf_kptr_xchg into local kptr
` [PATCH v3 bpf-next 5/5] selftests/bpf: Test bpf_kptr_xchg stashing "
[PATCH] selftests/bpf/Makefile: fix relative rpath usage
2024-08-09 0:41 UTC
[PATCH bpf-next 0/3] Support passing BPF iterator to kfuncs
2024-08-08 23:22 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: extract iterator argument type and name validation logic
` [PATCH bpf-next 2/3] bpf: allow passing struct bpf_iter_<type> as kfunc arguments
` [PATCH bpf-next 3/3] selftests/bpf: test passing iterator to a kfunc
[PATCH v4 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-08 22:44 UTC (22+ messages)
` [PATCH v4 bpf-next 01/10] lib/buildid: harden "
` [PATCH v4 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v4 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v4 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v4 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v4 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v4 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v4 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v4 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH bpf-next v6 0/6] monitor network traffic for flaky test cases
2024-08-08 21:56 UTC (13+ 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
Supporting New Memory Barrier Types in BPF
2024-08-08 20:59 UTC (5+ messages)
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-08 20:52 UTC (8+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] "
[PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink
2024-08-08 20:42 UTC (4+ messages)
[PATCH net-next 0/4][pull request] igb: Add support for AF_XDP zero-copy
2024-08-08 20:38 UTC (6+ messages)
` [PATCH net-next 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH net-next 2/4] igb: Introduce XSK data structures and helpers
` [PATCH net-next 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH net-next 4/4] igb: add AF_XDP zero-copy Tx support
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-08 20:36 UTC (4+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
[PATCH] uprobes: Optimize the allocation of insn_slot for performance
2024-08-08 18:49 UTC (3+ messages)
bpf tool build failure in latest stable-rc 6.1.103-rc3 due to missing backport
2024-08-08 18:20 UTC
[syzbot] [bpf?] [net?] WARNING in __xdp_reg_mem_model
2024-08-08 18:20 UTC (2+ messages)
[PATCH v2 0/6] uprobes: RCU-protected hot path optimizations
2024-08-08 17:51 UTC (12+ messages)
` [PATCH v2 1/6] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 2/6] uprobes: protected uprobe lifetime with SRCU
` [PATCH v2 3/6] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v2 4/6] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v2 5/6] perf/uprobe: split uprobe_unregister()
` [PATCH v2 6/6] uprobes: switch to RCU Tasks Trace flavor for better performance
[bpf-next v1] bpf: Add bpf_copy_from_user_str() helper
2024-08-08 17:44 UTC (2+ messages)
[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-08-08 17:03 UTC (7+ messages)
[PATCH 0/8] uprobes: RCU-protected hot path optimizations
2024-08-08 17:00 UTC (16+ messages)
` [PATCH 6/8] perf/uprobe: split uprobe_unregister()
` [PATCH 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
[PATCH bpf-next v2] selftests/bpf: Fix arena_atomics selftest failure due to llvm change
2024-08-08 16:26 UTC (6+ messages)
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-08-08 15:43 UTC (7+ messages)
[PATCH v2 bpf-next 0/2] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt()
2024-08-08 15:05 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flags
` [PATCH v2 bpf-next 2/2] selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGS
[PATCH] uprobes: Improve scalability by reducing the contention on siglock
2024-08-08 13:17 UTC (2+ messages)
[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-08 12:37 UTC (3+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 12/14] net: replace page_frag with page_frag_cache
[PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests
2024-08-08 9:24 UTC (2+ messages)
[PATCH v5 0/9] Improve the copy of task comm
2024-08-08 7:58 UTC (3+ messages)
[PATCH net-next] doc/netlink/specs: add netkit support to rt_link.yaml
2024-08-08 3:30 UTC (2+ messages)
[PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-08 2:19 UTC (13+ messages)
` [PATCH iwl-net v2 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [Intel-wired-lan] "
` [PATCH iwl-net v2 2/6] ice: protect XDP configuration with a mutex
` [Intel-wired-lan] "
` [PATCH iwl-net v2 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [Intel-wired-lan] "
` [PATCH iwl-net v2 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [Intel-wired-lan] "
` [PATCH iwl-net v2 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [Intel-wired-lan] "
` [PATCH iwl-net v2 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
` [Intel-wired-lan] "
[PATCH 00/10] perf/uprobe: Optimize uprobes
2024-08-08 0:47 UTC (20+ messages)
[RFC bpf-next 0/5] Share user memory to BPF program through task storage map
2024-08-08 0:39 UTC (8+ messages)
` [RFC bpf-next 1/5] bpf: Parse and support "kptr_user" tag
` [RFC bpf-next 2/5] bpf: Handle BPF_KPTR_USER in verifier
` [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls
` [RFC bpf-next 4/5] libbpf: define __kptr_user
` [RFC bpf-next 5/5] selftests/bpf: test __kptr_user on the value of a task storage map
[PATCH v3 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-07 23:43 UTC (12+ 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] init/main.c: Initialize early LSMs after arch code
2024-08-07 22:50 UTC
[PATCH] uprobes: get rid of bogus trace_uprobe hit counter
2024-08-07 21:43 UTC (4+ messages)
[PATCH bpf-next 0/3] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt()
2024-08-07 21:14 UTC (8+ 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
[PATCHSET v7] sched: Implement BPF extensible scheduler class
2024-08-07 21:04 UTC (5+ messages)
` [PATCH 09/30] sched_ext: "
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-08-07 20:27 UTC (5+ messages)
` [PATCHv8 9/9] man2: Add uretprobe syscall page
[PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr
2024-08-07 18:40 UTC (6+ messages)
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
[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 bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier()
2024-08-07 16:53 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
2024-08-07 15:17 UTC (3+ 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