messages from 2022-03-15 22:15:28 to 2022-03-18 16:15:59 UTC [more...]
[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-03-18 16:15 UTC
[PATCH bpf-next] bpftool: add BPF_TRACE_KPROBE_MULTI to attach type names table
2022-03-18 15:44 UTC (2+ messages)
pull-request: bpf 2022-03-18
2022-03-18 15:24 UTC
[PATCH bpf-next 0/3] Make 2-byte access to bpf_sk_lookup->remote_port endian-agnostic
2022-03-18 15:22 UTC (7+ messages)
` [PATCH bpf-next 1/3] bpf: Treat bpf_sk_lookup remote_port as a 2-byte field
` [PATCH bpf-next 2/3] selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port
` [PATCH bpf-next 3/3] selftests/bpf: Fix test for 4-byte load from remote_port on big-endian
[PATCH bpf-next] libbpf: Close fd in bpf_object__reuse_map
2022-03-18 14:55 UTC (2+ messages)
[PATCH bpf-next v3 0/4] Fixes for sock_fields selftests
2022-03-18 14:50 UTC (7+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Fix error reporting from sock_fields programs
` [PATCH bpf-next v3 2/4] selftests/bpf: Check dst_port only on the client socket
` [PATCH bpf-next v3 3/4] selftests/bpf: Use constants for socket states in sock_fields test
` [PATCH bpf-next v3 4/4] selftests/bpf: Fix test for 4-byte load from dst_port on big-endian
[PATCH bpf-next v4 0/4] bpf, arm64: Optimize BPF store/load using
2022-03-18 14:41 UTC (6+ messages)
` [PATCH bpf-next v4 1/4] arm64: insn: add ldr/str with immediate offset
` [PATCH bpf-next v4 2/4] bpf, arm64: Optimize BPF store/load using str/ldr "
` [PATCH bpf-next v4 3/4] bpf, arm64: adjust the offset of str/ldr(immediate) to positive number
` [PATCH bpf-next v4 4/4] bpf/tests: Add tests for BPF_LDX/BPF_STX with different offsets
[PATCH bpf-next v2] net: Enlarge offset check value from 0xffff to 0x7fffffff in bpf_skb_load_bytes
2022-03-18 13:48 UTC (2+ messages)
[net-next v10 1/2] net: sched: use queue_mapping to pick tx queue
2022-03-18 13:36 UTC (4+ messages)
[PATCH 0/2] locking: Add new lock contention tracepoints (v3)
2022-03-18 13:28 UTC (15+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path
[PATCH] ARM: net: bpf: fix typos in comments
2022-03-18 10:37 UTC
[PATCH bpf-next] bpf, sockmap: Add sk_rmem_alloc check for tcp_bpf_ingress()
2022-03-18 10:42 UTC
[PATCH bpf-next] bpf, arm64: sign return address for jited code
2022-03-18 10:29 UTC
[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
2022-03-18 9:22 UTC (21+ messages)
` [PATCHv3 bpf-next 01/13] lib/sort: Add priv pointer to swap function
` [PATCHv3 bpf-next 02/13] kallsyms: Skip the name search for empty string
` [PATCHv3 bpf-next 03/13] bpf: Add multi kprobe link
` [PATCHv3 bpf-next 04/13] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCHv3 bpf-next 05/13] bpf: Add support to inline bpf_get_func_ip helper on x86
` [PATCHv3 bpf-next 06/13] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCHv3 bpf-next 07/13] libbpf: Add libbpf_kallsyms_parse function
` [PATCHv3 bpf-next 08/13] libbpf: Add bpf_link_create support for multi kprobes
` [PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function
` [PATCHv3 bpf-next 10/13] selftests/bpf: Add kprobe_multi attach test
` [PATCHv3 bpf-next 11/13] selftests/bpf: Add kprobe_multi bpf_cookie test
` [PATCHv3 bpf-next 12/13] selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_opts
` [PATCHv3 bpf-next 13/13] selftests/bpf: Add cookie "
Fotowoltaika - nowe warunki
2022-03-18 9:06 UTC
[PATCH bpf-next v4 0/5] Subskeleton support for BPF libraries
2022-03-18 6:20 UTC (8+ messages)
` [PATCH bpf-next v4 1/5] libbpf: .text routines are subprograms in strict mode
` [PATCH bpf-next v4 4/5] bpftool: add support for subskeletons
` [PATCH bpf-next v4 2/5] libbpf: init btf_{key,value}_type_id on internal map open
` [PATCH bpf-next v4 5/5] selftests/bpf: test subskeleton functionality
` [PATCH bpf-next v4 3/5] libbpf: add subskeleton scaffolding
[PATCH bpf-next v3 0/2] Enable non-atomic allocations in local storage
2022-03-18 4:55 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Test for associating multiple elements with the "
[PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe
2022-03-18 3:50 UTC (2+ messages)
[PATCH v4 00/45] x86: Kernel IBT
2022-03-18 2:07 UTC (24+ messages)
[PATCH bpf-next v2] bpf: Enable non-atomic allocations in local storage
2022-03-17 22:08 UTC (6+ messages)
linux-next: Fixes tag needs some work in the bpf-next tree
2022-03-17 21:14 UTC
[PATCH] selftests/bpf: fix tunnel remote ip comments
2022-03-17 19:50 UTC (3+ messages)
[PATCH v5 bpf-next 0/3] introduce xdp frags support to veth driver
2022-03-17 19:40 UTC (8+ messages)
` [PATCH v5 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v5 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v5 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH intel-net 0/3] ice: xsk: various fixes
2022-03-17 18:36 UTC (4+ messages)
` [PATCH intel-net 1/3] ice: synchronize_rcu() when terminating rings
` [PATCH intel-net 2/3] ice: xsk: fix VSI state check in ice_xsk_wakeup()
` [PATCH intel-net 3/3] ice: clear cmd_type_offset_bsz for TX rings
[PATCH intel-next] ice: xsk: check if Rx ring was filled up to the end
2022-03-17 17:57 UTC
[PATCH] selftests: net: fix array_size.cocci warning
2022-03-17 15:22 UTC (3+ messages)
[PATCH] pahole: avoid segfault when parsing a problematic file
2022-03-17 15:19 UTC (10+ messages)
` [PATCH 1/2] pahole: avoid segfault when parsing bogus file
` [PATCH 2/2] dwarves: cus__load_files: set errno if load fails
[PATCH bpf-next] net: Use skb->len to check the validity of the parameters in bpf_skb_load_bytes
2022-03-17 14:08 UTC (7+ messages)
[PATCH bpf-next] net: Enlarge offset check value from 0xffff to 0x7fffffff in bpf_skb_load_bytes
2022-03-17 13:59 UTC
[PATCH bpf-next v2 00/15] Introduce typed pointer support in BPF maps
2022-03-17 11:59 UTC (16+ messages)
` [PATCH bpf-next v2 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v2 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v2 03/15] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v2 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v2 05/15] bpf: Allow storing percpu "
` [PATCH bpf-next v2 06/15] bpf: Allow storing user "
` [PATCH bpf-next v2 07/15] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v2 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v2 09/15] bpf: Always raise reference in btf_get_module_btf
` [PATCH bpf-next v2 10/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v2 11/15] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v2 12/15] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v2 13/15] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v2 14/15] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v2 15/15] selftests/bpf: Add verifier "
[PATCH bpf-next 0/3] Remove libcap dependency from bpf selftests
2022-03-17 7:04 UTC (11+ messages)
` [PATCH bpf-next 1/3] bpf: selftests: Add helpers to directly use the capget and capset syscall
` [PATCH bpf-next 2/3] bpf: selftests: Remove libcap usage from test_verifier
` [PATCH bpf-next 3/3] bpf: selftests: Remove libcap usage from test_progs
[PATCH bpf-next 0/4] fixes for bpf_jit_harden race
2022-03-16 22:30 UTC (2+ messages)
[PATCH v2 bpf-next 0/3] Remove libcap dependency from bpf selftests
2022-03-16 22:20 UTC (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: selftests: Add helpers to directly use the capget and capset syscall
` [PATCH v2 bpf-next 2/3] bpf: selftests: Remove libcap usage from test_verifier
` [PATCH v2 bpf-next 3/3] bpf: selftests: Remove libcap usage from test_progs
[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
2022-03-16 16:35 UTC (6+ messages)
[PATCH bpf-next v3 0/4] bpf, arm64: Optimize BPF store/load using
2022-03-16 16:26 UTC (5+ messages)
` [PATCH -next v3 1/4] arm64: insn: add ldr/str with immediate offset
` [PATCH -next v3 2/4] bpf, arm64: Optimize BPF store/load using str/ldr "
` [PATCH -next v3 3/4] bpf/tests: Add tests for BPF_LDX/BPF_STX with different offsets
` [PATCH -next v3 4/4] bpf, arm64: adjust the offset of str/ldr(immediate) to positive number
Question: missing vmlinux BTF variable declarations
2022-03-16 16:06 UTC (6+ messages)
[PATCH bpf-next] bpf, sockmap: Manual deletion of sockmap elements in user mode is not allowed
2022-03-16 14:57 UTC (9+ messages)
[PATCH bpf-next] libbpf: Remove redundant check in btf_ext__new()
2022-03-16 14:52 UTC (2+ messages)
` [PATCH bpf-next v2] libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
[PATCH bpf v3] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
2022-03-16 8:48 UTC (6+ messages)
[PATCH v2 bpf-next] samples: bpf: convert xdp_router_ipv4 to XDP samples helper
2022-03-16 7:13 UTC
[PATCH bpf-next] samples: bpf: convert xdp_router_ipv4 to XDP samples helper
2022-03-16 5:31 UTC (4+ messages)
[PATCH bpf-next v3 0/5] Subskeleton support for BPF libraries
2022-03-16 5:28 UTC (8+ messages)
` [PATCH bpf-next v3 3/5] libbpf: add subskeleton scaffolding
` [PATCH bpf-next v3 4/5] bpftool: add support for subskeletons
` [PATCH bpf-next v3 1/5] libbpf: .text routines are subprograms in strict mode
[PATCH v2] hv_netvsc: Add check for kvmalloc_array
2022-03-16 5:10 UTC (2+ messages)
[PATCH bpf-next] bpftool: Add SPDX identifier to btf-dump-file output
2022-03-16 4:57 UTC (5+ messages)
[PATCH v4 bpf-next 0/5] libbpf: name-based u[ret]probe attach
2022-03-16 4:33 UTC (11+ messages)
` [PATCH v4 bpf-next 1/5] libbpf: bpf_program__attach_uprobe_opts() should determine paths for programs/libraries where possible
` [PATCH v4 bpf-next 2/5] libbpf: support function name-based attach uprobes
` [PATCH v4 bpf-next 3/5] libbpf: add auto-attach for uprobes based on section name
` [PATCH v4 bpf-next 4/5] selftests/bpf: add tests for u[ret]probe attach by name
` [PATCH v4 bpf-next 5/5] selftests/bpf: add tests for uprobe auto-attach via skeleton
[PATCH bpf-next v1] bpf: Enable non-atomic allocations in local storage
2022-03-16 2:11 UTC (9+ messages)
[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
2022-03-16 0:42 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] bpf, x86: Generate trampolines from bpf_links
` [PATCH bpf-next v2 2/4] bpf, x86: Create bpf_trace_run_ctx on the caller thread's stack
` [PATCH bpf-next v2 3/4] bpf, x86: Support BPF cookie for fentry/fexit/fmod_ret
` [PATCH bpf-next v2 4/4] selftest/bpf: The test cses of "
[PATCH bpf-next] bpftool: man: Add missing top level docs
2022-03-15 23:00 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