public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-05 18:40:55 to 2023-09-07 23:06:08 UTC [more...]

[PATCH bpf-next v3 0/9] arm32, bpf: add support for cpuv4 insns
 2023-09-07 23:05 UTC  (10+ 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 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

BPF memory model
 2023-09-07 22:00 UTC 

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

duplicate BTF_IDs leading to symbol redefinition errors?
 2023-09-07 20:33 UTC  (2+ messages)

[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 bpf 1/2] bpf: Add override check to kprobe multi link attach
 2023-09-07 20:06 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add kprobe_multi override test

[PATCHv2 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-07 19:00 UTC  (17+ 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

[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/3] libbpf: Support symbol versioning for uprobe
 2023-09-05 15:12 UTC  (4+ 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 "

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-07 14:41 UTC  (8+ 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 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  (12+ 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 "
` [RFC PATCH bpf-next 3/4] bpf: Introduce css_descendant 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

Possible deadlock in bpf queue map
 2023-09-07 16:08 UTC  (7+ messages)

[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  (16+ messages)
` [RFC PATCH bpf-next v4 1/4] bpf, x64: Comment tail_call_cnt initialisation
` [RFC PATCH bpf-next v4 2/4] bpf, x64: Fix tailcall infinite loop
` [RFC PATCH bpf-next v4 3/4] selftests/bpf: Correct map_fd to data_fd in tailcalls
` [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  (20+ messages)
` [PATCH bpf-next 1/8] arm32, bpf: add support for 32-bit offset jmp instruction
` [PATCH bpf-next 2/8] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next 3/8] arm32, bpf: add support for sign-extension mov instruction
` [PATCH bpf-next 4/8] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next 5/8] arm32, bpf: add support for 32-bit signed division
` [PATCH bpf-next 6/8] arm32, bpf: add support for 64 bit division instruction
` [PATCH bpf-next 7/8] selftest, bpf: enable cpu v4 tests for arm32
` [PATCH bpf-next 8/8] bpf/tests: add tests for cpuv4 instructions

[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  (3+ 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  (13+ messages)
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH bpf v2 0/3] bpf: Enable IRQ after irq_work_raise() completes
 2023-09-06  1:00 UTC  (3+ messages)

[PATCH bpf-next v3 00/13] bpf: Add support for local percpu kptr
 2023-09-06  0:50 UTC  (6+ messages)
` [PATCH bpf-next v3 03/13] bpf: Add alloc/xchg/direct_access "
` [PATCH bpf-next v3 09/13] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible

[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-05 22:49 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-09-05 21:38 UTC  (10+ messages)
` [PATCH bpf-next v3 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v3 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v3 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v3 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[PATCH] samples/bpf: Add sample usage for BPF_PROG_TYPE_NETFILTER
 2023-09-05 16:06 UTC  (6+ messages)
        `  "

[PATCHv2 bpf-next] selftests/bpf: Fix d_path test
 2023-09-05 18:40 UTC  (5+ messages)


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