BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-11 02:50:05 to 2023-11-14 03:53:59 UTC [more...]

[bug report] BUG: KASAN: slab-use-after-free in sock_def_readable+0x101/0x450
 2023-11-14  3:53 UTC  (2+ messages)

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-14  3:43 UTC  (16+ messages)
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
 2023-11-14  3:23 UTC  (3+ messages)

[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
 2023-11-14  3:09 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack
 2023-11-14  2:50 UTC  (3+ messages)

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-14  2:30 UTC  (12+ messages)
` [RFC PATCH -mm 1/4] mm, security: Add lsm hook for mbind(2)
` [RFC PATCH -mm 2/4] mm, security: Add lsm hook for set_mempolicy(2)
` [RFC PATCH -mm 3/4] mm, security: Add lsm hook for set_mempolicy_home_node(2)
` [RFC PATCH -mm 4/4] selftests/bpf: Add selftests for mbind(2) with lsm prog

[PATCH bpf v3 0/8] bpf_redirect_peer fixes
 2023-11-14  0:42 UTC  (9+ messages)
` [PATCH bpf v3 1/8] net, vrf: Move dstats structure to core
` [PATCH bpf v3 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
` [PATCH bpf v3 3/8] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf v3 4/8] veth: Use "
` [PATCH bpf v3 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH bpf v3 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev
` [PATCH bpf v3 7/8] selftests/bpf: De-veth-ize the tc_redirect test case
` [PATCH bpf v3 8/8] selftests/bpf: Add netkit to tc_redirect selftest

[PATCH net v2] gve: Fixes for napi_poll when budget is 0
 2023-11-14  0:41 UTC 

bpf: incorrect stack_depth after var off stack access causes OOB
 2023-11-14  0:03 UTC  (3+ messages)

[PATCH bpf] bpf: fix tracking of stack size for var-off access
 2023-11-13 23:50 UTC 

[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
 2023-11-13 23:46 UTC  (19+ messages)
` [PATCH v2 bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v2 bpf-next 02/13] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v2 bpf-next 03/13] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH v2 bpf-next 05/13] bpf: remove redundant s{32,64} -> u{32,64} deduction logic
` [PATCH v2 bpf-next 06/13] bpf: make __reg{32,64}_deduce_bounds logic more robust
` [PATCH v2 bpf-next 07/13] selftests/bpf: BPF register range bounds tester
` [PATCH v2 bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
` [PATCH v2 bpf-next 09/13] selftests/bpf: add range x range test to reg_bounds
` [PATCH v2 bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests
` [PATCH v2 bpf-next 11/13] selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
` [PATCH v2 bpf-next 12/13] veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
` [PATCH v2 bpf-next 13/13] selftests/bpf: add iter test requiring range x range logic

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-13 22:53 UTC  (6+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2023-11-13 20:04 UTC  (25+ messages)
` [PATCH 12/36] sched_ext: "
` [PATCH 15/36] sched_ext: Implement runnable task stall watchdog
` [PATCH 16/36] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 17/36] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 18/36] sched_ext: Print sched_ext info when dumping stack
` [PATCH 19/36] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 20/36] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU
` [PATCH 22/36] sched_ext: Add task state tracking operations
` [PATCH 23/36] sched_ext: Implement tickless support
` [PATCH 24/36] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 25/36] sched_ext: Add cgroup support
` [PATCH 26/36] sched_ext: Add a cgroup-based core-scheduling scheduler
` [PATCH 27/36] sched_ext: Add a cgroup scheduler which uses flattened hierarchy
` [PATCH 28/36] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 29/36] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 30/36] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 31/36] sched_ext: Implement core-sched support
` [PATCH 32/36] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 33/36] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 34/36] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 35/36] sched_ext: Add scx_rusty, a rust userspace hybrid scheduler
` [PATCH 36/36] sched_ext: Add scx_layered, a highly configurable multi-layer scheduler

BPF memory model
 2023-11-13 20:03 UTC  (8+ messages)

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-13 17:02 UTC  (6+ messages)
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support

[PATCH bpf v2 0/8] bpf_redirect_peer fixes
 2023-11-13 16:15 UTC  (22+ messages)
` [PATCH bpf v2 1/8] net, vrf: Move dstats structure to core
` [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
` [PATCH bpf v2 3/8] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf v2 4/8] veth: Use "
` [PATCH bpf v2 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH bpf v2 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev
` [PATCH bpf v2 7/8] selftests/bpf: De-veth-ize the tc_redirect test case
` [PATCH bpf v2 8/8] selftests/bpf: Add netkit to tc_redirect selftest

[PATCH] bpf: Get the program type by resolve_prog_type() directly
 2023-11-13 14:15 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-11-13 14:12 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
` [PATCH bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[PATCH bpf-next] bpf, sockmap: Bundle psock->sk_redir and redir_ingress into a tagged pointer
 2023-11-13 13:36 UTC  (4+ messages)

[PATCH bpf v2 0/5] bpf: Fix the release of inner map
 2023-11-13 12:33 UTC  (6+ messages)
` [PATCH bpf v2 1/5] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf v2 2/5] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH bpf v2 3/5] bpf: Defer the free of inner map when necessary
` [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
` [PATCH bpf v2 5/5] selftests/bpf: Add test cases for "

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-13 11:20 UTC  (4+ messages)

[PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32
 2023-11-13  3:27 UTC  (3+ messages)

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-13  0:53 UTC  (12+ messages)
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers

[PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-12 20:00 UTC  (20+ messages)
` [PATCH v4 bpf-next 01/17] btf: add kind layout encoding, crcs to UAPI
` [PATCH v4 bpf-next 02/17] libbpf: support kind layout section handling in BTF
` [PATCH v4 bpf-next 03/17] libbpf: use kind layout to compute an unknown kind size
` [PATCH v4 bpf-next 04/17] libbpf: add kind layout encoding, crc support
` [PATCH v4 bpf-next 05/17] libbpf: BTF validation can use kind layout for unknown kinds
` [PATCH v4 bpf-next 06/17] btf: support kernel parsing of BTF with kind layout
` [PATCH v4 bpf-next 07/17] bpf: add BTF CRC verification where present
` [PATCH v4 bpf-next 08/17] bpf: verify base BTF CRC to ensure it matches module BTF
` [PATCH v4 bpf-next 09/17] kbuild, bpf: switch to --btf_features, add crc,kind_layout features
` [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v4 bpf-next 11/17] bpftool: update doc to describe bpftool btf dump .. format meta
` [PATCH v4 bpf-next 12/17] selftests/bpf: test kind encoding/decoding
` [PATCH v4 bpf-next 13/17] bpf: support standalone BTF in modules
` [PATCH v4 bpf-next 14/17] kbuild, bpf: allow opt-out from using split BTF for modules
` [PATCH v4 bpf-next 15/17] selftests/bpf: generalize module load to support specifying a module name
` [PATCH v4 bpf-next 16/17] selftests/bpf: build separate bpf_testmod module with standalone BTF
` [PATCH v4 bpf-next 17/17] selftests/bpf: update btf_module test to ensure standalone BTF works

[PATCH 13/36] sched_ext: Add scx_simple and scx_example_qmap example schedulers
 2023-11-12 18:06 UTC  (3+ messages)

bpf: incorrect range tracking on JE and JNE with non-overlap ranges
 2023-11-12 17:45 UTC 

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-12 14:05 UTC  (18+ messages)
` [PATCH bpf-next 1/7] bpf: use common jump (instruction) history across all states
` [PATCH bpf-next 2/7] bpf: support non-r10 register spill/fill to/from stack in precision tracking

[PATCH v3 bpf-next 00/17] Add kind layout, CRCs to BTF
 2023-11-12 12:55 UTC  (4+ messages)
` [PATCH v3 bpf-next 09/17] bpf: switch to --btf_features, add crc,kind_layout features

[PATCH v2] perf: get_perf_callchain return NULL for crosstask
 2023-11-12  5:26 UTC  (3+ messages)

[PATCH bpf-next 0/8] bpf: Support cpu v4 instructions for LoongArch
 2023-11-12  2:49 UTC  (6+ messages)
` [PATCH bpf-next 8/8] selftests/bpf: Enable cpu v4 tests "

[PATCH bpf-next v2] selftests/bpf: Fix pyperf180 compilation failure with clang18
 2023-11-11 20:21 UTC  (2+ messages)

[PATCH v2 bpf-next 0/8] BPF verifier log improvements
 2023-11-11 20:16 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/8] bpf: move verbose_linfo() into kernel/bpf/log.c
` [PATCH v2 bpf-next 2/8] bpf: move verifier state printing code to kernel/bpf/log.c
` [PATCH v2 bpf-next 3/8] bpf: extract register state printing
` [PATCH v2 bpf-next 4/8] bpf: print spilled register state in stack slot
` [PATCH v2 bpf-next 5/8] bpf: emit map name in register state if applicable and available
` [PATCH v2 bpf-next 6/8] bpf: omit default off=0 and imm=0 in register state log
` [PATCH v2 bpf-next 7/8] bpf: smarter verifier log number printing logic
` [PATCH v2 bpf-next 8/8] bpf: emit frameno for PTR_TO_STACK regs if it differs from current one

[PATCH v2 0/3] samples: introduce cgroup events listeners
 2023-11-11 13:39 UTC  (3+ messages)

[PATCH perf] perf: get_perf_callchain return NULL for crosstask
 2023-11-11 11:31 UTC  (5+ messages)

[RFC PATCH 0/5] LSM: Officially support appending LSM hooks after boot
 2023-11-11 10:12 UTC  (6+ messages)
` [PATCH 1/5] LSM: Auto-undef LSM_HOOK macro
` [PATCH 2/5] LSM: Add a header file containing only arguments of LSM callback functions
` [PATCH 3/5] LSM: Split LSM_HOOK() into LSM_INT_HOOK() and LSM_VOID_HOOK()
` [PATCH 4/5] LSM: Add a LSM module which handles dynamically appendable LSM hooks
` [PATCH 5/5] LSM: A sample of dynamically appendable LSM module

[PATCH v4 bpf-next 0/6] bpf: Add support for cgroup1, BPF part
 2023-11-11  9:00 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Add a new kfunc for cgroup1 hierarchy
` [PATCH v4 bpf-next 2/6] selftests/bpf: Fix issues in setup_classid_environment()
` [PATCH v4 bpf-next 3/6] selftests/bpf: Add parallel support for classid
` [PATCH v4 bpf-next 4/6] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [PATCH v4 bpf-next 5/6] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add selftests for cgroup1 hierarchy

[RFC bpf-next v0 0/7] Unifying signed and unsigned min/max tracking
 2023-11-11  7:54 UTC  (4+ messages)

[PATCH bpf-next 0/8] BPF verifier log improvements
 2023-11-11  6:31 UTC  (4+ messages)
` [PATCH bpf-next 7/8] bpf: smarter verifier log number printing logic

[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953
 2023-11-11  3:10 UTC 

[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-11  3:01 UTC  (5+ messages)
` [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).