messages from 2023-09-15 17:24:19 to 2023-09-19 08:57:36 UTC [more...]
[PATCH 2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks"
2023-09-19 8:57 UTC (3+ messages)
[syzbot] [net?] WARNING in __ip6_append_data
2023-09-19 8:27 UTC (10+ 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
[PATCH bpf 0/2] s390/bpf: Fix arch_prepare_bpf_trampoline
2023-09-19 6:02 UTC (3+ 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
[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
2023-09-19 5:42 UTC (17+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "
[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
2023-09-19 3:57 UTC (5+ 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
[PATCH v1 0/5] Enable BPF skeletons by default
2023-09-19 2:15 UTC (6+ messages)
` [PATCH v1 4/5] perf test: Ensure EXTRA_TESTS is covered in build test
[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] bpf: unconditionally reset backtrack_state masks on global func exit
2023-09-18 21:01 UTC
[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
[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
2023-09-18 20:42 UTC (18+ 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 bpf-next v2 4/6] bpf: Introduce css_descendant open-coded "
` [PATCH bpf-next v2 5/6] bpf: teach the verifier to enforce css_iter and process_iter in RCU CS
` [External] "
[RFC bpf-next v2 0/9] Registrating struct_ops types from modules
2023-09-18 20:40 UTC (9+ messages)
` [RFC bpf-next v2 1/9] bpf: refactory struct_ops type initialization to a function
` [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 (4+ 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 (10+ messages)
` [PATCH v2 2/5] security: Count the LSMs enabled at compile time
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[BUG] verifier escape with iteration helpers (bpf_loop, ...)
2023-09-18 13:06 UTC (6+ messages)
pull-request: bpf-next 2023-09-16
2023-09-18 14:33 UTC (9+ messages)
[PATCH bpf-next v3 00/17] Exceptions - 1/2
2023-09-18 13:26 UTC (15+ messages)
` [PATCH bpf-next v3 09/17] mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.h
` [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
[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] "
BPF memory model
2023-09-18 15:09 UTC (3+ messages)
[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 071/285] perf parse-events: Separate YYABORT and YYNOMEM cases
2023-09-17 19:13 UTC (6+ messages)
` [PATCH 6.5 072/285] perf parse-events: Move instances of YYABORT to YYNOMEM
` [PATCH 6.5 073/285] perf parse-events: Separate ENOMEM memory handling
` [PATCH 6.5 074/285] perf parse-events: Additional error reporting
` [PATCH 6.5 098/285] perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter test
` [PATCH 6.5 234/285] perf test shell stat_bpf_counters: Fix test on Intel
[PATCH bpf v2] bpf: Fix tr dereferencing
2023-09-17 15:38 UTC
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-09-17 15:12 UTC (3+ messages)
[PATCH bpf-next] bpf, arm64: Support up to 12 function arguments
2023-09-17 15:07 UTC
[PATCH bpf] bpf: Fix tr dereferencing
2023-09-17 14:29 UTC (6+ messages)
duplicate BTF_IDs leading to symbol redefinition errors?
2023-09-17 14:09 UTC (12+ messages)
[BUG] perf test: Regression because of d6e6286a12e7
2023-09-17 9:22 UTC (7+ messages)
[RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
2023-09-17 9:07 UTC (13+ messages)
[PATCH v1] perf trace: Avoid compile error wrt redefining bool
2023-09-17 5:25 UTC (2+ messages)
[PATCH v1] perf bpf-prologue: Remove unused file
2023-09-17 5:25 UTC (2+ messages)
[PATCH net-next v2 0/6] net: stmmac: add and use library for setting clock
2023-09-16 20:17 UTC (11+ messages)
` [PATCH net-next 4/6] net: stmmac: rk: use stmmac_set_tx_clk_gmii()
[PATCH net] igc: Fix infinite initialization loop with early XDP redirect
2023-09-16 12:40 UTC (2+ messages)
[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-09-16 8:06 UTC (9+ messages)
[PATCH bpf-next v2] bpf, x64: Check imm32 first at BPF_CALL in do_jit()
2023-09-16 5:32 UTC (3+ messages)
[Syzkaller & bisect] There is general protection fault in bpf_prog_offload_verifier_prep in v6.6-rc1 kernel
2023-09-16 3:29 UTC (3+ messages)
[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
2023-09-16 2:38 UTC (4+ messages)
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size
pull-request: bpf 2023-09-15
2023-09-16 0:38 UTC
[PATCH bpf-next v3 0/9] arm32, bpf: add support for cpuv4 insns
2023-09-16 0:20 UTC (7+ messages)
` [PATCH bpf-next v3 9/9] MAINTAINERS: Add myself for ARM32 BPF JIT maintainer
[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
2023-09-15 20:59 UTC (5+ messages)
` [PATCH v4 2/12] "
[PATCH bpf-next v3 0/3] libbpf: Support symbol versioning for uprobe
2023-09-15 20:20 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] "
[PATCH bpf-next v2] bpf: Allow to use kfunc XDP hints and frags together
2023-09-15 19:26 UTC (3+ messages)
[PATCH bpf v3 0/2] link to v1: https://lore.kernel.org/bpf/20230915103228.1196234-1-jolsa@kernel.org/
2023-09-15 19:20 UTC (5+ messages)
` [PATCH bpf v3 1/2] bpf: Fix BTF_ID symbol generation collision
` [PATCH bpf v3 2/2] bpf: Fix BTF_ID symbol generation collision in tools/
[PATCH bpf-next v2 0/3] bpf: expose information about netdev xdp-metadata kfunc support
2023-09-15 18:30 UTC (2+ messages)
[PATCH bpf-next] xsk: add multi-buffer support for sockets sharing umem
2023-09-15 18:10 UTC (2+ messages)
[PATCH bpf] bpf: Skip unit_size checking for global per-cpu allocator
2023-09-15 17:40 UTC (2+ messages)
[PATCH bpf] bpf: Fix uprobe_multi get_pid_task error path
2023-09-15 17:40 UTC (2+ messages)
[PATCH v2] bpf: Fix BTF_ID symbol generation collision
2023-09-15 17:35 UTC (8+ messages)
[PATCH bpf] bpf: Fix BTF_ID symbol generation
2023-09-15 17:27 UTC (3+ 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