bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 01:08:48 to 2023-10-19 12:28:56 UTC [more...]

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2023-10-19 12:28 UTC  (11+ messages)
        ` bpf indirect calls

[PATCH] samples: bpf: fix syscall_tp openat argument
 2023-10-19 11:35 UTC 

[PATCH] samples: bpf: fix syscall_tp openat argument
 2023-10-19 11:23 UTC 

[PATCH v3 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-19 11:07 UTC  (8+ messages)
` [PATCH v3 dwarves 1/5] btf_encoder, pahole: move btf encoding options into conf_load
` [PATCH v3 dwarves 2/5] dwarves: move ARRAY_SIZE() to dwarves.h
` [PATCH v3 dwarves 3/5] pahole: add --btf_features support
` [PATCH v3 dwarves 4/5] pahole: add --supported_btf_features
` [PATCH v3 dwarves 5/5] pahole: add --btf_features_strict to reject unknown BTF features

[PATCH v2 00/13] Improvements to memory use
 2023-10-19 11:02 UTC  (12+ messages)
` [PATCH v2 03/13] perf hist: Add missing puts to hist__account_cycles
` [PATCH v2 09/13] perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
` [PATCH v2 10/13] perf record: Lazy load kernel symbols
` [PATCH v2 12/13] perf mmap: Lazily initialize zstd streams
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

[PATCH] lib/Kconfig.debug: disable FRAME_WARN for kasan and kcsan
 2023-10-19 10:04 UTC  (5+ messages)

[PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-19  9:12 UTC  (4+ messages)
  ` [External] "

[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-19  8:47 UTC  (8+ messages)
` [bpf-next PATCH v2 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
` [bpf-next PATCH v2 3/4] kbuild: skip module BTF with one-time check for vmlinux
` [bpf-next PATCH v2 4/4] kbuild: refactor module BTF rule

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-19  8:42 UTC  (37+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v1 03/19] virtio_net: independent directory
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 05/19] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 07/19] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-19  8:05 UTC  (10+ messages)
` [PATCH bpf-next v6 07/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v6 08/18] xdp: Add VLAN tag hint

[PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-19  7:52 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
` [PATCH v2 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
` [PATCH v2 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
` [PATCH v2 bpf-next 4/7] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v2 bpf-next 5/7] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v2 bpf-next 6/7] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-19  7:25 UTC  (8+ messages)

[RFC PATCH bpf-next v2 0/9] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-19  6:41 UTC  (17+ messages)
` [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
` [RFC PATCH bpf-next v2 2/9] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [RFC PATCH bpf-next v2 3/9] cgroup: Add a new helper for cgroup1 hierarchy
` [RFC PATCH bpf-next v2 4/9] bpf: Add a new kfunc "

[PATCH 0/2] some fix of multi-gen lru
 2023-10-19  6:29 UTC  (9+ messages)
` [PATCH 1/2] tracing: mm: multigen-lru: fix mglru trace
` [PATCH 2/2] mm: multi-gen lru: fix stat count

[PATCH bpf] Fold smp_mb__before_atomic() into atomic_set_release()
 2023-10-19  6:20 UTC  (4+ messages)

[PATCH v6 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-19  6:11 UTC  (3+ messages)
` [PATCH v6 5/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[Bpf] ISA RFC compliance question
 2023-10-19  6:02 UTC  (3+ messages)

[PATCH] bpf, docs: Add additional ABI working draft base text
 2023-10-19  6:01 UTC  (3+ messages)
` [Bpf] "

[PATCH bpf-next v5 0/9] Registrating struct_ops types from modules
 2023-10-19  2:43 UTC  (13+ messages)
` [PATCH bpf-next v5 2/9] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v5 6/9] bpf, net: switch to dynamic registration
` [PATCH bpf-next v5 7/9] libbpf: Find correct module BTFs for struct_ops maps and progs

[PATCH net] tcp_bpf: properly release resources on error paths
 2023-10-19  1:20 UTC  (5+ messages)

[PATCH] PCI: pciehp: Prevent child devices from doing RPM on PCIe Link Down
 2023-10-19  1:06 UTC  (2+ messages)

Call for WG adoption: draft-thaler-bpf-isa-02
 2023-10-19  1:07 UTC  (3+ messages)
  ` [Bpf] "

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-19  0:20 UTC  (5+ messages)
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt

[PATCH bpf-next] bpf, docs: Define signed modulo as using truncated division
 2023-10-19  0:00 UTC  (9+ messages)
  ` [Bpf] "

[PATCH bpf-next 0/2] bpftool: Fix some json formatting for struct_ops
 2023-10-18 23:01 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpftool: fix printing of pointer value
` [PATCH bpf-next 2/2] bpftool: wrap struct_ops dump in an array

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-18 22:29 UTC  (9+ messages)
` [PATCHv2 1/2] tools/build: Fix -s detection code in tools/build/Makefile.build

[PATCH bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-18 18:36 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
` [PATCH bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
` [PATCH bpf-next 3/7] bpf: enhance subregister bounds deduction logic
` [PATCH bpf-next 4/7] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH bpf-next 5/7] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH bpf-next 6/7] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH bpf-next 7/7] selftests/bpf: BPF register range bounds tester

[PATCH v4 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-10-18 18:03 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v4 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v4 bpf-next 3/7] bpf: Add helpers for trampoline image management
` [PATCH v4 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v4 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
` [PATCH v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
` [PATCH v4 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-18 17:02 UTC  (4+ messages)
` [PATCH v1 bpf-next 10/11] bpf: tcp: Make WS, SACK, ECN configurable from BPF SYN Cookie

[PATCH v1 bpf-next 05/11] bpf: tcp: Add SYN Cookie generation SOCK_OPS hook
 2023-10-18 17:00 UTC  (2+ messages)

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-18 15:35 UTC  (6+ messages)

[PATCH] nfp: bpf: offload: Check prog before dereference
 2023-10-18 15:17 UTC  (2+ messages)

[PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
 2023-10-18 12:14 UTC  (5+ messages)

[PATCH bpf-next v2 0/7] bpf: Fixes for per-cpu kptr
 2023-10-18 11:33 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()
` [PATCH bpf-next v2 2/7] mm/percpu.c: introduce pcpu_alloc_size()
` [PATCH bpf-next v2 3/7] bpf: Re-enable unit_size checking for global per-cpu allocator
` [PATCH bpf-next v2 4/7] bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
` [PATCH bpf-next v2 5/7] bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
` [PATCH bpf-next v2 6/7] bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
` [PATCH bpf-next v2 7/7] selftests/bpf: Add more test cases for bpf memory allocator

[RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-10-18 10:50 UTC  (15+ messages)
` [RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks
` [RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls
` [RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks
` [RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook
` [RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook
` [RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook
` [RFC PATCH v2 07/14] drm/amdkfd: "
` [RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm
` [RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
` [RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
` [RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
` [RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
` [RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-10-18 10:40 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock

[PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead' typo
 2023-10-18 10:16 UTC  (3+ messages)

[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
 2023-10-18  9:17 UTC  (10+ messages)
` [PATCH vhost 02/22] virtio_ring: introduce virtqueue_dma_[un]map_page_attrs

[syzbot] [net?] Internal error in ip6_pol_route
 2023-10-18  9:15 UTC 

[PATCH bpf-next v2] selftests/bpf: add options and frags to xdp_hw_metadata
 2023-10-18  8:20 UTC  (2+ messages)

[RESEND PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-18  6:21 UTC  (10+ messages)
` [RESEND PATCH bpf-next v6 1/8] cgroup: Prepare for using css_task_iter_*() in BPF
` [RESEND PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs
` [RESEND PATCH bpf-next v6 3/8] bpf: Introduce task open coded "
` [RESEND PATCH bpf-next v6 4/8] bpf: Introduce css open-coded "
` [RESEND PATCH bpf-next v6 5/8] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
` [RESEND PATCH bpf-next v6 6/8] bpf: Let bpf_iter_task_new accept null task ptr
` [RESEND PATCH bpf-next v6 7/8] selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
` [RESEND PATCH bpf-next v6 8/8] selftests/bpf: Add tests for open-coded task and css iter

[PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-18  6:03 UTC  (4+ messages)
` [PATCH bpf-next v6 1/8] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v6 3/8] bpf: Introduce task open coded "

[PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
 2023-10-18  1:42 UTC  (3+ 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).