public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-06 06:49:57 to 2023-09-08 14:50:11 UTC [more...]

[PATCH bpf-next v3 0/9] arm32, bpf: add support for cpuv4 insns
 2023-09-08 14:49 UTC  (16+ messages)
` [PATCH bpf-next v3 1/9] arm32, bpf: add support for 32-bit offset jmp instruction
` [PATCH bpf-next v3 2/9] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next v3 3/9] arm32, bpf: add support for sign-extension mov instruction
` [PATCH bpf-next v3 4/9] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next v3 5/9] arm32, bpf: add support for 32-bit signed division
` [PATCH bpf-next v3 6/9] arm32, bpf: add support for 64 bit division instruction
` [PATCH bpf-next v3 7/9] selftest, bpf: enable cpu v4 tests for arm32
` [PATCH bpf-next v3 8/9] bpf/tests: add tests for cpuv4 instructions
` [PATCH bpf-next v3 9/9] MAINTAINERS: Add myself for ARM32 BPF JIT maintainer

[PATCH bpf-next v5 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-09-08 14:43 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()
` [PATCH bpf-next v5 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[PATCH bpf-next v2 0/3] libbpf: Support symbol versioning for uprobe
 2023-09-08 14:40 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] libbpf: Resolve symbol conflicts at the same offset "
` [PATCH bpf-next v2 2/3] libbpf: Support symbol versioning "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for "

[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
 2023-09-08 14:32 UTC  (3+ messages)
` [PATCH net-next 1/2] net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush()
` [PATCH net-next 2/2] bpf: Remove xdp_do_flush_map()

[PATCH net 0/4] Add missing xdp_do_flush() invocations
 2023-09-08 13:57 UTC  (5+ messages)
` [PATCH net 1/4] net: ena: Flush XDP packets on error
` [PATCH net 2/4] bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
` [PATCH net 3/4] octeontx2-pf: Do xdp_do_flush() after redirects
` [PATCH net 4/4] bpf, cpumap: Flush xdp after cpu_map_bpf_prog_run_skb()

[PATCH bpf 1/2] bpf: Add override check to kprobe multi link attach
 2023-09-08 13:48 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add kprobe_multi override test

[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-09-08 13:45 UTC  (3+ messages)

[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
 2023-09-08 13:39 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
` [PATCH bpf 2/4] bpf: Don't prefill for unused bpf_mem_cache
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size
` [PATCH bpf 4/4] selftests/bpf: Test all valid alloc sizes for bpf mem allocator

[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-08 13:27 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v4 2/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v4 3/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()
` [PATCH v4 5/5] powerpc/bpf: use patch_instructions()

duplicate BTF_IDs leading to symbol redefinition errors?
 2023-09-08 11:47 UTC  (3+ messages)

