BPF List
 help / color / mirror / Atom feed
 messages from 2023-07-09 02:56:58 to 2023-07-11 03:28:29 UTC [more...]

[PATCH 0/1] Specify twos complement format for signed integers
 2023-07-11  3:28 UTC  (12+ messages)
` [Bpf] "
` [PATCH 1/1] bpf, docs: Specify twos complement as "
  ` [Bpf] "

[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-11  3:10 UTC  (8+ messages)
` [PATCH net-next V1 1/4] virtio_net: extract interrupt coalescing settings to a structure
` [PATCH net-next V1 2/4] virtio_net: extract get/set interrupt coalesce to a function
` [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V1 4/4] virtio_net: enable per queue interrupt coalesce feature

[PATCH bpf-next v2 0/2] bpf: Introduce user log
 2023-07-11  3:10 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] bpf: Introduce bpf generic log
` [PATCH bpf-next v2 2/2] bpf: Introduce bpf user log

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-11  2:58 UTC  (18+ messages)
` [PATCH vhost v11 01/10] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v11 02/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 04/10] virtio_ring: support add premapped buf
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v11 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v11 07/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v11 08/10] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v11 09/10] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

[PATCH bpf-next 0/3] bpf: Introduce union trusted
 2023-07-11  2:56 UTC  (7+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce BTF_TYPE_SAFE_TRUSTED_UNION
` [PATCH bpf-next 2/3] selftests/bpf: Add selftests for BTF_TYPE_SAFE_TRUSTED_UNION
` [PATCH bpf-next 3/3] bpf: Fix an error in verifying a field in a union

[PATCH bpf-next] libbpf: fix realloc API handling in zero-sized edge cases
 2023-07-11  2:41 UTC 

[RESEND PATCH net-next-mlx5 V1 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-11  2:13 UTC  (7+ messages)
` [RESEND PATCH net-next-mlx5 V1 1/4] virtio_net: extract interrupt coalescing settings to a structure
` [RESEND PATCH net-next-mlx5 V1 2/4] virtio_net: extract get/set interrupt coalesce to a function
` [RESEND PATCH net-next-mlx5 V1 3/4] virtio_net: support per queue interrupt coalesce command
` [RESEND PATCH net-next-mlx5 V1 4/4] virtio_net: enable per queue interrupt coalesce feature

[syzbot] [bpf?] [reiserfs?] WARNING: locking bug in corrupted (2)
 2023-07-11  1:53 UTC 

[PATCH v3] perf/core: Bail out early if the request AUX area is out of bound
 2023-07-11  1:41 UTC 

[PATCH bpf-next] bpf,docs: Create new standardization subdirectory
 2023-07-11  1:20 UTC  (3+ messages)
` [Bpf] [PATCH bpf-next] bpf, docs: "

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

[Bpf] [PATCH bpf-next v3] bpf, docs: Improve English readability
 2023-07-11  1:12 UTC  (4+ messages)
`  "

[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
 2023-07-11  1:09 UTC  (3+ messages)
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-11  0:41 UTC  (3+ messages)

[PATCH bpf-next v3 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-11  0:37 UTC  (3+ messages)
` [PATCH bpf-next v3 6/6] bpf: selftests: Add defrag selftests

[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
 2023-07-11  0:23 UTC  (10+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v4 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v4 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v4 4/8] libbpf: Add link-based "
` [PATCH bpf-next v4 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v4 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v4 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v4 8/8] selftests/bpf: Add mprog API tests for BPF tcx links

[PATCH v2] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
 2023-07-11  0:06 UTC  (3+ messages)

[PATCH net] docs: netdev: update the URL of the status page
 2023-07-10 23:52 UTC  (2+ messages)

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-10 23:42 UTC  (13+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object

[PATCH bpf-next v3 0/8] BPF link support for tc BPF programs
 2023-07-10 22:46 UTC  (22+ messages)
` [PATCH bpf-next v3 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v3 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v3 6/8] bpftool: Extend net dump with tcx progs

[PATCH bpf-next v2 0/4] bpftool: Fix skeletons compilation for older kernels
 2023-07-10 22:40 UTC  (2+ messages)

[BUG] perf test: Regression because of d6e6286a12e7
 2023-07-10 21:36 UTC 

[PATCH v2 2/2] libbpf: fix some typo of hashmap init
 2023-07-10 21:12 UTC  (3+ messages)

pahole 1.25 SIGSEGV when building kernel (-j when cores > 81)
 2023-07-10 20:00 UTC  (3+ messages)

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-10 18:12 UTC  (21+ messages)
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
            ` [xdp-hints] "
` [PATCH bpf-next v2 15/20] net, xdp: allow metadata > 32

[PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-07-10 18:04 UTC  (5+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-10 17:55 UTC  (5+ messages)
` [PATCHv3 bpf-next 05/26] bpf: Add bpf_get_func_ip helper support for "

[PATCH v2] samples/bpf: Add more instructions to build dependencies and, configuration in README.rst
 2023-07-10 17:21 UTC  (10+ messages)

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-10 17:18 UTC  (7+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-07-10 13:15 UTC  (10+ messages)

[PATCH V2 net 0/4] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-10 12:58 UTC  (5+ messages)
` [PATCH V2 net 2/4] net: fec: recycle pages for transmitted XDP frames

[Patch v2] perf/core: Bail out early if the request AUX area is out of bound
 2023-07-10 12:26 UTC  (4+ messages)

[PATCH RESEND bpf-next v8 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-10 10:48 UTC  (4+ messages)
` [PATCH RESEND bpf-next v8 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH RESEND bpf-next v8 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH RESEND bpf-next v8 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments

[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
 2023-07-10  7:41 UTC 

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-10  6:16 UTC  (6+ messages)
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring

[PATCH] samples/bpf: Fix compilation failure for samples/bpf on Loongarch Fedora
 2023-07-10  5:54 UTC  (4+ messages)
  ` [PATCH v2] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[PATCH v2] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
 2023-07-10  5:25 UTC 

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-10  4:45 UTC  (11+ messages)
` [PATCH v4 bpf-next 09/14] bpf: Allow reuse from waiting_for_gp_ttrace list

[PATCH AUTOSEL 4.14 2/4] bpf: Address KCSAN report on bpf_lru_list
 2023-07-09 15:16 UTC 

[PATCH AUTOSEL 4.19 2/5] bpf: Address KCSAN report on bpf_lru_list
 2023-07-09 15:16 UTC 

[PATCH AUTOSEL 5.4 2/6] bpf: Address KCSAN report on bpf_lru_list
 2023-07-09 15:16 UTC 

[PATCH AUTOSEL 5.10 3/7] bpf: Address KCSAN report on bpf_lru_list
 2023-07-09 15:15 UTC 

[PATCH AUTOSEL 5.15 03/10] bpf: Address KCSAN report on bpf_lru_list
 2023-07-09 15:15 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/10] bpf: tcp: Avoid taking fast sock lock in iterator

[PATCH AUTOSEL 6.1 02/18] bpf: Print a warning only if writing to unprivileged_bpf_disabled
 2023-07-09 15:14 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 05/18] bpf: Address KCSAN report on bpf_lru_list
` [PATCH AUTOSEL 6.1 06/18] bpf: tcp: Avoid taking fast sock lock in iterator

[PATCH AUTOSEL 6.3 02/22] bpf: Print a warning only if writing to unprivileged_bpf_disabled
 2023-07-09 15:13 UTC  (4+ messages)
` [PATCH AUTOSEL 6.3 05/22] bpf: Address KCSAN report on bpf_lru_list
` [PATCH AUTOSEL 6.3 06/22] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH AUTOSEL 6.3 07/22] bpf: Silence a warning in btf_type_id_size()

[PATCH AUTOSEL 6.4 02/26] bpf: Print a warning only if writing to unprivileged_bpf_disabled
 2023-07-09 15:12 UTC  (5+ messages)
` [PATCH AUTOSEL 6.4 05/26] bpf: Address KCSAN report on bpf_lru_list
` [PATCH AUTOSEL 6.4 07/26] bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
` [PATCH AUTOSEL 6.4 08/26] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH AUTOSEL 6.4 10/26] bpf: Silence a warning in btf_type_id_size()

[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-07-09  2:56 UTC  (3+ messages)
` [PATCH v7 bpf-next 09/10] bpftool: Add perf event names
` [PATCH v7 bpf-next 10/10] bpftool: Show perf link info


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