public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-12 10:48:07 to 2023-08-16 00:03:31 UTC [more...]

[RFC bpf-next v3 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-16  0:03 UTC  (11+ messages)
` [RFC bpf-next v3 1/5] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next v3 2/5] libbpf: add sleepable sections for {get,set}sockopt()
` [RFC bpf-next v3 3/5] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v3 4/5] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v3 5/5] selftests/bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type

[Question] test_skeleton selftest build failure on LLVM main
 2023-08-15 23:20 UTC 

[PATCH bpf-next v2] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-15 21:40 UTC  (2+ messages)

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-15 19:52 UTC  (16+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
                    `  "

[PATCH mptcp-next v13 0/4] bpf: Force to MPTCP
 2023-08-15 18:57 UTC  (5+ messages)
` [PATCH mptcp-next v13 4/4] selftests/bpf: Add mptcpify test

[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-15 18:45 UTC  (2+ messages)

[PATCH bpf-next 0/9] xsk: TX metadata
 2023-08-15 18:21 UTC  (15+ messages)
` [PATCH bpf-next 1/9] xsk: Support XDP_TX_METADATA_LEN
` [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support
` [PATCH bpf-next 4/9] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload

[PATCH bpf-next v2] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-15 18:20 UTC  (2+ messages)

Masks and overflow of signed immediates in BPF instructions
 2023-08-15 17:28 UTC  (4+ messages)

[PATCH bpf-next 0/7] Support cpu v4 instructions for arm64
 2023-08-15 16:57 UTC  (9+ messages)
` [PATCH bpf-next 1/7] arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW
` [PATCH bpf-next 2/7] bpf, arm64: Support sign-extension load instructions
` [PATCH bpf-next 3/7] bpf, arm64: Support sign-extension mov instructions
` [PATCH bpf-next 4/7] bpf, arm64: Support unconditional bswap
` [PATCH bpf-next 5/7] bpf, arm64: Support 32-bit offset jmp instruction
` [PATCH bpf-next 6/7] bpf, arm64: Support signed div/mod instructions
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for arm64

Can eBPF programs call kfuncs of out-of-tree modules?
 2023-08-15 15:48 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] bpf: Add a new kfunc bpf_current_capable
 2023-08-15 15:19 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add selftest for bpf_current_capable

[PATCH bpf-next v3] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-15 15:16 UTC  (3+ messages)

[PATCH net-next v6 0/6] introduce page_pool_alloc() related API
 2023-08-15 15:12 UTC  (6+ messages)
` [PATCH net-next v6 5/6] page_pool: update document about frag API
` [PATCH net-next v6 6/6] net: veth: use newly added page pool API for veth with xdp

WARNING in __tun_detach
 2023-08-15 14:54 UTC 

[RFC PATCH bpf-next 0/2] bpf, x64: Fix tailcall infinite loop bug
 2023-08-15 14:35 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] "
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add testcases for tailcall infinite loop bug fixing

[PATCH v1 0/4] Remove BPF event support
 2023-08-15 14:25 UTC  (3+ messages)
` [PATCH v1 2/4] perf trace: Migrate BPF augmentation to use a skeleton

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-08-15 14:09 UTC  (3+ messages)
` [PATCH bpf-next v4 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-08-15 11:57 UTC  (10+ messages)
` [PATCH vhost v13 05/12] virtio_ring: introduce virtqueue_dma_dev()

[syzbot] [net?] INFO: rcu detected stall in unix_release
 2023-08-15 11:28 UTC  (3+ messages)

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-08-15  8:59 UTC  (10+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
` [PATCH RFC 2/4] bpf: provide cgroup_device_guard in bpf_prog_info to user space
` [PATCH RFC 3/4] device_cgroup: wrapper for bpf cgroup device guard
` [PATCH RFC 4/4] fs: allow mknod in non-initial userns using "

[PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support
 2023-08-15  7:39 UTC  (4+ messages)
` [PATCH V6 net-next 1/2] "
` [PATCH V6 net-next 2/2] net: fec: improve XDP_TX performance

[PATCH bpf-next v3 0/2] Update and document struct_ops
 2023-08-15  5:40 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Support default .validate() and .update() behavior for struct_ops links
` [PATCH bpf-next v3 2/2] bpf: Document struct bpf_struct_ops fields

[PATCH bpf-next] selftests/bpf: Add various more tcx test cases
 2023-08-15  5:30 UTC  (2+ messages)

[PATCH net-next 01/12] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
 2023-08-15  4:56 UTC  (2+ messages)
` [PATCH net-next 02/12] bnxt_en: Let the page pool manage the DMA mapping

[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
 2023-08-15  2:28 UTC  (4+ messages)
` [RFC PATCH v2 2/5] mm: Add policy_name to identify OOM policies

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-12  8:01 UTC  (5+ messages)
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support

Fwd: AF-XDP program in multi-process/multi-threaded configuration IO_PAGEFAULT
 2023-08-15  0:39 UTC 

[PATCH 0/8] Fix Python string escapes
 2023-08-14 23:26 UTC  (11+ messages)
` [PATCH 1/8] ia64: fix "
` [PATCH 2/8] Documentation/sphinx: "
` [PATCH 3/8] drivers/comedi: "
` [PATCH 4/8] scripts: "
` [PATCH 5/8] tools/perf: "
` [PATCH 6/8] tools/power: "
` [PATCH 7/8] selftests/bpf: "
` [PATCH 8/8] selftests/bpf: fix Python string escapes in f-strings

[RFC bpf-next v2 0/6] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-14 20:16 UTC  (8+ messages)
` [RFC bpf-next v2 4/6] bpf: Provide bpf_copy_from_user() and bpf_copy_to_user()

LPC 2023 Networking and BPF Track CFP
 2023-08-14 19:37 UTC  (2+ messages)
` LPC 2023 Networking and BPF Track CFP (Reminder)

[PATCH bpf-next] libbpf: set close-on-exec flag on gzopen
 2023-08-14 19:22 UTC  (7+ messages)
    ` [External] "
  `  "

[PATCH bpf-next 0/2] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-14 18:30 UTC  (13+ messages)
` [PATCH bpf-next 1/2] riscv: Extend patch_text_nosync() for multiple pages

[PATCH bpf-next] bpf: Support default .validate() and .update() behavior for struct_ops links
 2023-08-14 17:45 UTC  (10+ messages)

[PATCH bpf-next 00/15] Add support for local percpu kptr
 2023-08-14 17:29 UTC  (16+ messages)
` [PATCH bpf-next 01/15] bpf: Add support for non-fix-size percpu mem allocation
` [PATCH bpf-next 02/15] bpf: Add BPF_KPTR_PERCPU_REF as a field type
` [PATCH bpf-next 03/15] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next 04/15] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next 05/15] selftests/bpf: Update error message in negative linked_list test
` [PATCH bpf-next 06/15] libbpf: Add __percpu macro definition
` [PATCH bpf-next 07/15] selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
` [PATCH bpf-next 08/15] selftests/bpf: Add tests for array map with local percpu kptr
` [PATCH bpf-next 09/15] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next 10/15] selftests/bpf: Remove unnecessary direct read of local percpu kptr
` [PATCH bpf-next 11/15] selftests/bpf: Add tests for cgrp_local_storage with "
` [PATCH bpf-next 12/15] bpf: Allow bpf_spin_lock and bpf_list_head in allocated percpu data structure
` [PATCH bpf-next 13/15] selftests/bpf: Add tests for percpu struct with bpf list head
` [PATCH bpf-next 14/15] selftests/bpf: Add some negative tests
` [PATCH bpf-next 15/15] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated

[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
 2023-08-14 17:13 UTC  (15+ messages)
` [RFC][PATCH v2 02/13] "
` [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search
` [RFC][PATCH v2 04/13] integrity/digest_cache: Prefetch digest lists in a directory
` [RFC][PATCH v2 05/13] integrity/digest_cache: Parse tlv digest lists
` [RFC][PATCH v2 06/13] integrity/digest_cache: Parse rpm "
` [RFC][PATCH v2 07/13] ima: Add digest_cache policy keyword
` [RFC][PATCH v2 08/13] ima: Use digest cache for measurement
` [RFC][PATCH v2 09/13] ima: Use digest cache for appraisal
` [RFC][PATCH v2 10/13] tools: Add tool to manage digest lists
` [RFC][PATCH v2 11/13] tools/digest-lists: Add tlv digest list generator and parser
` [RFC][PATCH v2 12/13] tools/digest-lists: Add rpm "
` [RFC][PATCH v2 13/13] docs: Add documentation of the integrity digest cache

[bpf-next] selftests/bpf: clean-up fmod_ret in bench_rename test script
 2023-08-14 16:50 UTC  (2+ messages)

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-08-14 16:17 UTC  (9+ messages)

[bpf-next] selftests/bpf: fix repeat option when kfunc_call verify fail
 2023-08-14 16:10 UTC  (2+ messages)

[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
 2023-08-14 12:34 UTC  (2+ messages)

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-08-14 12:08 UTC  (2+ messages)

[syzbot] [modules?] general protection fault in sys_finit_module
 2023-08-13 16:02 UTC  (3+ messages)

[PATCH v6 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-13 14:19 UTC  (3+ messages)
` [PATCH v6 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH v6 bpf-next 2/2] selftests/bpf: Add selftest for fill_link_info

[syzbot] [net?] possible deadlock in br_forward_delay_timer_expired
 2023-08-13  8:07 UTC 

[PATCH bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
 2023-08-13  5:43 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests

[PATCH v5 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-13  3:15 UTC  (6+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Add selftest for fill_link_info

[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-13  2:08 UTC  (10+ messages)
` [PATCH v3] "


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