messages from 2022-03-16 09:36:15 to 2022-03-18 22:08:00 UTC [more...]
[PATCH 0/2] locking: Add new lock contention tracepoints (v3)
2022-03-18 22:07 UTC (22+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path
[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-03-18 21:20 UTC (28+ messages)
` [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
` [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers
` [PATCH bpf-next v3 16/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v3 17/17] Documentation: add HID-BPF docs
[PATCH bpf-next] net: xdp: introduce XDP_PACKET_HEADROOM_MIN for veth and generic-xdp
2022-03-18 21:01 UTC (4+ messages)
[PATCH bpf-next] bpftool: add BPF_TRACE_KPROBE_MULTI to attach type names table
2022-03-18 20:28 UTC (3+ messages)
[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
2022-03-18 19:59 UTC (7+ messages)
[PATCH bpf-next v2 0/4] Attach a cookie to a tracing program
2022-03-18 19:21 UTC (7+ messages)
` [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 "
pull-request: bpf 2022-03-18
2022-03-18 17:20 UTC (2+ messages)
[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] 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 (2+ messages)
[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 (8+ messages)
` [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
[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 (6+ 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)
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;
as well as URLs for NNTP newsgroup(s).