bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 17:53:06 to 2023-03-18 17:41:02 UTC [more...]

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (28+ messages)
` [PATCHv3 bpf-next 1/9] mm: "
` [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
` [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
` [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test

[PATCH bpf-next v8 0/8] Transit between BPF TCP congestion controls
 2023-03-18  5:31 UTC  (9+ messages)
` [PATCH bpf-next v8 1/8] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v8 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v8 3/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v8 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v8 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v8 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v8 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v8 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms

[PATCH bpf-next v7 0/8] Transit between BPF TCP congestion controls
 2023-03-18  5:38 UTC  (32+ messages)
` [PATCH bpf-next v7 1/8] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v7 3/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v7 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v7 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link

[PATCH v4 net-next 0/2] add some detailed data when reading softnet_stat
 2023-03-18  4:00 UTC  (8+ messages)
` [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior

[PATCHSET v3] sched: Implement BPF extensible scheduler class
 2023-03-18  2:05 UTC  (33+ messages)
` [PATCH 01/32] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/32] sched: Encapsulate task attribute change sequence into a helper macro
` [PATCH 03/32] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 04/32] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 05/32] sched: Add sched_class->reweight_task()
` [PATCH 06/32] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/32] sched: Factor out cgroup weight conversion functions
` [PATCH 08/32] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK()
` [PATCH 09/32] sched: Enumerate CPU cgroup file types
` [PATCH 10/32] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 11/32] sched: Add normal_policy()
` [PATCH 12/32] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 14/32] sched_ext: Add scx_example_simple and scx_example_qmap example schedulers
` [PATCH 15/32] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 16/32] sched_ext: Implement runnable task stall watchdog
` [PATCH 17/32] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 18/32] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 19/32] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 20/32] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 21/32] sched_ext: Add task state tracking operations
` [PATCH 22/32] sched_ext: Implement tickless support
` [PATCH 23/32] sched_ext: Track tasks that are subjects of the in-flight SCX operation
` [PATCH 24/32] sched_ext: Add cgroup support
` [PATCH 25/32] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 26/32] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 27/32] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 28/32] sched_ext: Implement core-sched support
` [PATCH 29/32] sched_ext: Add vtime-ordered priority queue to dispatch_q's
` [PATCH 30/32] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 31/32] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 32/32] sched_ext: Add a rust userspace hybrid example scheduler

bpf_timer memory utilization
 2023-03-18  1:41 UTC  (4+ messages)

[PATCH bpf-next 0/2] error checking where helpers call bpf_map_ops
 2023-03-18  1:13 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf/selftests: coverage for bpf_map_ops errors
` [PATCH bpf-next 2/2] bpf: return long from bpf_map_ops funcs

[PATCH bpf-next 0/6] BPF verifier rotating log
 2023-03-17 23:12 UTC  (10+ messages)
` [PATCH bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
` [PATCH bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH bpf-next 4/6] libbpf: don't enfore verifier log levels on libbpf side
` [PATCH bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
` [PATCH bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests

[PATCH V4 bpf-next] BPF, docs: libbpf Overview Document
 2023-03-17 23:19 UTC  (3+ messages)

[PATCH bpf-next v2] selftests/bpf: add --json-summary option to test_progs
 2023-03-17 23:10 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] bpf: Add detection of kfuncs
 2023-03-17 23:00 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Allow ld_imm64 instruction to point to kfunc
` [PATCH v2 bpf-next 2/4] libbpf: Fix relocation of kfunc ksym in ld_imm64 insn
` [PATCH v2 bpf-next 3/4] libbpf: Introduce bpf_ksym_exists() macro
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add test for bpf_ksym_exists()

[PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error
 2023-03-17 22:24 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
 2023-03-17 22:08 UTC  (2+ messages)

[PATCH bpf-next V1 0/7] XDP-hints kfuncs for Intel driver igc
 2023-03-17 21:21 UTC  (11+ messages)
` [PATCH bpf-next V1 1/7] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
` [PATCH bpf-next V1 2/7] igc: enable and fix RX hash usage by netstack
` [PATCH bpf-next V1 3/7] selftests/bpf: xdp_hw_metadata track more timestamps
` [PATCH bpf-next V1 4/7] selftests/bpf: xdp_hw_metadata RX hash return code info
` [PATCH bpf-next V1 5/7] igc: add igc_xdp_buff wrapper for xdp_buff in driver
` [PATCH bpf-next V1 6/7] igc: add XDP hints kfuncs for RX timestamp
` [PATCH bpf-next V1 7/7] igc: add XDP hints kfuncs for RX hash

[PATCH] module/decompress: Never use kunmap() for local un-mappings
 2023-03-17 19:04 UTC  (2+ messages)

[PATCH v2] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
 2023-03-17 18:14 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench
 2023-03-17 16:51 UTC  (3+ messages)

[PATCH bpf-next 0/6] BPF verifier rotating log
 2023-03-17 16:47 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
` [PATCH bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH bpf-next 4/6] libbpf: don't enfore verifier log levels on libbpf side
` [PATCH bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
` [PATCH bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests

[PATCH bpf-next 0/2] bpf: Add detection of kfuncs
 2023-03-17 16:28 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc
` [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_kfunc_exists()

[PATCH 0/5] usermode_driver: Add management library and API
 2023-03-17 14:52 UTC  (6+ messages)
` [PATCH 1/5] usermode_driver: Introduce umd_send_recv() from bpfilter
` [PATCH 2/5] usermode_driver_mgmt: Introduce management of user mode drivers
` [PATCH 3/5] bpfilter: Port to user mode driver management API
` [PATCH 4/5] selftests/umd_mgmt: Add selftests for UMD management library
` [PATCH 5/5] doc: Add documentation for the User Mode Driver "

[PATCH bpf-next 0/2] double-fix bpf_test_run + XDP_PASS recycling
 2023-03-17 13:40 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf, test_run: fix crashes due to XDP frame overwriting/corruption
` [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack

[PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-17 13:36 UTC  (6+ messages)
` [PATCH bpf-next v3 3/4] "

[PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc
 2023-03-17 13:10 UTC  (2+ messages)

[PATCH bpf-next] kallsyms: move find_kallsyms_symbol_value out of internal header
 2023-03-17 12:50 UTC  (2+ messages)

[PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
 2023-03-17  6:04 UTC  (4+ messages)

[PATCH net v2] net: xdp: don't call notifiers during driver init
 2023-03-17  4:40 UTC  (2+ messages)

[PATCH net] net: atlantic: Fix crash when XDP is enabled but no program is loaded
 2023-03-17  0:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
 2023-03-17  0:40 UTC  (10+ messages)

[PATCH v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-16 22:37 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/3] bpf: Add bpf_sock_destroy kfunc

[PATCH net] net: xdp: don't call notifiers during driver init
 2023-03-16 21:59 UTC  (5+ messages)

[PATCH bpf v3] xsk: Add missing overflow check in xdp_umem_reg
 2023-03-16 21:13 UTC  (3+ messages)

[PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore
 2023-03-16 21:10 UTC  (2+ messages)

[PATCH] bpf: remove misleading spec_v1 check on var-offset stack read
 2023-03-16 21:10 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-16 20:20 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] Make struct bpf_cpumask RCU safe
 2023-03-16 19:40 UTC  (2+ messages)

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-03-16 18:55 UTC  (12+ 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 NNTP newsgroup(s).