messages from 2023-04-27 20:04:20 to 2023-05-01 15:10:07 UTC [more...]
[PATCH v9 00/11] tracing: Add fprobe events
2023-05-01 15:09 UTC (6+ messages)
` [PATCH v9 01/11] fprobe: Pass return address to the handlers
` [PATCH v9 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v9 03/11] selftests/ftrace: Add fprobe related testcases
` [PATCH v9 04/11] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v9 05/11] tracing/probes: Move event parameter fetching code to common parser
[PATCH v2 net] bonding: add xdp_features support
2023-05-01 14:50 UTC (6+ messages)
[PATCH net v1 1/2] virtio_net: Fix error unwinding of XDP initialization
2023-05-01 14:14 UTC (4+ messages)
[PATCH net v1 2/2] virtio_net: Close queue pairs using helper function
2023-05-01 14:14 UTC (5+ messages)
[PATCH v2 bpf-next] libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE
2023-05-01 13:50 UTC (4+ messages)
[PATCH v2] libbpf: Improve version handling when attaching uprobe
2023-05-01 13:00 UTC (5+ messages)
[PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default
2023-05-01 12:39 UTC (51+ messages)
[PATCH v7 00/11] tracing: Add fprobe events
2023-05-01 10:11 UTC (8+ messages)
` [PATCH v7 04/11] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v7 08/11] tracing/probes: Add BTF retval type support
[PATCH bpf-next v2 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
2023-05-01 5:51 UTC (10+ messages)
` [PATCH bpf-next v2 1/4] "
` [PATCH bpf-next v2 2/4] selftests/bpf: Update EFAULT {g,s}etsockopt selftests
` [PATCH bpf-next v2 3/4] selftests/bpf: Correctly handle optlen > 4096
` [PATCH bpf-next v2 4/4] bpf: Document EFAULT changes for sockopt
[PATCH net-next] xsk: introduce xsk_dma_ops
2023-05-01 4:28 UTC (17+ messages)
[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
2023-05-01 4:24 UTC (3+ messages)
` [PATCH vhost v7 01/11] virtio_ring: split: separate dma codes
[PATCH net v3 1/1] igc: read before write to SRRCTL register
2023-04-30 5:05 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net 1/1] igc: read before write to SRRCTL register
2023-04-30 5:03 UTC (2+ messages)
` [Intel-wired-lan] "
[RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator
2023-04-29 10:12 UTC (7+ messages)
` [RFC bpf-next v3 1/6] bpf: Factor out a common helper free_all()
` [RFC bpf-next v3 2/6] bpf: Pass bitwise flags to bpf_mem_alloc_init()
` [RFC bpf-next v3 3/6] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
` [RFC bpf-next v3 4/6] bpf: Introduce BPF_MA_FREE_AFTER_RCU_GP
` [RFC bpf-next v3 5/6] bpf: Add two module parameters in htab for memory benchmark
` [RFC bpf-next v3 6/6] selftests/bpf: Add benchmark for bpf memory allocator
[PATCH] arm64: remove special treatment for the link order of head.o
2023-04-29 7:29 UTC (6+ messages)
[PATCH 0/3] Dynptr Verifier Adjustments
2023-04-29 1:57 UTC (11+ messages)
` [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
[PATCH] perf build: Fix unescaped # in perf build-test
2023-04-29 1:54 UTC (2+ messages)
[PATCH 1/2] perf lock contention: Fix struct rq lock access
2023-04-29 1:27 UTC (5+ messages)
` [PATCH 2/2] perf lock contention: Rework offset calculation with BPF CO-RE
[PATCH bpf-next 0/2] libbpf: capability for resizing datasec maps
2023-04-28 23:58 UTC (4+ messages)
` [PATCH bpf-next 1/2] libbpf: add "
` [PATCH bpf-next 2/2] libbpf: selftests "
[PATCH RFC net-next/mm V3 0/2] page_pool: new approach for leak detection and shutdown phase
2023-04-28 21:38 UTC (4+ messages)
` [PATCH RFC net-next/mm V3 1/2] page_pool: Remove workqueue in new shutdown scheme
` [PATCH RFC net-next/mm V3 2/2] mm/page_pool: catch page_pool memory leaks
[RFC/PATCH bpf-next 00/20] bpf: Add multi uprobe link
2023-04-28 21:19 UTC (14+ messages)
` [RFC/PATCH bpf-next 06/20] libbpf: Factor elf_for_each_symbol function
` [RFC/PATCH bpf-next 08/20] libbpf: Add elf_find_patern_func_offset function
[PATCH bpf-next v5 0/7] bpf: add netfilter program type
2023-04-28 21:18 UTC (7+ messages)
` [PATCH bpf-next v5 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
Packaging bpftool and libbpf: GitHub or kernel?
2023-04-28 21:15 UTC (12+ messages)
[PATCH v2 bpf-next 0/5] Dynptr helpers
2023-04-28 21:08 UTC (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add bpf_dynptr_adjust
[PATCH bpf,v4 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
2023-04-28 18:31 UTC (6+ messages)
` [PATCH bpf,v4 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v4 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v4 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v4 4/4] selftests/bpf: Add vrf_socket_lookup tests
[PATCH bpf-next] libbpf: Fix overflow detection when dumping bitfields
2023-04-28 17:30 UTC (2+ messages)
[PATCH bpf-next v4 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-04-28 16:32 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
[PATCH] lsm: move hook comments docs to security/security.c
2023-04-28 16:05 UTC (4+ messages)
[PATCH RFC net-next/mm V2 0/2] page_pool: new approach for leak detection and shutdown phase
2023-04-28 15:46 UTC (7+ messages)
` [PATCH RFC net-next/mm V2 1/2] page_pool: Remove workqueue in new shutdown scheme
[PATCH RFC 00/43] x86/pie: Make kernel image's virtual address flexible
2023-04-28 15:22 UTC (3+ messages)
` [PATCH RFC 30/43] x86/bpf: Adapt BPF_CALL JIT codegen for PIE support
[PATCH 0/1] bpf, docs: Update llvm_relocs.rst with typo fixes
2023-04-28 14:28 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH bpf-next] selftests/bpf: Add fexit_sleep to DENYLIST.aarch64
2023-04-28 12:09 UTC (6+ messages)
[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
2023-04-28 10:13 UTC (8+ messages)
` [PATCH bpf-next V2 1/5] igc: enable and fix RX hash usage by netstack
[PATCH v1] selftests/bpf: Do not use sign-file as testcase
2023-04-28 9:47 UTC (5+ messages)
Support for the pseudo-C BPF assembler syntax in GAS
2023-04-28 8:52 UTC (4+ messages)
[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
2023-04-28 6:13 UTC (13+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
[PATCH net-next v4 00/15] virtio_net: refactor xdp codes
2023-04-28 1:54 UTC (4+ messages)
` [PATCH net-next v4 12/15] virtio_net: small: avoid double counting in xdp scenarios
[PATCH bpf-next] libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE
2023-04-28 1:16 UTC (2+ messages)
[PATCH] bpf: Unregister fentry when bpf_trampoline_unlink_prog fails to update image
2023-04-28 1:05 UTC (5+ messages)
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
2023-04-28 0:48 UTC (4+ messages)
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
[PATCH bpf-next v2 0/2] selftests/bpf: test_progs can read test lists from file
2023-04-28 0:34 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: extract insert_test from parse_test_list
` [PATCH bpf-next v2 2/2] selftests/bpf: test_progs can read test lists from file
[HELP] failed to resolve CO-RE relocation
2023-04-27 23:38 UTC (8+ messages)
[PATCH v4] mm/gup: disallow GUP writing to file-backed mappings by default
2023-04-27 22:44 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Fix selftest test_global_funcs/global_func1 failure with latest clang
2023-04-27 21:50 UTC (4+ messages)
[PATCH bpf-next v4] bpftool: Dump map id instead of value for map_of_maps types
2023-04-27 21:28 UTC (2+ messages)
[PATCH bpf-next] xsk: Use pool->dma_pages to check for DMA
2023-04-27 20:30 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Make bpf_helper_defs.h c++ friendly
2023-04-27 20:21 UTC (5+ messages)
[PATCH bpf] selftests/bpf: fix pkg-config call building sign-file
2023-04-27 20:04 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Update the aarch64 tests deny list
2023-04-27 20:10 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