BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-10 02:48:39 to 2023-11-11 20:16:59 UTC [more...]

[PATCH v2 bpf-next 0/8] BPF verifier log improvements
 2023-11-11 20:16 UTC  (6+ 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 4/8] bpf: print spilled register state in stack slot
` [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] perf: get_perf_callchain return NULL for crosstask
 2023-11-11 20:16 UTC  (2+ messages)

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

[PATCH v2 0/3] samples: introduce cgroup events listeners
 2023-11-11 13:39 UTC  (6+ 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 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  (17+ 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

[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
 2023-11-11  4:38 UTC 

[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
 2023-11-11  4:29 UTC  (16+ 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

[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  (13+ 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

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2023-11-11  2:48 UTC  (37+ 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 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 21/36] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [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

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

[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  (5+ messages)

[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  (7+ messages)
` [PATCH bpf-next 3/4] bpf: fix control-flow graph checking in privileged mode

[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  (2+ messages)

[PATCH v2 bpf 0/3] BPF control flow graph and precision backtrack fixes
 2023-11-10  5:50 UTC  (9+ messages)
` [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  (18+ messages)
` [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 00/11] bpf: Fix the release of inner map
 2023-11-10  4:58 UTC  (11+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox