messages from 2023-08-15 15:19:50 to 2023-08-17 19:00:10 UTC [more...]
[RFC bpf-next v3 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
2023-08-17 19:00 UTC (19+ 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 v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-17 18:38 UTC (11+ messages)
` [PATCH v3 1/9] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v3 2/9] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v3 3/9] net/socket: Break down __sys_setsockopt
` [PATCH v3 4/9] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v3 5/9] selftests/net: Extract uring helpers to be reusable
` [PATCH v3 6/9] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v3 7/9] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
Masks and overflow of signed immediates in BPF instructions
2023-08-17 18:06 UTC (12+ messages)
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-17 17:52 UTC (8+ messages)
[linux-next:master] BUILD REGRESSION 47762f08697484cf0c2f2904b8c52375ed26c8cb
2023-08-17 17:51 UTC
[RFC PATCH bpf-next 0/2] bpf: Add a new kfunc bpf_current_capable
2023-08-17 17:48 UTC (14+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc
[PATCH bpf] libbpf: soften BTF map error
2023-08-17 17:07 UTC (3+ messages)
` "
[syzbot] [net?] INFO: rcu detected stall in unix_release
2023-08-17 16:30 UTC (6+ messages)
[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
2023-08-17 15:50 UTC (6+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
[bpf-next PATCH v1] samples/bpf: Cleanup repetitive swap function
2023-08-17 15:46 UTC
[PATCH 1/1] perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls
2023-08-17 15:44 UTC (2+ messages)
[PATCH RESEND v3 0/3] few fixes for synthetic trace events
2023-08-17 15:05 UTC (5+ 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
[PATCH bpf-next] bpf: Disable -Wmissing-declarations for globally-linked kfuncs
2023-08-17 14:45 UTC (7+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-08-17 12:44 UTC (8+ messages)
` [PATCH 12/34] sched_ext: "
[PATCH bpf-next v2 0/7] add BPF_F_PERMANENTLY flag for sockmap skmsg redirect
2023-08-17 12:05 UTC (4+ messages)
` [PATCH bpf-next v2 1/7] bpf, sockmap: add BPF_F_PERMANENTLY flag for "
[PATCH v3 0/8] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-08-17 8:58 UTC (18+ messages)
` [PATCH v3 1/8] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v3 2/8] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v3 3/8] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v3 4/8] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v3 5/8] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 6/8] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 7/8] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 8/8] Documentations: probes: Update fprobe document to use ftrace_regs
[PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-17 8:21 UTC (2+ messages)
Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
2023-08-17 6:34 UTC (3+ messages)
[PATCH bpf-next v4] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-17 5:07 UTC (3+ messages)
[syzbot] [net?] WARNING in dev_index_reserve
2023-08-17 4:19 UTC
[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
2023-08-17 3:22 UTC (13+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
` [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)
[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
[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-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 v2] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-16 16:58 UTC (11+ messages)
` [PATCH v3] "
[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 (4+ messages)
` [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 (12+ 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 (2+ 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 (7+ messages)
` [PATCH bpf-next 1/9] xsk: Support XDP_TX_METADATA_LEN
Can eBPF programs call kfuncs of out-of-tree modules?
2023-08-15 15:48 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox