messages from 2023-09-18 09:12:09 to 2023-09-20 16:00:19 UTC [more...]
[RFC bpf-next v3 00/11] Registrating struct_ops types from modules
2023-09-20 15:59 UTC (4+ messages)
` [RFC bpf-next v3 01/11] bpf: refactory struct_ops type initialization to a function
` [RFC bpf-next v3 02/11] bpf: add struct_ops_tab to btf
` [RFC bpf-next v3 03/11] bpf: add register and unregister functions for struct_ops
[PATCH v3 0/5] Reduce overhead of LSMs with static calls
2023-09-20 16:00 UTC (11+ 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 0/8] Allocate bpf trampoline on bpf_prog_pack
2023-09-20 15:56 UTC (11+ messages)
` [PATCH bpf-next 1/8] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH bpf-next 2/8] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH bpf-next 3/8] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH bpf-next 4/8] bpf: Add helpers for trampoline image management
` [PATCH bpf-next 5/8] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()
` [PATCH bpf-next 7/8] bpf: Use arch_bpf_trampoline_size for trampoline
` [PATCH bpf-next 8/8] x86, bpf: Use bpf_prog_pack for bpf trampoline
[PATCH net v2] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
2023-09-20 13:54 UTC (2+ messages)
How to manually construct a struct bpf_program instance?
2023-09-20 13:00 UTC (2+ messages)
[PATCH 5.15 071/110] perf test: Remove bash construct from stat_bpf_counters.sh test
2023-09-20 11:32 UTC (2+ messages)
` [PATCH 5.15 072/110] perf test shell stat_bpf_counters: Fix test on Intel
[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
2023-09-20 12:20 UTC (10+ 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 v9 0/6] introduce page_pool_alloc() related API
2023-09-20 11:58 UTC (3+ messages)
` [PATCH net-next v9 5/6] page_pool: update document about frag API
` [PATCH net-next v9 6/6] net: veth: use newly added page pool API for veth with xdp
[PATCH bpf] bpf: unconditionally reset backtrack_state masks on global func exit
2023-09-20 10:40 UTC (6+ messages)
[PATCH bpf] bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
2023-09-20 10:20 UTC
[PATCH net] ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()
2023-09-20 8:35 UTC (3+ messages)
[PATCH net v2 0/3] Add missing xdp_do_flush() invocations
2023-09-20 7:54 UTC (9+ 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
[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)
` "
[PATCH bpf-next v3 00/17] Exceptions - 1/2
2023-09-20 1:02 UTC (7+ messages)
` [PATCH bpf-next v3 10/17] bpf: Prevent KASAN false positive with bpf_throw
` [PATCH bpf-next v3 15/17] libbpf: Add support for custom exception callbacks
[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 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
[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"
[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 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 (7+ messages)
` [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
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