messages from 2022-10-21 14:23:16 to 2022-10-25 15:03:50 UTC [more...]
[PATCH bpf-next v4 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
2022-10-25 15:03 UTC (8+ messages)
` [PATCH bpf-next v4 1/8] bpftool: Define _GNU_SOURCE only once
` [PATCH bpf-next v4 2/8] bpftool: Remove asserts from JIT disassembler
` [PATCH bpf-next v4 3/8] bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
` [PATCH bpf-next v4 4/8] bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
` [PATCH bpf-next v4 5/8] bpftool: Refactor disassembler for JIT-ed programs
` [PATCH bpf-next v4 6/8] bpftool: Add LLVM as default library for disassembling "
` [PATCH bpf-next v4 7/8] bpftool: Support setting alternative arch for JIT disasm with LLVM
[RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
2022-10-25 14:57 UTC (7+ messages)
[PATCH v3] evm: Correct inode_init_security hooks behaviors
2022-10-25 14:12 UTC
[PATCH bpf-next v8 0/1] Document BPF_MAP_TYPE_ARRAY
2022-10-25 13:57 UTC (4+ messages)
` [PATCH bpf-next v8 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
[PATCHv3 bpf-next 0/8] bpf: Fixes for kprobe multi on kernel modules
2022-10-25 13:41 UTC (9+ messages)
` [PATCHv3 bpf-next 1/8] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCHv3 bpf-next 2/8] ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
` [PATCHv3 bpf-next 3/8] bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
` [PATCHv3 bpf-next 4/8] bpf: Take module reference on kprobe_multi link
` [PATCHv3 bpf-next 5/8] selftests/bpf: Add load_kallsyms_refresh function
` [PATCHv3 bpf-next 6/8] selftests/bpf: Add bpf_testmod_fentry_* functions
` [PATCHv3 bpf-next 7/8] selftests/bpf: Add kprobe_multi check to module attach test
` [PATCHv3 bpf-next 8/8] selftests/bpf: Add kprobe_multi kmod attach api tests
[PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_CPUMAP
2022-10-25 12:01 UTC (3+ messages)
[PATCH bpf] bpf: Return -EINVAL on calling bpf_setsockopt(TCP_SAVED_SYN)
2022-10-25 11:22 UTC
[PATCH] bpf: Clean up all resources when register_fprobe_ips returns an error
2022-10-25 9:36 UTC (3+ messages)
[PATCH hid v11 00/14] Introduce eBPF support for HID devices
2022-10-25 9:34 UTC (15+ messages)
` [PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
` [PATCH hid v11 02/14] HID: initial BPF implementation
` [PATCH hid v11 03/14] selftests: add tests for the HID-bpf initial implementation
` [PATCH hid v11 04/14] HID: bpf jmp table: simplify the logic of cleaning up programs
` [PATCH hid v11 05/14] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH hid v11 06/14] selftests/hid: add test to change the report size
` [PATCH hid v11 07/14] HID: bpf: introduce hid_hw_request()
` [PATCH hid v11 08/14] selftests/hid: add tests for bpf_hid_hw_request
` [PATCH hid v11 09/14] HID: bpf: allow to change the report descriptor
` [PATCH hid v11 10/14] selftests/hid: add report descriptor fixup tests
` [PATCH hid v11 11/14] selftests/hid: Add a test for BPF_F_INSERT_HEAD
` [PATCH hid v11 12/14] samples/hid: add new hid BPF example
` [PATCH hid v11 13/14] samples/hid: add Surface Dial example
` [PATCH hid v11 14/14] Documentation: add HID-BPF docs
[PATCH bpf-next] bpf: Update max_entries for array maps
2022-10-25 9:28 UTC
[PATCH bpf-next v3 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-10-25 8:32 UTC (4+ messages)
` [PATCH bpf-next v3 1/1] "
[PATCH bpf-next v4 0/7] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
2022-10-25 5:46 UTC (30+ messages)
` [PATCH bpf-next v4 1/7] bpf: Make struct cgroup btf id global
` [PATCH bpf-next v4 2/7] bpf: Refactor inode/task/sk storage map_{alloc,free}() for reuse
` [PATCH bpf-next v4 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next v4 4/7] libbpf: Support new cgroup local storage
` [PATCH bpf-next v4 5/7] bpftool: "
` [PATCH bpf-next v4 6/7] selftests/bpf: Add selftests for "
` [PATCH bpf-next v4 7/7] docs/bpf: Add documentation "
[PATCH bpf-next v3 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
2022-10-25 2:23 UTC (9+ messages)
` [PATCH bpf-next v3 6/8] "
` [PATCH bpf-next v3 8/8] bpftool: Add llvm feature to "bpftool version"
[PATCH bpf-next v5 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-10-24 12:43 UTC (2+ messages)
` [PATCH bpf-next v5 1/1] "
[PATCH bpf] libbpf: btf dedup identical struct test needs check for nested structs/arrays
2022-10-24 14:38 UTC
[PATCH] libbpf: glob_sym may be a NULL pointer and cause the program crash
2022-10-24 18:27 UTC (2+ messages)
pull-request: bpf 2022-10-23
2022-10-24 18:20 UTC (2+ messages)
WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168
2022-10-24 18:21 UTC (16+ messages)
[PATCHv2 bpf-next 0/8] bpf: Fixes for kprobe multi on kernel modules
2022-10-24 18:17 UTC (7+ messages)
` [PATCHv2 bpf-next 4/8] bpf: Take module reference on kprobe_multi link
[PATCH] evm: Correct inode_init_security hooks behaviors
2022-10-24 12:50 UTC (2+ messages)
[PATCH net] net: sched: fq_codel: fix null-ptr-deref issue in fq_codel_enqueue()
2022-10-24 17:04 UTC (3+ messages)
[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
2022-10-24 17:13 UTC (8+ messages)
[PATCH] x86: Include asm/ptrace.h in syscall_wrapper header
2022-10-24 15:26 UTC (5+ messages)
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-10-24 13:00 UTC (18+ messages)
[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
2022-10-24 13:33 UTC (3+ messages)
[PATCH net] docs: netdev: offer performance feedback to contributors
2022-10-24 10:10 UTC (2+ messages)
Lockdep warning after c0feea594e058223973db94c1c32a830c9807c86
2022-10-24 9:36 UTC (4+ messages)
[PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support
2022-10-24 8:30 UTC (3+ messages)
[syzbot] BUG: sleeping function called from invalid context in vm_area_dup
2022-10-24 4:52 UTC (13+ messages)
[PATCH bpf-next v2 0/6] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
2022-10-23 21:14 UTC (19+ messages)
` [PATCH bpf-next v2 2/6] bpf: Implement cgroup "
` [PATCH bpf-next v2 3/6] libbpf: Support new cgroup local storage
` [PATCH bpf-next v2 6/6] docs/bpf: Add documentation for map type BPF_MAP_TYPE_CGRP_STROAGE
[PATCH] Re: [tip: perf/core] perf: Use sample_flags for raw_data
2022-10-23 17:28 UTC (10+ messages)
` [PATCH] bpf: fix sample_flags for bpf_perf_event_output
` bpf+perf is still broken. Was: "
[PATCH bpf-next v3 0/7] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
2022-10-23 17:19 UTC (11+ messages)
` [PATCH bpf-next v3 1/7] bpf: Make struct cgroup btf id global
` [PATCH bpf-next v3 2/7] bpf: Refactor inode/task/sk storage map_{alloc,free}() for reuse
` [PATCH bpf-next v3 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next v3 4/7] libbpf: Support new cgroup local storage
` [PATCH bpf-next v3 5/7] bpftool: "
` [PATCH bpf-next v3 6/7] selftests/bpf: Add selftests for "
` [PATCH bpf-next v3 7/7] docs/bpf: Add documentation for map type BPF_MAP_TYPE_CGRP_STROAGE
[PATCH linux-next] kallsyms: Use strscpy() instead of strlcpy()
2022-10-22 5:56 UTC (5+ messages)
[PATCH bpf-next v1 00/13] Fixes for dynptr
2022-10-22 4:08 UTC (7+ messages)
` [PATCH bpf-next v1 07/13] bpf: Fix partial dynptr stack slot reads/writes
` [PATCH bpf-next v1 08/13] bpf: Use memmove for bpf_dynptr_{read,write}
[PATCH v5 bpf-next 1/4] bpf: Allow ringbuf memory to be used as map key
2022-10-22 2:30 UTC (10+ messages)
` [PATCH v5 bpf-next 2/4] bpf: Consider all mem_types compatible for map_{key,value} args
` [PATCH v5 bpf-next 3/4] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add write to hashmap to array_map iter test
[PATCH bpf v2 0/2] Wait for busy refill_work when destroying bpf memory allocator
2022-10-22 2:30 UTC (2+ messages)
[PATCH bpf-next v4 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-10-22 0:17 UTC (4+ messages)
` [PATCH bpf-next v4 1/1] "
[PATCH bpf-next 0/4] Add support for aarch64 to selftests/bpf/vmtest.sh
2022-10-21 23:30 UTC (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Remove entries from config.s390x already present in config
` [PATCH bpf-next 2/4] selftests/bpf: Add config.aarch64
` [PATCH bpf-next 3/4] selftests/bpf: Update vmtests.sh to support aarch64
` [PATCH bpf-next 4/4] selftests/bpf: Initial DENYLIST for aarch64
[RFC bpf-next] libbpf: btf dedup identical struct test needs check for nested structs/arrays
2022-10-21 22:29 UTC (2+ messages)
[PATCH bpf-next] bpftool: Add "bootstrap" feature to version output
2022-10-21 21:50 UTC (2+ messages)
[PATCH bpf-next] bpftool: Set binary name to "bpftool" in help and version output
2022-10-21 21:40 UTC (2+ messages)
[PATCH] libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
2022-10-21 21:30 UTC (2+ messages)
[PATCH bpf-next v3] selftests/bpf: fix task_local_storage/exit_creds rcu usage
2022-10-21 21:10 UTC (2+ messages)
[PATCH dwarves] dwarves: zero-initialize struct cu in cu__new() to prevent incorrect BTF types
2022-10-21 20:12 UTC (5+ messages)
[PATCH 1/4] bpf, docs: Add note about type convention
2022-10-21 20:07 UTC (11+ messages)
` [PATCH 3/4] bpf, docs: Use consistent names for the same field
[PATCH bpf-next v2 0/4] Remove unnecessary RCU grace period chaining
2022-10-21 18:50 UTC (6+ messages)
[bpf-next v9 0/3] bpftool: Add autoattach for bpf prog load|loadall
2022-10-21 16:10 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