messages from 2022-09-24 13:18:46 to 2022-09-27 19:00:59 UTC [more...]
[PATCH 01/15] ebpf-docs: Move legacy packet instructions to a separate file
2022-09-27 18:59 UTC (14+ messages)
` [PATCH 02/15] ebpf-docs: Linux byteswap note
` [PATCH 03/15] ebpf-docs: Move Clang notes to a separate file
` [PATCH 04/15] ebpf-docs: Add Clang note about BPF_ALU
` [PATCH 05/15] ebpf-docs: Add TOC and fix formatting
` [PATCH 06/15] ebpf-docs: Use standard type convention in standard doc
` [PATCH 07/15] ebpf-docs: Fix modulo zero, division by zero, overflow, and underflow
` [PATCH 08/15] ebpf-docs: Use consistent names for the same field
` [PATCH 09/15] ebpf-docs: Explain helper functions
` [PATCH 10/15] ebpf-docs: Add appendix of all opcodes in order
` [PATCH 12/15] ebpf-docs: Add Linux note about register calling convention
` [PATCH 13/15] ebpf-docs: Add extended 64-bit immediate instructions
` [PATCH 14/15] ebpf-docs: Add extended call instructions
` [PATCH 15/15] ebpf-docs: Add note about invalid instruction
[PATCH bpf-next] bpf,x64: use shrx/sarx/shlx when available
2022-09-27 18:58 UTC (10+ 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 v3 0/3] bpf,x64: Use BMI2 for shifts
` [PATCH bpf-next v3 1/3] bpf,x64: avoid unnecessary instructions when shift dest is ecx
` [PATCH bpf-next v3 2/3] bpf,x64: use shrx/sarx/shlx when available
` [PATCH bpf-next v3 3/3] bpf: add selftests for lsh, rsh, arsh with reg operand
[syzbot] possible deadlock in __mod_timer
2022-09-27 18:51 UTC
[PATCH bpf 0/2] Fix pinning devmaps
2022-09-27 18:23 UTC (3+ messages)
` [PATCH bpf 1/2] Ignore RDONLY_PROG for devmaps in libbpf to allow re-loading of pinned devmaps
` [PATCH bpf 2/2] Add selftests for devmap pinning
[PATCH 00/26] FUSE BPF: A Stacked Filesystem Extension for FUSE
2022-09-27 18:19 UTC (27+ 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
` [PATCH 04/26] fuse-bpf: Add BPF supporting functions
` [PATCH 05/26] fs: Generic function to convert iocb to rw flags
` [PATCH 06/26] bpf: Export bpf_prog_fops
` [PATCH 07/26] fuse-bpf: Prepare for fuse-bpf patch
` [PATCH 08/26] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [PATCH 09/26] fuse-bpf: Don't support export_operations
` [PATCH 10/26] fuse-bpf: Partially add mapping support
` [PATCH 11/26] fuse-bpf: Add lseek support
` [PATCH 12/26] fuse-bpf: Add support for fallocate
` [PATCH 13/26] fuse-bpf: Support file/dir open/close
` [PATCH 14/26] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [PATCH 15/26] fuse-bpf: Add support for read/write iter
` [PATCH 16/26] fuse-bpf: support FUSE_READDIR
` [PATCH 17/26] fuse-bpf: Add support for sync operations
` [PATCH 18/26] fuse-bpf: Add Rename support
` [PATCH 19/26] fuse-bpf: Add attr support
` [PATCH 20/26] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [PATCH 21/26] fuse-bpf: Add xattr support
` [PATCH 22/26] fuse-bpf: Add symlink/link support
` [PATCH 23/26] fuse-bpf: allow mounting with no userspace daemon
` [PATCH 24/26] fuse-bpf: Call bpf for pre/post filters
` [PATCH 25/26] fuse-bpf: Add userspace "
[PATCH net 0/2][pull request] ice: xsk: ZC changes
2022-09-27 16:41 UTC (3+ messages)
` [PATCH net 1/2] ice: xsk: change batched Tx descriptor cleaning
` [PATCH net 2/2] ice: xsk: drop power of 2 ring size restriction for AF_XDP
Multi kprobe ftrace_lookup_symbols question
2022-09-27 16:31 UTC (3+ messages)
[RFC PATCH 0/4] Add VG register attr test with kernel version and feature detection
2022-09-27 15:41 UTC (5+ messages)
` [RFC PATCH 1/4] perf test: Add ability to test exit code for attr tests
` [RFC PATCH 2/4] perf test: Add mechanism for skipping attr tests on auxiliary vector values
` [RFC PATCH 3/4] perf test: Add mechanism for skipping attr tests on kernel versions
` [RFC PATCH 4/4] perf test arm64: Add attr tests for new VG register
[PATCH bpf] libbpf: fix BTF deduplication for self-referential structs
2022-09-27 15:34 UTC
[PATCH v2] headers: Remove some left-over license text
2022-09-27 15:00 UTC (5+ messages)
[syzbot] general protection fault in kernel_accept (5)
2022-09-27 14:14 UTC (2+ messages)
[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
2022-09-27 14:07 UTC (12+ messages)
` [PATCH bpf-next v2 08/13] bpftool: Add support for qp-trie map
` [PATCH bpf-next v2 11/13] selftests/bpf: Add prog tests "
` [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
[RESEND PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
2022-09-27 14:01 UTC (4+ messages)
` [RESEND PATCH bpf-next 1/2] bpf, arm64: "
[PATCH bpf-next] selftests: bpf: test_kmod.sh: fix passing arguments via function
2022-09-27 14:00 UTC (2+ messages)
[PATCH net-next v2 00/12] net: dpaa2-eth: AF_XDP zero-copy support
2022-09-27 13:45 UTC (9+ messages)
` [PATCH net-next v2 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
` [PATCH net-next v2 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
` [PATCH net-next v2 10/12] net: dpaa2-eth: AF_XDP RX zero copy support
[PATCH] samples: bpf: add CONFIG_SAMPLES_BPF
2022-09-27 13:41 UTC
[PATCH bpf-next 1/2] libbpf: don't require full struct enum64 in UAPI headers
2022-09-27 13:28 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: enforce C++11 mode for test_cpp test
[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
2022-09-27 13:24 UTC (8+ messages)
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors
The future of bpf_dispatcher
2022-09-27 12:43 UTC (2+ messages)
[PATCH net-next 0/3] refactor duplicate codes in bind_class hook function
2022-09-27 12:48 UTC (4+ messages)
` [PATCH net-next 1/3] net: sched: ensure n arg not empty before call bind_class
` [PATCH net-next 2/3] net: sched: cls_api: introduce tc_cls_bind_class() helper
` [PATCH net-next 3/3] net: sched: use tc_cls_bind_class() in filter
[PATCH v2 bpf-next 0/2] enforce W^X for trampoline and dispatcher
2022-09-27 12:16 UTC (5+ 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
[bpf-next v6 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-09-27 11:05 UTC (6+ messages)
` [bpf-next v6 2/3] bpftool: Update doc (add autoattach to prog load)
[PATCH V2 3/6] perf: Use sample_flags for branch stack
2022-09-27 11:04 UTC
[bpf-next v7 1/3] bpftool: Add auto_attach for bpf prog load|loadall
2022-09-27 11:21 UTC (3+ messages)
` [bpf-next v7 2/3] bpftool: Update doc (add autoattach to prog load)
` [bpf-next v7 3/3] bpftool: Update the bash completion(add "
[PATCH 0/2] ebpf: improves bpftool security
2022-09-27 10:21 UTC (3+ messages)
` [PATCH 1/2] libbpf: add fPIC option for static library
[net-next v2] selftests: Fix the if conditions of in test_extra_filter()
2022-09-27 9:10 UTC (2+ messages)
[PATCH bpf-next v3] libbpf: Fix the case of running as non-root with capabilities
2022-09-27 4:50 UTC (2+ messages)
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-09-27 4:49 UTC (5+ messages)
[PATCH] libbpf: Add friendly error prompt for missing .BTF section
2022-09-27 4:36 UTC (2+ messages)
[PATCHv5 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT
2022-09-27 3:40 UTC (9+ 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 v2 bpf-next 0/5] bpf: Remove recursion check for struct_ops prog
2022-09-27 3:34 UTC (3+ messages)
` [PATCH v2 bpf-next 4/5] bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
[PATCH v3 intel-net 0/2] ice: xsk: ZC changes
2022-09-27 3:25 UTC (3+ messages)
` [PATCH v3 intel-net 2/2] ice: xsk: drop power of 2 ring size restriction for AF_XDP
` [Intel-wired-lan] "
[PATCH net 3/3] i40e: Fix DMA mappings leak
2022-09-27 2:58 UTC (2+ messages)
[PATCH intel-net 0/2] ice: xsk: ZC changes
2022-09-27 2:53 UTC (3+ messages)
` [PATCH intel-net 2/2] ice: xsk: drop power of 2 ring size restriction for AF_XDP
` [Intel-wired-lan] "
[bug report] one possible out-of-order issue in sockmap
2022-09-27 2:15 UTC (5+ messages)
[PATCH net-next] xdp: Adjust xdp_frame layout to avoid using bitfields
2022-09-27 0:20 UTC (2+ messages)
Question about ktime_get_mono_fast_ns() non-monotonic behavior
2022-09-26 21:18 UTC
[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 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)
[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 (6+ messages)
` [PATCHv4 bpf-next 5/6] bpf: Return value in kprobe get_func_ip only for entry address
[syzbot] WARNING in __change_page_attr_set_clr
2022-09-26 13:28 UTC (8+ messages)
` [Tech-board] "
[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
[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 (5+ messages)
` [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 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
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