messages from 2022-07-12 07:40:23 to 2022-07-13 16:09:47 UTC [more...]
[PATCH bpf-next v4] bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
2022-07-13 16:09 UTC
[PATCH v3 0/1] bpftool: Align dumped file headers with skeletons
2022-07-13 16:03 UTC (5+ messages)
` [PATCH v3 1/1] bpftool: Align dumped file generated header "
[PATCH bpf-next] bpf: Don't redirect packets with invalid pkt_len
2022-07-13 16:02 UTC (5+ messages)
` 答复: "
[PATCH] selftests/bpf: Return true/false (not 1/0) from bool functions
2022-07-13 15:55 UTC (2+ messages)
[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
2022-07-13 15:49 UTC (5+ messages)
Build error of samples/bpf
2022-07-13 15:20 UTC (3+ messages)
[PATCH bpf-next 0/5] Add SEC("ksyscall") support
2022-07-13 15:18 UTC (7+ messages)
` [PATCH bpf-next 1/5] libbpf: generalize virtual __kconfig externs and use it for USDT
` [PATCH bpf-next 2/5] selftests/bpf: add test of __weak unknown virtual __kconfig extern
` [PATCH bpf-next 3/5] libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
` [PATCH bpf-next 4/5] libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
` [PATCH bpf-next 5/5] selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests
[RFC PATCH v2 0/1] bpftool: Align dumped file headers with skeletons
2022-07-13 14:44 UTC (4+ messages)
` [RFC PATCH v2 1/1] "
[PATCH v1] net: Add distinct sk_psock field
2022-07-13 14:26 UTC
[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
2022-07-13 14:24 UTC (26+ messages)
[RFC PATCH v1 0/1] bpftool: Add generating command to C dumped file
2022-07-13 13:40 UTC (4+ messages)
` [RFC PATCH v1 1/1] "
[RFC PATCH bpf-next 0/4] bpf_panic() helper
2022-07-13 13:31 UTC (5+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "
[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
2022-07-13 12:32 UTC (28+ messages)
` [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation
` [PATCH bpf-next v6 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v6 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v6 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v6 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v6 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v6 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v6 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v6 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v6 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v6 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v6 23/23] Documentation: add HID-BPF docs
[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
2022-07-13 12:13 UTC (10+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced
[RFC PATCH 00/17] xdp: Add packet queueing and scheduling capabilities
2022-07-13 11:14 UTC (18+ messages)
` [RFC PATCH 01/17] dev: Move received_rps counter next to RPS members in softnet data
` [RFC PATCH 02/17] bpf: Expand map key argument of bpf_redirect_map to u64
` [RFC PATCH 03/17] bpf: Use 64-bit return value for bpf_prog_run
` [RFC PATCH 04/17] bpf: Add a PIFO priority queue map type
` [RFC PATCH 05/17] pifomap: Add queue rotation for continuously increasing rank mode
` [RFC PATCH 06/17] xdp: Add dequeue program type for getting packets from a PIFO
` [RFC PATCH 07/17] bpf: Teach the verifier about referenced packets returned from dequeue programs
` [RFC PATCH 08/17] bpf: Add helpers to dequeue from a PIFO map
` [RFC PATCH 09/17] bpf: Introduce pkt_uid member for PTR_TO_PACKET
` [RFC PATCH 10/17] bpf: Implement direct packet access in dequeue progs
` [RFC PATCH 11/17] dev: Add XDP dequeue hook
` [RFC PATCH 12/17] bpf: Add helper to schedule an interface for TX dequeue
` [RFC PATCH 13/17] libbpf: Add support for dequeue program type and PIFO map type
` [RFC PATCH 14/17] libbpf: Add support for querying dequeue programs
` [RFC PATCH 15/17] selftests/bpf: Add verifier tests for dequeue prog
` [RFC PATCH 16/17] selftests/bpf: Add test for XDP queueing through PIFO maps
` [RFC PATCH 17/17] samples/bpf: Add queueing support to xdp_fwd sample
[PATCH bpf-next v1] bpf: Fix bpf/sk_skb_pull_data for flags == 0
2022-07-13 7:23 UTC (2+ messages)
[PATCH RFC bpf-next 0/3] libbpf: add better syscall kprobing support
2022-07-13 7:12 UTC (6+ messages)
[PATCH v2] libbpf: fix the name of a reused map
2022-07-13 5:59 UTC (3+ messages)
[PATCH v2] bpf/scripts: Generate GCC compatible helpers
2022-07-13 5:25 UTC (16+ messages)
bpftool gen object doesn't handle GCC built BPF ELF files
2022-07-13 4:28 UTC (4+ messages)
[PATCH net-next v4 1/2] bond: add mac filter option for balance-xor
2022-07-13 4:06 UTC (2+ messages)
` [RESEND PATCH net-next v4] "
[PATCH] smc: fix refcount bug in sk_psock_get (2)
2022-07-13 3:53 UTC (4+ messages)
[PATCH net-next 1/1] igb: add xdp frags support to ndo_xdp_xmit
2022-07-13 3:50 UTC (2+ messages)
[syzbot] WARNING: refcount bug in sk_psock_get (2)
2022-07-13 3:35 UTC (4+ messages)
` [PATCH] smc: fix "
[PATCH bpf-next v2] bpf: reparent bpf maps on memcg offlining
2022-07-13 2:13 UTC (6+ messages)
[PATCH bpf-next v3 0/2] bpf: Minor fixes for non-preallocated memory
2022-07-13 2:12 UTC (10+ messages)
` [PATCH bpf-next v3 1/2] bpf: Make non-preallocated allocation low priority
` [PATCH bpf-next v3 2/2] bpf: Warn on non-preallocated case for missed trace types
[PATCH bpf-next v1] bpf: Tidy up verifier check_func_arg()
2022-07-13 2:10 UTC (7+ messages)
[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
2022-07-13 1:00 UTC (14+ messages)
[PATCH v7 0/7] bpf: Add bpf_verify_pkcs7_signature() helper
2022-07-13 0:53 UTC (9+ messages)
` [PATCH v7 1/7] bpf: Export bpf_dynptr_get_size()
` [PATCH v7 2/7] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v7 3/7] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers
` [PATCH v7 4/7] bpf: Add bpf_verify_pkcs7_signature() helper
` [PATCH v7 5/7] selftests: Add verifier tests for bpf_lookup_user_key() and bpf_key_put()
` [PATCH v7 6/7] selftests/bpf: Add additional test for bpf_lookup_user_key()
` [PATCH v7 7/7] selftests/bpf: Add test for bpf_verify_pkcs7_signature() helper
[PATCH bpf] bpf, x86: fix freeing of not-finalized bpf_prog_pack
2022-07-13 0:40 UTC (5+ messages)
[PATCH v3] bpf/scripts: Generate GCC compatible helpers
2022-07-12 23:57 UTC (2+ messages)
[PATCH bpf-next 0/3] Maintain selftest configuration in-tree
2022-07-12 23:01 UTC (7+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Integrate vmtest configs
` [PATCH bpf-next 3/3] selftests/bpf: Adjust vmtest.sh to use local kernel configuration
` [PATCH bpf-next 1/3] selftests/bpf: Copy over libbpf configs
[PATCH RFC bpf-next 0/3] Execution context callbacks
2022-07-12 22:51 UTC (4+ messages)
[PATCH v6 bpf-next 0/2] bpf: add a ksym BPF iterator
2022-07-12 22:40 UTC (4+ messages)
` [PATCH v6 bpf-next 1/2] "
` [PATCH v6 bpf-next 2/2] selftests/bpf: add a ksym iter subtest
[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
2022-07-12 22:14 UTC (5+ messages)
` [net 1/3] seg6: fix skb checksum evaluation in "
` [net 2/3] seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors
` [net 3/3] seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
[PATCH 0/8] Perf stack unwinding with pointer authentication
2022-07-12 21:30 UTC (5+ messages)
` [PATCH 2/8] perf evsel: Do not request ptrauth sample field if not supported
[PATCH bpf-next v2 0/1] libbpf: perfbuf custom event reader
2022-07-12 21:03 UTC (9+ messages)
` [PATCH bpf-next v2 1/1] libbpf: perfbuf: allow raw access to buffers
[PATCH bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
2022-07-12 17:05 UTC (6+ messages)
Question on BPF's capability of changing kernel's TCP behaviors
2022-07-12 16:51 UTC (2+ messages)
[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
2022-07-12 16:29 UTC (4+ messages)
Questions about querying map object information
2022-07-12 16:04 UTC (5+ messages)
[PATCH] samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
2022-07-12 14:15 UTC (2+ messages)
[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
2022-07-12 14:14 UTC (11+ messages)
` [xdp-hints] "
[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
2022-07-12 13:36 UTC (4+ messages)
[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
2022-07-12 13:20 UTC (2+ messages)
[PATCH bpf-next 0/3] Use lightweigt version of bpftool
2022-07-12 11:32 UTC (4+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Fix cross-compiling error by using bootstrap bpftool
Missing .BTF section in vmlinux (x86_64) when building on Yocto
2022-07-12 9:12 UTC (5+ messages)
[PATCH bpf-next] libbpf: Error out when binary_path is NULL for uprobe and USDT
2022-07-12 7:58 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