messages from 2023-05-03 20:25:08 to 2023-05-05 15:21:37 UTC [more...]
[PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events
2023-05-05 15:21 UTC (5+ messages)
` [PATCH v9.1 01/11] fprobe: Pass return address to the handlers
` [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document
eBPF verifier does not check pointer's pointing location before doing memcpy
2023-05-05 15:20 UTC (2+ messages)
BPF skels in perf .Re: [GIT PULL] perf tools changes for v6.4
2023-05-05 15:14 UTC (16+ messages)
[PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
2023-05-05 14:17 UTC (10+ messages)
` [PATCH v8 1/3] mm/mmap: separate writenotify and dirty tracking logic
` [PATCH v8 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings
[PATCH bpf v7 00/13] bpf sockmap fixes
2023-05-05 12:14 UTC (6+ messages)
` [PATCH bpf v7 04/13] bpf: sockmap, improved check for empty queue
` [PATCH bpf v7 08/13] bpf: sockmap, incorrectly handling copied_seq
[PATCH AUTOSEL 6.3 04/59] bpf: Annotate data races in bpf_local_storage
2023-05-05 12:04 UTC (5+ messages)
` [PATCH AUTOSEL 6.3 08/59] bpf, mips: Implement DADDI workarounds for JIT
` [PATCH AUTOSEL 6.3 31/59] samples/bpf: Fix fout leak in hbm's run_bpf_prog
` [PATCH AUTOSEL 6.3 32/59] bpf: Add preempt_count_{sub,add} into btf id deny list
[PATCH bpf-next] bpftool: Support bpffs mountpoint as pin path for prog loadall
2023-05-05 10:11 UTC (2+ messages)
[PATCH bpf] samples/bpf: Fix buffer overflow in tcp_basertt
2023-05-05 8:50 UTC
[PATCH v3 net] bonding: add xdp_features support
2023-05-05 8:40 UTC (3+ messages)
bpf: add support to check kernel features in BPF program
2023-05-05 7:51 UTC (6+ messages)
[PATCH bpf-next v6 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-05-05 7:24 UTC (7+ messages)
` [PATCH bpf-next v6 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
` "
[PATCH v3 bpf-next 00/10] Add precision propagation for subprogs and callbacks
2023-05-05 5:50 UTC (12+ messages)
` [PATCH v3 bpf-next 01/10] veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag
` [PATCH v3 bpf-next 02/10] bpf: mark relevant stack slots scratched for register read instructions
` [PATCH v3 bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH v3 bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH v3 bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision
` [PATCH v3 bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH v3 bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision
` [PATCH v3 bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
` [PATCH v3 bpf-next 09/10] selftests/bpf: add precision propagation tests "
` [PATCH v3 bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround
[PATCH v2 bpf-next 00/10] Add precision propagation for subprogs and callbacks
2023-05-05 4:08 UTC (13+ messages)
` [PATCH v2 bpf-next 01/10] veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag
` [PATCH v2 bpf-next 02/10] bpf: mark relevant stack slots scratched for register read instructions
` [PATCH v2 bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH v2 bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH v2 bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision
` [PATCH v2 bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH v2 bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision
` [PATCH v2 bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
` [PATCH v2 bpf-next 09/10] selftests/bpf: add precision propagation tests "
` [PATCH v2 bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround
[PATCH bpf-next v5 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-05-05 3:20 UTC (7+ messages)
` [PATCH bpf-next v5 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
` "
[PATCH v1 bpf-next 0/9] bpf_refcount followups (part 1)
2023-05-05 2:34 UTC (12+ messages)
` [PATCH v1 bpf-next 1/9] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed"
` [PATCH v1 bpf-next 2/9] bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
` [PATCH v1 bpf-next 3/9] bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
` [PATCH v1 bpf-next 4/9] bpf: Allow KF_DESTRUCTIVE-flagged kfuncs to be called under spinlock
` [PATCH v1 bpf-next 5/9] [RFC] selftests/bpf: Add unsafe lock/unlock and refcount_read kfuncs to bpf_testmod
` [PATCH v1 bpf-next 6/9] bpf: Make bpf_refcount_acquire fallible for non-owning refs
` [PATCH v1 bpf-next 7/9] selftests/bpf: Add test exercising bpf_refcount_acquire race condition
` [PATCH v1 bpf-next 8/9] selftests/bpf: Disable newly-added refcounted_kptr_races test
` [PATCH v1 bpf-next 9/9] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added refcounted_kptr_races test"
[PATCH RFC net-next/mm V3 0/2] page_pool: new approach for leak detection and shutdown phase
2023-05-05 0:54 UTC (9+ messages)
` [PATCH RFC net-next/mm V3 1/2] page_pool: Remove workqueue in new shutdown scheme
[PATCH v2 bpf-next] libbpf: Fix comment about arc and riscv arch in bpf_tracing.h
2023-05-05 0:30 UTC (2+ messages)
[PATCH v7 bpf-next 00/10] bpf: Add socket destroy capability
2023-05-05 0:28 UTC (16+ messages)
` [PATCH v7 bpf-next 01/10] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH v7 bpf-next 02/10] udp: seq_file: Helper function to match socket attributes
` [PATCH v7 bpf-next 03/10] bpf: udp: Encapsulate logic to get udp table
` [PATCH v7 bpf-next 04/10] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH v7 bpf-next 05/10] bpf: udp: Implement batching for sockets iterator
` [PATCH v7 bpf-next 06/10] bpf: Add bpf_sock_destroy kfunc
` [PATCH v7 bpf-next 07/10] selftests/bpf: Add helper to get port using getsockname
` [PATCH v7 bpf-next 08/10] selftests/bpf: Test bpf_sock_destroy
` [PATCH v7 bpf-next 09/10] bpf: Add a kfunc filter function to 'struct btf_kfunc_id_set'
` [PATCH v7 bpf-next 10/10] selftests/bpf: Extend bpf_sock_destroy tests
[PATCH bpf-next 00/10] Centralize BPF permission checks
2023-05-04 23:06 UTC (20+ messages)
` [PATCH bpf-next 01/10] bpf: move unprivileged checks into map_create() and bpf_prog_load()
` [PATCH bpf-next 04/10] bpf: remember if bpf_map was unprivileged and use that consistently
` [PATCH bpf-next 06/10] bpf: keep BPF_PROG_LOAD permission checks clear of validations
` [PATCH bpf-next 09/10] bpf: use recorded bpf_capable flag in JIT code
` [PATCH bpf-next 10/10] bpf: consistenly use program's recorded capabilities in BPF verifier
[PATCH bpf-next 00/10] Add precision propagation for subprogs and callbacks
2023-05-04 22:48 UTC (33+ messages)
` [PATCH bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision
` [PATCH bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision
` [PATCH bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
2023-05-04 21:27 UTC (4+ messages)
` [PATCH v9 1/3] mm/mmap: separate writenotify and dirty tracking logic
` [PATCH v9 2/3] mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappings
` [PATCH v9 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast "
[ANN] bpf mailing list migrated
2023-05-04 20:49 UTC (2+ messages)
[PATCH] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
2023-05-04 20:18 UTC (2+ messages)
[PATCH AUTOSEL 5.10 02/24] bpf: Annotate data races in bpf_local_storage
2023-05-04 19:49 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 16/24] samples/bpf: Fix fout leak in hbm's run_bpf_prog
[PATCH AUTOSEL 6.2 02/53] bpf: Annotate data races in bpf_local_storage
2023-05-04 19:43 UTC (4+ messages)
` [PATCH AUTOSEL 6.2 06/53] bpf, mips: Implement DADDI workarounds for JIT
` [PATCH AUTOSEL 6.2 28/53] samples/bpf: Fix fout leak in hbm's run_bpf_prog
` [PATCH AUTOSEL 6.2 29/53] bpf: Add preempt_count_{sub,add} into btf id deny list
[PATCH AUTOSEL 5.15 02/30] bpf: Annotate data races in bpf_local_storage
2023-05-04 19:48 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 19/30] samples/bpf: Fix fout leak in hbm's run_bpf_prog
` [PATCH AUTOSEL 5.15 20/30] bpf: Add preempt_count_{sub,add} into btf id deny list
[PATCH AUTOSEL 6.1 02/49] bpf: Annotate data races in bpf_local_storage
2023-05-04 19:46 UTC (4+ messages)
` [PATCH AUTOSEL 6.1 05/49] bpf, mips: Implement DADDI workarounds for JIT
` [PATCH AUTOSEL 6.1 25/49] samples/bpf: Fix fout leak in hbm's run_bpf_prog
` [PATCH AUTOSEL 6.1 26/49] bpf: Add preempt_count_{sub,add} into btf id deny list
[PATCH AUTOSEL 5.4 14/18] samples/bpf: Fix fout leak in hbm's run_bpf_prog
2023-05-04 19:50 UTC
[Lsf-pc] Fwd: [LSF/MM/BPF TOPIC] userspace control of memory management
2023-05-04 18:47 UTC
[PATCH bpf-next v4 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
2023-05-04 18:43 UTC (5+ messages)
` [PATCH bpf-next v4 1/4] "
` [PATCH bpf-next v4 2/4] selftests/bpf: Update EFAULT {g,s}etsockopt selftests
` [PATCH bpf-next v4 3/4] selftests/bpf: Correctly handle optlen > 4096
` [PATCH bpf-next v4 4/4] bpf: Document EFAULT changes for sockopt
[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability
2023-05-04 17:32 UTC (11+ messages)
` [PATCH 1/7] bpf: tcp: Avoid taking fast sock lock in iterator
[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
2023-05-04 16:48 UTC (11+ messages)
` [PATCH v2 bpf 02/11] bpftool: define a local bpf_perf_link to fix accessing its fields
[PATCH bpf-next] libbpf: Fix comment about arc and riscv arch in bpf_tracing.h
2023-05-04 3:33 UTC
[PATCH bpf-next v4 0/2] Introduce a new kfunc of bpf_task_under_cgroup
2023-05-04 3:23 UTC (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
` "
[RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator
2023-05-04 2:30 UTC (11+ messages)
` [RFC bpf-next v3 3/6] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP
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