public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-17 19:50:42 to 2023-09-20 04:11:59 UTC [more...]

[PATCH v1 0/5] Enable BPF skeletons by default
 2023-09-20  4:11 UTC  (9+ messages)
` [PATCH v1 4/5] perf test: Ensure EXTRA_TESTS is covered in build test

Is is possible to get the function calling stack in an fentry bpf program?
 2023-09-20  2:24 UTC  (4+ messages)
  `  "

How to manually construct a struct bpf_program instance?
 2023-09-20  2:09 UTC 

[PATCH bpf-next v3 00/17] Exceptions - 1/2
 2023-09-20  1:02 UTC  (14+ messages)
` [PATCH bpf-next v3 10/17] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v3 12/17] bpf: Disallow fentry/fexit/freplace for exception callbacks
` [PATCH bpf-next v3 15/17] libbpf: Add support for custom "

[PATCH bpf] bpf: unconditionally reset backtrack_state masks on global func exit
 2023-09-20  1:00 UTC  (5+ messages)

[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
 2023-09-20  0:38 UTC  (3+ messages)
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator

[BUG] verifier escape with iteration helpers (bpf_loop, ...)
 2023-09-20  0:19 UTC  (11+ messages)

[PATCH bpf v2] bpf: Fix tr dereferencing
 2023-09-19 23:50 UTC  (2+ messages)

[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
 2023-09-19 23:46 UTC  (5+ messages)
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size

[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
 2023-09-19 23:30 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v2 3/6] bpf: Introduce process open coded iterator kfuncs

[PATCH net-next 1/1] net/sched: Disambiguate verdict from return code
 2023-09-19 23:20 UTC  (2+ messages)

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-09-19 21:48 UTC  (14+ messages)
` [PATCH v5 bpf-next 01/13] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v5 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object
` [PATCH v5 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v5 bpf-next 05/13] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v5 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v5 bpf-next 07/13] bpf: take into account BPF token when fetching helper protos
` [PATCH v5 bpf-next 08/13] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v5 bpf-next 09/13] libbpf: add bpf_token_create() API
` [PATCH v5 bpf-next 10/13] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v5 bpf-next 11/13] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v5 bpf-next 12/13] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v5 bpf-next 13/13] selftests/bpf: add BPF token-enabled tests

[PATCH net] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
 2023-09-19 20:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 29e400e3ea486bf942b214769fc9778098114113
 2023-09-19 19:37 UTC 

[PATCH dwarves 0/3] dwarves: detect BTF kinds supported by kernel
 2023-09-19 18:58 UTC  (4+ messages)

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-09-19 17:56 UTC  (7+ messages)

BPF memory model
 2023-09-19 15:55 UTC  (5+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2023-09-19 12:01 UTC  (10+ messages)
` [PATCH bpf-next 1/4] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
` [PATCH bpf-next 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

pull-request: bpf-next 2023-09-19
 2023-09-19 11:24 UTC 

[PATCH bpf-next v2] bpf, x64: Check imm32 first at BPF_CALL in do_jit()
 2023-09-19 10:19 UTC  (2+ messages)

[PATCH bpf-next v2 00/10] Implement cpuv4 support for s390x
 2023-09-19 10:09 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] bpf: Disable zero-extension for BPF_MEMSX
` [PATCH bpf-next v2 02/10] selftests/bpf: Unmount the cgroup2 work directory
` [PATCH bpf-next v2 03/10] selftests/bpf: Add big-endian support to the ldsx test
` [PATCH bpf-next v2 04/10] s390/bpf: Implement BPF_MOV | BPF_X with sign-extension
` [PATCH bpf-next v2 05/10] s390/bpf: Implement BPF_MEMSX
` [PATCH bpf-next v2 06/10] s390/bpf: Implement unconditional byte swap
` [PATCH bpf-next v2 07/10] s390/bpf: Implement unconditional jump with 32-bit offset
` [PATCH bpf-next v2 08/10] s390/bpf: Implement signed division
` [PATCH bpf-next v2 09/10] selftests/bpf: Enable the cpuv4 tests for s390x
` [PATCH bpf-next v2 10/10] selftests/bpf: Trim DENYLIST.s390x

[PATCH bpf 0/2] s390/bpf: Fix arch_prepare_bpf_trampoline
 2023-09-19 10:10 UTC  (6+ messages)
` [PATCH bpf 1/2] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH bpf 2/2] selftests/bpf: Check bpf_cubic_acked() is called via struct_ops

pull-request: bpf-next 2023-09-16
 2023-09-19  9:09 UTC  (10+ messages)

[syzbot] [net?] WARNING in __ip6_append_data
 2023-09-19  9:04 UTC  (11+ messages)

