messages from 2022-09-23 06:37:52 to 2022-09-26 23:19:11 UTC [more...]
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-09-26 23:17 UTC (4+ messages)
` [PATCH 01/26] bpf: verifier: Allow for multiple packets
` [PATCH 02/26] bpf: verifier: Allow single packet invalidation
` [PATCH 03/26] fuse-bpf: Update uapi for fuse-bpf
Question about ktime_get_mono_fast_ns() non-monotonic behavior
2022-09-26 21:18 UTC
[bug report] one possible out-of-order issue in sockmap
2022-09-26 21:16 UTC (4+ messages)
[PATCH net 3/3] i40e: Fix DMA mappings leak
2022-09-26 20:32 UTC
[RESEND PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
2022-09-26 20:29 UTC (3+ messages)
` [RESEND PATCH bpf-next 1/2] bpf, arm64: "
[PATCH v2] headers: Remove some left-over license text
2022-09-26 19:49 UTC (2+ messages)
[PATCH bpf-next] bpf,x64: use shrx/sarx/shlx when available
2022-09-26 19:16 UTC (5+ messages)
` [PATCH bpf-next v2 0/2] bpf,x64: Use BMI2 for shifts
` [PATCH bpf-next v2 1/2] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v2 2/2] bpf: Add selftests for lsh, rsh, arsh with reg operand
[PATCH bpf-next v11 0/5] Parameterize task iterators
2022-09-26 18:49 UTC (6+ messages)
` [PATCH bpf-next v11 1/5] bpf: "
` [PATCH bpf-next v11 2/5] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v11 3/5] bpf: Handle show_fdinfo "
` [PATCH bpf-next v11 4/5] selftests/bpf: Test "
` [PATCH bpf-next v11 5/5] bpftool: Show parameters of BPF task iterators
[PATCH v2 bpf-next 0/2] enforce W^X for trampoline and dispatcher
2022-09-26 18:47 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: use bpf_prog_pack for bpf_dispatcher
` [PATCH v2 bpf-next 2/2] bpf: Enforce W^X for bpf trampoline
[PATCH net-next] xdp: improve page_pool xdp_return performance
2022-09-26 18:40 UTC (2+ messages)
Closing the BPF map permission loophole
2022-09-26 18:39 UTC (12+ messages)
[PATCHv5 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-09-26 18:28 UTC (8+ messages)
` [PATCHv5 bpf-next 1/6] kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flag
` [PATCHv5 bpf-next 2/6] ftrace: Keep the resolved addr in kallsyms_callback
` [PATCHv5 bpf-next 3/6] bpf: Use given function address for trampoline ip arg
` [PATCHv5 bpf-next 4/6] bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
` [PATCHv5 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
` [PATCHv5 bpf-next 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-09-26 17:43 UTC (4+ messages)
[bpf-next v6 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-09-26 16:20 UTC (5+ messages)
` [bpf-next v6 2/3] bpftool: Update doc (add autoattach to prog load)
` [bpf-next v6 3/3] bpftool: Update the bash completion(add "
[PATCH bpf] skmsg: schedule psock work if the cached skb exists on the psock
2022-09-26 16:00 UTC (2+ messages)
[PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
2022-09-26 16:00 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
2022-09-26 15:54 UTC (6+ messages)
[RFC][PATCH 0/3] bpf: Enforce map fd modes in verifier
2022-09-26 15:44 UTC (4+ messages)
` [RFC][PATCH 1/3] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [RFC][PATCH 2/3] bpf: Enforce granted permissions in a map fd at verifier level
` [RFC][PATCH 3/3] selftests/bpf: Test enforcement of map fd permissions "
[PATCHv4 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-09-26 13:58 UTC (10+ messages)
` [PATCHv4 bpf-next 4/6] bpf: Adjust kprobe_multi entry_ip "
` [PATCHv4 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
` [PATCHv4 bpf-next 6/6] selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBT
[syzbot] WARNING in __change_page_attr_set_clr
2022-09-26 13:28 UTC (8+ messages)
` [Tech-board] "
[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
2022-09-26 13:18 UTC (16+ messages)
` [PATCH bpf-next v2 01/13] bpf: Export bpf_dynptr_set_size()
` [PATCH bpf-next v2 02/13] bpf: Add helper btf_find_dynptr()
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall
` [PATCH bpf-next v2 04/13] bpf: Support bpf_dynptr-typed map key in verifier
` [PATCH bpf-next v2 05/13] libbpf: Add helpers for bpf_dynptr_user
` [PATCH bpf-next v2 06/13] bpf: Add support for qp-trie map with dynptr key
` [PATCH bpf-next v2 07/13] libbpf: Add probe support for BPF_MAP_TYPE_QP_TRIE
` [PATCH bpf-next v2 08/13] bpftool: Add support for qp-trie map
` [PATCH bpf-next v2 09/13] selftests/bpf: Add two new dynptr_fail cases for map key
` [PATCH bpf-next v2 10/13] selftests/bpf: Move ENOTSUPP into bpf_util.h
` [PATCH bpf-next v2 11/13] selftests/bpf: Add prog tests for qp-trie map
` [PATCH bpf-next v2 12/13] selftests/bpf: Add benchmark "
` [PATCH bpf-next v2 13/13] selftests/bpf: Add map tests for qp-trie by using bpf syscall
[PATCH v4] perf tools: Get a perf cgroup more portably in BPF
2022-09-26 13:11 UTC (4+ messages)
[PATCH 5.19 145/207] perf stat: Fix BPF program section name
2022-09-26 10:12 UTC (2+ messages)
` [PATCH 5.19 146/207] perf stat: Fix cpu map index in bperf cgroup code
[PATCH 5.15 106/148] perf stat: Fix BPF program section name
2022-09-26 10:12 UTC
[PATCH] bpftool: Fix error prompt of strerror
2022-09-26 10:28 UTC (2+ messages)
[PATCH net-next] net: sched: act_bpf: simplify code logic in tcf_bpf_init()
2022-09-26 10:21 UTC
[PATCH bpf-next] selftests: bpf: test_kmod.sh: fix passing arguments via function
2022-09-26 9:23 UTC
The future of bpf_dispatcher
2022-09-26 7:18 UTC
[PATCH] libbpf: Add friendly error prompt for missing .BTF section
2022-09-26 5:53 UTC
[bpf-next 00/11] bpf/selftests: convert some tests to ASSERT_* macros
2022-09-26 5:12 UTC (12+ messages)
` [bpf-next 01/11] bpf/selftests: convert sockmap_basic test "
` [bpf-next 02/11] bpf/selftests: convert sockmap_ktls "
` [bpf-next 03/11] bpf/selftests: convert sockopt "
` [bpf-next 04/11] bpf/selftests: convert sockopt_inherit "
` [bpf-next 05/11] bpf/selftests: convert sockopt_multi "
` [bpf-next 06/11] bpf/selftests: convert sockopt_sk "
` [bpf-next 07/11] bpf/selftests: convert tcp_estats "
` [bpf-next 08/11] bpf/selftests: convert tcp_hdr_options "
` [bpf-next 09/11] bpf/selftests: convert tcp_rtt "
` [bpf-next 10/11] bpf/selftests: convert tcpbpf_user "
` [bpf-next 11/11] bpf/selftests: convert udp_limit "
[PATCH bpf-next] samples/bpf: offwaketime: pretty print
2022-09-26 2:22 UTC
[PATCH bpf-next v4 0/2] Add table of BPF program types to docs
2022-09-26 1:33 UTC (8+ messages)
` [PATCH bpf-next v4 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v4 2/2] Add table of BPF program types to libbpf docs
[PATCH bpf-next] net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.c
2022-09-25 13:26 UTC
[PATCH bpf-next v3] libbpf: Fix the case of running as non-root with capabilities
2022-09-25 7:04 UTC
[PATCH v3 bpf-next 0/3] Introduce bpf_ct_set_nat_info kfunc helper
2022-09-24 14:51 UTC (6+ messages)
` [PATCH v3 bpf-next 2/3] net: netfilter: add "
[RFC PATCH bpf-next 00/10] bpf, mm: Add a new item bpf into memory.stat for the observability of bpf memory
2022-09-24 14:24 UTC (4+ messages)
` [RFC PATCH bpf-next 10/10] bpf, memcg: Add new item bpf into memory.stat
[PATCH 0/2] ebpf: improves bpftool security
2022-09-24 10:12 UTC (3+ messages)
` [PATCH 1/2] libbpf: add fPIC option for static library
` [PATCH 2/2] bpftool: add fPIE option for bpftool
[bpf-next v5 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-09-24 8:03 UTC (3+ messages)
[PATCH] perf stat: Support old kernels for bperf cgroup counting
2022-09-24 3:22 UTC (2+ messages)
[PATCH v2 bpf-next 0/5] veristat: further usability improvements
2022-09-24 1:30 UTC (7+ messages)
` [PATCH v2 bpf-next 1/5] selftests/bpf: add sign-file to .gitignore
` [PATCH v2 bpf-next 2/5] selftests/bpf: make veristat's verifier log parsing faster and more robust
` [PATCH v2 bpf-next 3/5] selftests/bpf: make veristat skip non-BPF and failing-to-open BPF objects
` [PATCH v2 bpf-next 4/5] selftests/bpf: emit processing progress and add quiet mode to veristat
` [PATCH v2 bpf-next 5/5] selftests/bpf: allow to adjust BPF verifier log level in veristat
[PATCH] bpf: Remove obsolete iterators_bpf__open_and_load()
2022-09-24 1:17 UTC (3+ messages)
[PATCH bpf-next 0/2] enforce W^X for trampoline and dispatcher
2022-09-24 1:03 UTC (8+ messages)
` [PATCH bpf-next 1/2] bpf: use bpf_prog_pack for bpf_dispatcher
` [PATCH bpf-next 2/2] bpf: Enforce W^X for bpf trampoline
Possible bugs in generated DATASEC BTF
2022-09-23 23:58 UTC (5+ messages)
[PATCH dwarves 0/7] Add support for generating BTF for all variables
2022-09-23 23:38 UTC (8+ messages)
[PATCH bpf-next] libbpf: restore memory layout of bpf_object_open_opts
2022-09-23 23:30 UTC (2+ messages)
FW: ebpf-docs: draft of ISA doc updates in progress
2022-09-23 23:15 UTC (9+ messages)
` Rethink how to deal with division/modulo-on-zero (was Re: FW: ebpf-docs: draft of ISA doc updates in progress)
[PATCH v4 bpf-next 1/2] bpf: Allow ringbuf memory to be used as map key
2022-09-23 23:13 UTC (6+ messages)
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
Interesting data corruption in bpf_object_open_opts
2022-09-23 23:11 UTC (3+ messages)
[PATCH v2 bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
2022-09-23 22:45 UTC (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
` [PATCH v2 bpf-next 2/5] bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
` [PATCH v2 bpf-next 3/5] bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another function
` [PATCH v2 bpf-next 4/5] bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
` [PATCH v2 bpf-next 5/5] selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)
[linux-next:master] BUILD REGRESSION aaa11ce2ffc84166d11c4d2ac88c3fcf75425fbd
2022-09-23 22:15 UTC
[PATCH] ixgbe: Use kmap_local_page in ixgbe_check_lbtest_frame()
2022-09-23 21:31 UTC (12+ messages)
` [Intel-wired-lan] "
[bpf-next v4] libbpf: Add pathname_concat() helper
2022-09-23 21:30 UTC (3+ messages)
[PATCH bpf-next v2] libbpf: Fix the case of running as non-root with capabilities
2022-09-23 21:10 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: simplify cgroup_hierarchical_stats selftest
2022-09-23 21:00 UTC (2+ messages)
[PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
2022-09-23 20:36 UTC
[PATCH v2 11/16] bpf: Use kmalloc_size_roundup() to match ksize() usage
2022-09-23 20:28 UTC
[PATCH bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
2022-09-23 18:48 UTC (9+ messages)
` [PATCH bpf-next 4/5] bpf: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
[PATCH net-next v2 00/12] net: dpaa2-eth: AF_XDP zero-copy support
2022-09-23 15:45 UTC (13+ messages)
` [PATCH net-next v2 01/12] net: dpaa2-eth: add support to query the number of queues through ethtool
` [PATCH net-next v2 02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
` [PATCH net-next v2 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
` [PATCH net-next v2 04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
` [PATCH net-next v2 05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file
` [PATCH net-next v2 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
` [PATCH net-next v2 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
` [PATCH net-next v2 08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
` [PATCH net-next v2 09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
` [PATCH net-next v2 10/12] net: dpaa2-eth: AF_XDP RX zero copy support
` [PATCH net-next v2 11/12] net: dpaa2-eth: AF_XDP TX "
` [PATCH net-next v2 12/12] net: dpaa2-eth: add trace points on XSK events
[PATCH net-next] xdp: Adjust xdp_frame layout to avoid using bitfields
2022-09-23 12:48 UTC
[PATCH bpf-next v2 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
2022-09-23 11:23 UTC (6+ messages)
` [PATCH bpf-next v2 6/8] "
[net-next v2] selftests: Fix the if conditions of in test_extra_filter()
2022-09-23 7:02 UTC
[net-next] selftests: Fix the if conditions of in test_extra_filter()
2022-09-23 6:37 UTC (3+ 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