[PATCHv2 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-08 11:43 UTC  (18+ messages)
` [PATCHv2 bpf-next 1/9] bpf: Count stats for kprobe_multi programs
` [PATCHv2 bpf-next 2/9] bpf: Add missed value to kprobe_multi link info
` [PATCHv2 bpf-next 3/9] bpf: Add missed value to kprobe perf "
` [PATCHv2 bpf-next 4/9] bpf: Count missed stats in trace_call_bpf
` [PATCHv2 bpf-next 5/9] bpftool: Display missed count for kprobe_multi link
` [PATCHv2 bpf-next 6/9] bpftool: Display missed count for kprobe perf link
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add test for missed counts of perf event link kprobe
` [PATCHv2 bpf-next 8/9] selftests/bpf: Add test for recursion "
` [PATCHv2 bpf-next 9/9] selftests/bpf: Add test for recursion counts of perf event link tracepoint

BPF memory model
 2023-09-08  8:42 UTC  (2+ messages)

Possible deadlock in bpf queue map
 2023-09-08  5:29 UTC  (9+ messages)

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-08  2:53 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
` [RFC PATCH bpf-next 2/5] bpf: Enable cgroup_array map "

[PATCH v6 00/11] io_uring getdents
 2023-09-08  0:29 UTC  (8+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

[PATCH bpf-next 0/2] add ring_buffer__query
 2023-09-07 23:40 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] selftests/bpf: add tests for ring_buffer__query

[PATCH bpf-next 00/11] Implement cpuv4 support for s390x
 2023-09-07 22:57 UTC  (10+ messages)
` [PATCH bpf-next 01/11] bpf: Disable zero-extension for BPF_MEMSX

[PATCH bpf-next] selftests/bpf: Future-proof connect4_prog.c
 2023-09-07 21:00 UTC 

[RFC bpf-next] Registering struct_ops types from modules
 2023-09-07 20:32 UTC 

[RFC bpf-next] Registering struct_ops types from modules
 2023-09-07 20:26 UTC 

libbpf ringbuffer callback prototype
 2023-09-07 20:09 UTC 

[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
 2023-09-07 18:44 UTC  (4+ messages)

[PATCH v2] bpftool: fix -Wcast-qual warning
 2023-09-07  9:07 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cd04b2fab5ee58862674e9bab3cbc8e9a8576845
 2023-09-07 14:31 UTC 

[PATCH] bpftool: fix -Wcast-qual warning
 2023-09-07  8:59 UTC  (4+ messages)

[PATCH bpf] libbpf: soften BTF map error
 2023-09-07 17:31 UTC  (6+ messages)
  `  "

[PATCH bpf-next v2 0/8] arm32, bpf: add support for cpuv4 insns
 2023-09-07  9:15 UTC  (17+ messages)
` [PATCH bpf-next v2 1/8] arm32, bpf: add support for 32-bit offset jmp instruction
` [PATCH bpf-next v2 2/8] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next v2 3/8] arm32, bpf: add support for sign-extension mov instruction
` [PATCH bpf-next v2 4/8] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next v2 5/8] arm32, bpf: add support for 32-bit signed division
` [PATCH bpf-next v2 6/8] arm32, bpf: add support for 64 bit division instruction
` [PATCH bpf-next v2 7/8] selftest, bpf: enable cpu v4 tests for arm32
` [PATCH bpf-next v2 8/8] bpf/tests: add tests for cpuv4 instructions

[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
 2023-09-07 16:43 UTC  (24+ messages)
` [RFC bpf-next 01/23] ice: make RX hash reading code more reusable
  ` [xdp-hints] "
` [RFC bpf-next 03/23] ice: make RX checksum checking "
  ` [xdp-hints] "
` [RFC bpf-next 05/23] ice: Introduce ice_xdp_buff
  ` [xdp-hints] "
` [RFC bpf-next 07/23] ice: Support RX hash XDP hint
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5

[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
 2023-09-07 12:02 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Introduce css_task open-coded iterator kfuncs
` [RFC PATCH bpf-next 2/4] bpf: Introduce process open coded "

[PATCH bpf-next v2 0/5] bpf: task_group_seq_get_next: misc cleanups
 2023-09-07 16:00 UTC  (5+ messages)

[PATCH 0/2] bpf: Recursion detection related fixes
 2023-09-07 10:12 UTC  (7+ messages)
` [PATCH 2/2] bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check

[PATCH bpf-next] xsk: add multi-buffer support for sockets sharing umem
 2023-09-07 15:12 UTC  (3+ messages)

[PATCH 00/10] RISC-V: Refactor instructions
 2023-09-07  8:51 UTC  (5+ messages)

[RFC PATCH bpf-next v4 0/4] bpf, x64: Fix tailcall infinite loop
 2023-09-07  3:53 UTC  (6+ messages)
` [RFC PATCH bpf-next v4 2/4] "
` [RFC PATCH bpf-next v4 4/4] selftests/bpf: Add testcases for tailcall infinite loop fixing

pull-request: bpf 2023-09-06
 2023-09-07  3:40 UTC  (2+ messages)

[PATCH bpf-next v12 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-09-07  1:59 UTC  (2+ messages)
` [PATCH bpf-next v12 2/2] selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex

[PATCH bpf-next v12 0/2] selftests/bpf: Optimize kallsyms cache
 2023-09-07  1:59 UTC 

[PATCH v5 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-09-07  0:43 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] perf record: Update docs regarding the maximum limitation of AUX area

[PATCH bpf-next] selftests/bpf: Correct map_fd to data_fd in tailcalls
 2023-09-06 23:01 UTC  (3+ messages)

[syzbot] [reiserfs?] BUG: unable to handle kernel paging request in mas_alloc_nodes
 2023-09-06 21:35 UTC 

[PATCHSET 0/5] perf lock contention: Add cgroup support (v2)
 2023-09-06 21:28 UTC  (9+ messages)
` [PATCH 1/5] perf tools: Add read_all_cgroups() and __cgroup_find()
` [PATCH 2/5] perf lock contention: Prepare to handle cgroups
` [PATCH 3/5] perf lock contention: Add -g/--lock-cgroup option
` [PATCH 4/5] perf lock contention: Add -G/--cgroup-filter option
` [PATCH 5/5] perf test: Improve perf lock contention test

[PATCH bpf-next v11 1/2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-09-06 20:54 UTC  (2+ messages)

[PATCH bpf-next 0/8] arm32, bpf: add support for cpuv4 insns
 2023-09-06 20:26 UTC  (13+ messages)
` [PATCH bpf-next 2/8] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next 4/8] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next 6/8] arm32, bpf: add support for 64 bit division instruction

[syzbot] [bpf?] general protection fault in bpf_prog_offload_verifier_prep
 2023-09-06 18:34 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 66d9573193967138cd12e232d4b5bc2b57e0d1ac
 2023-09-06 17:38 UTC 

[PATCHSET 0/5] perf lock contention: Add cgroup support (v1)
 2023-09-06 16:42 UTC  (5+ messages)
` [PATCH 1/5] perf tools: Add read_all_cgroups() and __cgroup_find()

[PATCH bpf-next v4 0/4] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-09-06 13:31 UTC  (2+ messages)

[PATCH bpf 0/3] bpf: Fixes for bpf_sk_storage
 2023-09-06  9:10 UTC  (2+ messages)

[PATCH bpf] s390/bpf: Pass through tail call counter in trampolines
 2023-09-06  9:00 UTC  (2+ messages)

[PATCH v4 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-09-06  7:07 UTC  (7+ messages)
` [PATCH v4 1/2] "

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-09-06  6:49 UTC  (6+ messages)
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook


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