public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-14 17:29:40 to 2023-08-17 03:58:02 UTC [more...]

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-17  3:57 UTC  (5+ messages)

[PATCH bpf-next] bpf: Disable -Wmissing-declarations for globally-linked kfuncs
 2023-08-17  3:48 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: Add a new kfunc bpf_current_capable
 2023-08-17  3:30 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc

[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
 2023-08-17  3:22 UTC  (16+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
` [RFC PATCH v2 2/5] mm: Add policy_name to identify OOM policies
` [RFC PATCH v2 3/5] mm: Add a tracepoint when OOM victim selection is failed
` [RFC PATCH v2 4/5] bpf: Add a OOM policy test
` [PATCH RFC v2 0/5] mm: Select victim using bpf_oom_evaluate_task

pull-request: bpf-next 2023-08-16
 2023-08-17  3:20 UTC  (2+ messages)

[syzbot] [net?] INFO: rcu detected stall in unix_release
 2023-08-17  2:58 UTC  (5+ messages)

[RFC bpf-next v3 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-17  1:25 UTC  (15+ 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

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

[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
 2023-08-16 21:00 UTC  (9+ messages)
` [RFC][PATCH v2 02/13] "
` [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search

[linux-next:master] BUILD REGRESSION ef66bf8aeb91fd331cf8f5dca8f9d7bca9ab2849
 2023-08-16 20:11 UTC 

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-08-16 19:20 UTC  (4+ messages)
` [PATCH 12/34] sched_ext: "

[syzbot] [net?] WARNING in dev_index_reserve
 2023-08-16 19:07 UTC 

[PATCH] [v3] kallsyms: rework symbol lookup return codes
 2023-08-16 19:04 UTC  (2+ messages)

[PATCH bpf-next v14 0/4] bpf: Force to MPTCP
 2023-08-16 19:00 UTC  (7+ messages)
` [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v14 2/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v14 3/4] selftests/bpf: Fix error checks of mptcp open_and_load
` [PATCH bpf-next v14 4/4] selftests/bpf: Add mptcpify test

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

[PATCH bpf] libbpf: soften BTF map error
 2023-08-16 17:30 UTC 

[PATCH bpf-next 1/2] bpftool: Implement link show support for tcx
 2023-08-16 17:20 UTC  (6+ messages)
` [PATCH bpf-next 2/2] bpftool: Implement link show support for xdp

[PATCH bpf-next v4] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-16 16:58 UTC  (2+ messages)

[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-16 16:58 UTC  (11+ messages)
` [PATCH v3] "

[PATCH RESEND v3 0/3] few fixes for synthetic trace events
 2023-08-16 15:49 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts
` [PATCH RESEND v3 2/3] tracing/synthetic: skip first entry for stack traces
` [PATCH RESEND v3 3/3] tracing/synthetic: allocate one additional element for size

Masks and overflow of signed immediates in BPF instructions
 2023-08-16 16:22 UTC  (6+ messages)

[PATCH v5 bpf 0/4] lwt: fix return values of BPF ops
 2023-08-16 15:21 UTC  (8+ messages)
` [PATCH v5 bpf 1/4] "
` [PATCH v5 bpf 2/4] lwt: check LWTUNNEL_XMIT_CONTINUE strictly
` [PATCH v5 bpf 3/4] selftests/bpf: add lwt_xmit tests for BPF_REDIRECT
` [PATCH v5 bpf 4/4] selftests/bpf: add lwt_xmit tests for BPF_REROUTE

[PATCH v6 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-16 14:50 UTC  (2+ messages)

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

[PATCH V6 net-next 0/2] net: fec: add XDP_TX feature support
 2023-08-16 12:57 UTC  (6+ messages)
` [PATCH V6 net-next 1/2] "
` [PATCH V6 net-next 2/2] net: fec: improve XDP_TX performance

Warning when compiling with python3.12
 2023-08-16 12:21 UTC  (2+ messages)
` [PATCH] Fix invalid escape sequence warnings

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

[PATCH bpf-next v5] libbpf: Expose API to consume one ring at a time
 2023-08-16  7:57 UTC  (4+ messages)

[PATCH bpf-next v2] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-16  6:04 UTC  (3+ messages)

[PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-08-16  4:59 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
` [PATCH bpf-next 2/2] bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_free

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-08-16  3:22 UTC  (13+ messages)
` [PATCH vhost v13 05/12] virtio_ring: introduce virtqueue_dma_dev()

[PATCH bpf-next 0/7] Support cpu v4 instructions for arm64
 2023-08-16  2:31 UTC  (12+ 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

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

[Question] test_skeleton selftest build failure on LLVM main
 2023-08-16  0:39 UTC  (2+ messages)

[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 1/2] mm, oom: Introduce bpf_select_task
 2023-08-15 19:52 UTC  (13+ messages)
                `  "

[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

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

[PATCH net-next v6 0/6] introduce page_pool_alloc() related API
 2023-08-15 15:12 UTC  (5+ messages)
` [PATCH net-next v6 5/6] page_pool: update document about frag API

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  (5+ messages)
` [RFC PATCH bpf-next 1/2] "

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-08-15  8:59 UTC  (3+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog

[PATCH RFC 4/4] fs: allow mknod in non-initial userns using cgroup device guard
 2023-08-15  7:49 UTC  (3+ messages)

[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

[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  (4+ messages)
` [PATCH 2/8] Documentation/sphinx: fix "

[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  (6+ messages)
    ` [External] "
  `  "

[PATCH bpf-next 0/2] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-14 18:30 UTC  (7+ messages)

[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  (3+ messages)
` [PATCH bpf-next 11/15] selftests/bpf: Add tests for cgrp_local_storage with "
` [PATCH bpf-next 15/15] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated


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