messages from 2023-08-16 06:09:21 to 2023-08-18 15:20:46 UTC [more...]
[PATCH v3 bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
2023-08-18 15:20 UTC (4+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests
[PATCH] bpf/tests: Enhance output on error and fix typos
2023-08-18 15:18 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall infinite loop
2023-08-18 15:12 UTC (3+ messages)
` [RFC PATCH bpf-next v2 1/2] "
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: Add testcases for tailcall infinite loop fixing
[bpf-next PATCH v1] samples/bpf: Cleanup repetitive swap function
2023-08-18 15:06 UTC (2+ messages)
[PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
2023-08-18 14:55 UTC (6+ messages)
` [PATCH v6 bpf 1/4] lwt: fix return values of BPF xmit ops
` [PATCH v6 bpf 2/4] lwt: check LWTUNNEL_XMIT_CONTINUE strictly
` [PATCH v6 bpf 3/4] selftests/bpf: add lwt_xmit tests for BPF_REDIRECT
` [PATCH v6 bpf 4/4] selftests/bpf: add lwt_xmit tests for BPF_REROUTE
[PATCH bpf-next 0/7] Support cpu v4 instructions for arm64
2023-08-18 14:04 UTC (9+ messages)
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests "
[PATCH v3 0/8] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-08-18 13:40 UTC (26+ 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-18 12:20 UTC (4+ messages)
[bpf-next 0/9] samples/bpf: make BPF programs more libbpf aware
2023-08-18 9:01 UTC (10+ messages)
` [bpf-next 1/9] samples/bpf: fix warning with ignored-attributes
` [bpf-next 2/9] samples/bpf: convert to vmlinux.h with tracing programs
` [bpf-next 3/9] samples/bpf: unify bpf program suffix to .bpf "
` [bpf-next 4/9] samples/bpf: fix symbol mismatch by compiler optimization
` [bpf-next 5/9] samples/bpf: make tracing programs to be more CO-RE centric
` [bpf-next 6/9] samples/bpf: fix bio latency check with tracepoint
` [bpf-next 7/9] samples/bpf: fix broken map lookup probe
` [bpf-next 8/9] samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro
` [bpf-next 9/9] samples/bpf: simplify spintest with kprobe.multi
[PATCH bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
2023-08-18 8:39 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Fix issue in verifying allow_ptr_leaks
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks
[PATCH bpf-next v14 0/4] bpf: Force to MPTCP
2023-08-18 8:24 UTC (6+ messages)
` [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v14 4/4] selftests/bpf: Add mptcpify test
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-18 7:30 UTC (9+ messages)
[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
2023-08-18 4:34 UTC (15+ 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
[RFC PATCH bpf-next 0/2] bpf, x64: Fix tailcall infinite loop bug
2023-08-18 2:10 UTC (4+ messages)
` [RFC PATCH bpf-next 1/2] "
[RFC bpf-next v3 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
2023-08-18 0:14 UTC (22+ messages)
` [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 net-next v2 1/6] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
2023-08-17 23:19 UTC (2+ messages)
` [PATCH net-next v2 2/6] bnxt_en: Let the page pool manage the DMA mapping
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 23:00 UTC (4+ messages)
[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
2023-08-17 22:11 UTC (7+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
2023-08-17 21:58 UTC (3+ messages)
` [PATCH bpf-next v5 13/21] ice: Implement checksum hint
[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-17 19:08 UTC (12+ 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 (11+ 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 (11+ 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 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 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
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 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 (3+ messages)
[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)
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