BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-09 21:19:46 to 2023-11-11 02:50:05 UTC [more...]

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2023-11-11  2:47 UTC  (17+ messages)
` [PATCH 01/36] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/36] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 03/36] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 04/36] sched: Add sched_class->reweight_task()
` [PATCH 05/36] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 06/36] sched: Factor out cgroup weight conversion functions
` [PATCH 07/36] sched: Expose css_tg() and __setscheduler_prio()
` [PATCH 08/36] sched: Enumerate CPU cgroup file types
` [PATCH 09/36] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 10/36] sched: Add normal_policy()
` [PATCH 11/36] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 12/36] sched_ext: Implement BPF "
` [PATCH 13/36] sched_ext: Add scx_simple and scx_example_qmap example schedulers
` [PATCH 14/36] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 18/36] sched_ext: Print sched_ext info when dumping stack
` [PATCH 21/36] sched_ext: Make watchdog handle ops.dispatch() looping stall

[PATCH perf] perf: get_perf_callchain return NULL for crosstask
 2023-11-11  0:42 UTC  (3+ messages)

[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-11  2:24 UTC  (12+ messages)
` [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition
` [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer

[PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
 2023-11-11  1:39 UTC 

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

[syzbot] [bpf?] INFO: rcu detected stall in sys_unshare (9)
 2023-11-11  0:17 UTC 

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

[PATCH v7 0/5] Reduce overhead of LSMs with static calls
 2023-11-10 22:19 UTC  (4+ messages)
` [PATCH v7 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH bpf-next v2] bpf: Do not allocate percpu memory at init stage
 2023-11-10 21:05 UTC  (3+ messages)

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

[PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-10 20:35 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH v2 bpf-next] bpf: add crosstask check to __bpf_get_stack
 2023-11-10 19:10 UTC  (2+ messages)

linux-6.6/tools/perf/util/bpf_map.c:50:8: style: Suspicious condition
 2023-11-10 19:07 UTC 

[PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32
 2023-11-10 17:51 UTC 

[PATCHv2 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-10 17:24 UTC  (11+ messages)
` [PATCHv2 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCHv2 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCHv2 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCHv2 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests

[PATCH v3 bpf-next 00/11] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-11-10 17:05 UTC  (22+ messages)
` [PATCH v3 bpf-next 02/11] cgroup: Make operations on the cgroup root_list RCU safe
` [PATCH v3 bpf-next 03/11] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [PATCH v3 bpf-next 04/11] cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
` [PATCH v3 bpf-next 05/11] cgroup: Add a new helper for cgroup1 hierarchy
` [PATCH v3 bpf-next 06/11] bpf: Add a new kfunc "
` [PATCH v3 bpf-next 10/11] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()

[PATCH v2 0/3] samples: introduce cgroup events listeners
 2023-11-10 16:59 UTC  (5+ messages)
` [PATCH v2 1/3] samples: introduce new samples subdir for cgroup
` [PATCH v2 2/3] samples/cgroup: introduce cgroup v2 memory.events listener
` [PATCH v2 3/3] mm: memcg: add reminder comment for the memcg v2 events

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

[PATCH bpf] bpf: Do not allocate percpu memory at init stage
 2023-11-10 16:36 UTC  (4+ messages)

[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
 2023-11-10 16:00 UTC  (6+ messages)
` [PATCH v2 bpf-next] compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC

[PATCH bpf-next] bpf, sockmap: Bundle psock->sk_redir and redir_ingress into a tagged pointer
 2023-11-10 15:42 UTC  (2+ messages)

[PATCH] pahole: add support for kind layout, CRC encoding BTF features
 2023-11-10 11:15 UTC 

[PATCH bpf-next 0/4] BPF control flow graph and precision backtrack fixes
 2023-11-10  5:33 UTC  (18+ messages)
` [PATCH bpf-next 1/4] bpf: handle ldimm64 properly in check_cfg()
` [PATCH bpf-next 2/4] bpf: fix precision backtracking instruction iteration
` [PATCH bpf-next 3/4] bpf: fix control-flow graph checking in privileged mode
` [PATCH bpf-next 4/4] selftests/bpf: add more test cases for check_cfg()

[PATCH bpf 1/2] bpf: fix control-flow graph checking in privileged mode
 2023-11-10  7:10 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: add more test cases for check_cfg()

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-10  6:56 UTC  (16+ messages)
` [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v11 09/13] bpf: validate value_type
` [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v2 bpf 0/3] BPF control flow graph and precision backtrack fixes
 2023-11-10  5:50 UTC  (11+ messages)
` [PATCH v2 bpf 1/3] bpf: handle ldimm64 properly in check_cfg()
` [PATCH v2 bpf 2/3] bpf: fix precision backtracking instruction iteration
` [PATCH v2 bpf 3/3] selftests/bpf: add edge case backtracking logic test

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-10  5:51 UTC  (26+ messages)
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 14/21] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-10  5:48 UTC  (15+ 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 bpf 00/11] bpf: Fix the release of inner map
 2023-11-10  4:58 UTC  (12+ messages)
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers

[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-10  3:48 UTC  (18+ messages)
` [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-10  3:30 UTC  (2+ messages)

[Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
 2023-11-10  1:35 UTC  (15+ messages)
` [PATCH v3] "
  ` [Bpf] "

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf
 2023-11-10  0:21 UTC  (2+ messages)

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-09 22:29 UTC  (7+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS

[PATCH bpf-next] selftests/bpf: Fix pyperf180 compilation failure with llvm18
 2023-11-09 22:07 UTC  (6+ messages)

[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
 2023-11-09 21:39 UTC  (2+ messages)


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).