messages from 2024-08-12 02:31:35 to 2024-08-13 17:26:24 UTC [more...]
[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-13 17:26 UTC (17+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "
` [PATCH v5 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v5 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v5 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v5 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v5 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v5 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v5 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v5 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH v2] perf/bpf: Don't call bpf_overflow_handler() for tracing events
2024-08-13 17:07 UTC (2+ messages)
[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
2024-08-13 17:05 UTC (5+ messages)
[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
2024-08-13 16:59 UTC (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
[RFC bpf-next 0/5] Share user memory to BPF program through task storage map
2024-08-13 16:52 UTC (15+ messages)
` [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 5/5] selftests/bpf: test __kptr_user on the value of a task storage map
[PATCH v2] selftests: fix relative rpath usage
2024-08-13 16:33 UTC (3+ messages)
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2024-08-13 16:31 UTC (15+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] "
[PATCH] bpf: Annotate struct bpf_cand_cache with __counted_by()
2024-08-13 16:28 UTC (2+ messages)
[bpf-next v3 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-13 16:07 UTC (6+ messages)
` [bpf-next v3 2/2] bpf: Add tests for "
[PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit
2024-08-13 16:05 UTC (3+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: utility function to get program disassembly "
[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
2024-08-13 15:36 UTC (18+ messages)
` [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU
` [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v3 05/13] perf/uprobe: split uprobe_unregister()
` [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)
` [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
` [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH RFC v3 12/13] mm: add SLAB_TYPESAFE_BY_RCU to files_cache
` [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-13 15:26 UTC (25+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
[PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach()
2024-08-13 15:25 UTC
[PATCH bpf-next 0/3] support nocsr patterns for calls to kfuncs
2024-08-13 15:18 UTC (7+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] bpf: mark bpf_cast_to_kern_ctx and bpf_rdonly_cast as KF_NOCSR
` [PATCH bpf-next 3/3] selftests/bpf: check if nocsr pattern is recognized for kfuncs
[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-13 15:11 UTC (3+ messages)
New release for pahole
2024-08-13 14:54 UTC
[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
2024-08-13 13:38 UTC (12+ messages)
[PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-13 13:36 UTC (11+ messages)
` [PATCH iwl-net v2 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v2 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v2 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
[PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs
2024-08-13 13:28 UTC (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
` [PATCH bpf-next v5 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[PATCH] btrfs: update target inode's ctime on unlink
2024-08-13 13:27 UTC (6+ messages)
[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-08-13 12:47 UTC (8+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v2 2/2] uprobes: Remove the spinlock within handle_singlestep()
[PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-13 12:45 UTC (5+ messages)
` [PATCH bpf-next v4 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v4 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v4 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v4 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[PATCH bpf-next v4 0/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
2024-08-13 12:21 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
[PATCH 6.1 00/86] 6.1.104-rc1 review
2024-08-13 6:08 UTC (4+ messages)
[PATCHSET][RFC] struct fd and memory safety
2024-08-13 3:32 UTC (15+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
` [PATCH 35/39] convert bpf_token_create()
[PATCH bpf v2 1/2] bpf: Fix a kernel verifier crash in stacksafe()
2024-08-13 1:30 UTC (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix
[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
2024-08-12 22:34 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] "
[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
2024-08-12 21:48 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs
[bpf-next 0/3] samples/bpf: Remove obsolete tracing-related tests
2024-08-12 21:17 UTC (6+ messages)
` [bpf-next 1/3] selftests/bpf: migrate tracepoint overhead test to prog_tests
` [bpf-next 2/3] selftests/bpf: add rename tracepoint bench test
[bpf-next v2 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-12 21:03 UTC (3+ messages)
[PATCH v3] libbpf: workaround -Wmaybe-uninitialized false positive
2024-08-12 21:02 UTC (4+ messages)
[PATCH bpf-next] libbpf: fix license for btf_relocate.c
2024-08-12 21:00 UTC (5+ messages)
[PATCH bpf-next v2] selftests/bpf: Fix arena_atomics selftest failure due to llvm change
2024-08-12 20:42 UTC (7+ messages)
[PATCH bpf 1/2] bpf: Fix a kernel verifier crash in stacksafe()
2024-08-12 20:02 UTC (16+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix
[syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister
2024-08-12 20:00 UTC (3+ messages)
linux-next: duplicate patch in the bpf-next tree
2024-08-12 19:48 UTC (2+ messages)
[PATCH] uprobes: Optimize the allocation of insn_slot for performance
2024-08-12 17:57 UTC (9+ messages)
[PATCH bpf-next v7 0/6] monitor network traffic for flaky test cases
2024-08-12 16:17 UTC (4+ messages)
` [PATCH bpf-next v7 3/6] selftests/bpf: netns_new() and netns_free() helpers
Is there any current plan for ipvlan to support AF_XDP?
2024-08-12 13:41 UTC (2+ messages)
[PATCH v6 0/9] Improve the copy of task comm
2024-08-12 13:20 UTC (5+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 9/9] drm: Replace strcpy() with strscpy()
[PATCH net] net: mana: Fix RX buf alloc_size alignment and atomic op panic
2024-08-12 12:30 UTC (2+ messages)
[PATCH v2] libbpf: workaround -Wmaybe-uninitialized false positive
2024-08-12 10:40 UTC (3+ messages)
[PATCH bpf-next v3 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-12 9:51 UTC (6+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: convert get_current_cgroup_id_user "
` [PATCH bpf-next v3 2/4] selftests/bpf: convert test_cgroup_storage "
` [PATCH bpf-next v3 3/4] selftests/bpf: add proper section name to bpf prog and rename it
` [PATCH bpf-next v3 4/4] selftests/bpf: convert test_skb_cgroup_id_user to test_progs
[Patch net] vsock: fix recursive ->recvmsg calls
2024-08-12 9:06 UTC (2+ messages)
[PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs
2024-08-12 7:22 UTC (4+ messages)
` [PATCH bpf-next v2 4/4] selftests/bpf: convert test_skb_cgroup_id_user "
[bug report] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
2024-08-12 6:43 UTC
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