[PATCH 2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks"
 2023-09-19  8:57 UTC  (3+ messages)

[PATCH bpf-next v1] bpf, docs: Add loongarch64 as arch supporting BPF JIT
 2023-09-19  8:25 UTC 

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-19  7:43 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v2 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v2 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v2 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v2 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap "

[RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc
 2023-09-19  6:43 UTC  (6+ messages)
` [PATCH 2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks"

[PATCH net v2 0/3] Add missing xdp_do_flush() invocations
 2023-09-19  6:36 UTC  (7+ messages)
` [PATCH net v2 1/3] net: ena: Flush XDP packets on error
` [PATCH net v2 2/3] bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
` [PATCH net v2 3/3] octeontx2-pf: Do xdp_do_flush() after redirects

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

[PATCH v3 0/5] Reduce overhead of LSMs with static calls
 2023-09-18 21:24 UTC  (6+ messages)
` [PATCH v3 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v3 2/5] security: Count the LSMs enabled at compile time
` [PATCH v3 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v3 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v3 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH bpf-next v2 0/3] Fixes for Exceptions
 2023-09-18 20:50 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Print log buffer for exceptions test only on failure
` [PATCH bpf-next v2 2/3] bpf: Fix bpf_throw warning on 32-bit arch
` [PATCH bpf-next v2 3/3] bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y

[RFC bpf-next v2 0/9] Registrating struct_ops types from modules
 2023-09-18 20:40 UTC  (6+ messages)
` [RFC bpf-next v2 2/9] bpf: add register and unregister functions for struct_ops

[PATCH] bpf, sockmap: fix deadlocks in the sockhash and sockmap
 2023-09-18 18:49 UTC  (2+ messages)

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-09-18 17:24 UTC  (3+ messages)
` [PATCH v2 2/3] selftests/hid: do not manually call headers_install

[linux-next:master] BUILD REGRESSION 7fc7222d9680366edeecc219c21ca96310bdbc10
 2023-09-18 17:03 UTC 

[PATCH bpf-next v1 0/3] Fixes for Exceptions
 2023-09-18 15:55 UTC  (6+ messages)
` [PATCH bpf-next v1 1/3] selftests/bpf: Print log buffer for exceptions test only on failure
` [PATCH bpf-next v1 2/3] bpf: Fix bpf_throw warning on 32-bit arch
` [PATCH bpf-next v1 3/3] bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-09-18 14:15 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCH v2 0/5] Reduce overhead of LSMs with static calls
 2023-09-18 16:28 UTC  (6+ messages)
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
 2023-09-18 14:07 UTC  (6+ messages)
` [RFC bpf-next 10/23] ice: Implement VLAN tag hint
  ` [xdp-hints] "

[syzbot] [bpf?] WARNING in bpf_mprog_pos_after
 2023-09-18 12:41 UTC  (2+ messages)

[PATCH bpf-next 0/8] Add a test for SHARED_UMEM feature
 2023-09-18  9:33 UTC  (9+ messages)
` [PATCH bpf-next 1/8] selftests/xsk: move pkt_stream to the xsk_socket_info
` [PATCH bpf-next 2/8] selftests/xsk: rename xsk_xdp_metadata.h to xsk_xdp_common.h
` [PATCH bpf-next 3/8] selftests/xsk: implement a function that generates MAC addresses
` [PATCH bpf-next 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function
` [PATCH bpf-next 5/8] selftests/xsk: remove unnecessary parameter from pkt_set() function call
` [PATCH bpf-next 6/8] selftests/xsk: iterate over all the sockets in the send pkts function
` [PATCH bpf-next 7/8] selftests/xsk: modify xsk_update_xskmap() to accept the index as an argument
` [PATCH bpf-next 8/8] selftests/xsk: add a test for shared umem feature

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-18  7:29 UTC  (14+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

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

[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-18  0:32 UTC  (4+ messages)
` [PATCH bpf-next 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions

[PATCH bpf v2 0/3] samples/bpf: syscall_tp_user: Refactor and fix array index out-of-bounds bug
 2023-09-17 21:42 UTC  (4+ messages)
` [PATCH bpf v2 1/3] samples/bpf: Add -fsanitize=bounds to userspace programs
` [PATCH bpf v2 2/3] samples/bpf: syscall_tp_user: Rename num_progs into nr_tests
` [PATCH bpf v2 3/3] samples/bpf: syscall_tp_user: Fix array out-of-bound access

[PATCH 6.1 081/219] perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test
 2023-09-17 19:15 UTC  (2+ messages)
` [PATCH 6.1 179/219] perf test shell stat_bpf_counters: Fix test on Intel

[PATCH 6.5 098/285] perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test
 2023-09-17 19:13 UTC  (2+ messages)
` [PATCH 6.5 234/285] perf test shell stat_bpf_counters: Fix test on Intel


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