messages from 2022-05-10 22:07:52 to 2022-05-13 06:37:15 UTC [more...]
[PATCH 0/5] Atomics support for eBPF on powerpc
2022-05-13 6:37 UTC (8+ messages)
` [PATCH 1/5] bpf ppc64: add support for BPF_ATOMIC bitwise operations
` [PATCH 2/5] bpf ppc64: add support for atomic fetch operations
` [PATCH 3/5] bpf ppc64: Add instructions for atomic_[cmp]xchg
` [PATCH 4/5] bpf ppc32: add support for BPF_ATOMIC bitwise operations
` [PATCH 5/5] bpf ppc32: Add instructions for atomic_[cmp]xchg
[PATCH bpf-next 1/2] bpf: Fix combination of jit blinding and pointers to bpf subprogs
2022-05-13 5:48 UTC (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Check "
[PATCH bpf-next] selftests/bpf: Add benchmark for local_storage get
2022-05-13 3:43 UTC (4+ messages)
LSF/MM/BPF 2022: Slides and thanks!
2022-05-13 2:56 UTC
[PATCH 1/2] kernel/bpf: change "char *" string form to "char []"
2022-05-13 2:04 UTC (5+ messages)
[PATCH bpf-next v2 0/2] Introduce access remote cpu elem support in BPF percpu map
2022-05-13 1:49 UTC (8+ messages)
` [PATCH bpf-next v2 1/2] bpf: add bpf_map_lookup_percpu_elem for "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test case for bpf_map_lookup_percpu_elem
` [External] "
[PATCH bpf-next v3 0/5] sleepable uprobe support
2022-05-13 1:22 UTC (6+ messages)
` [PATCH bpf-next v3 3/5] bpf: allow sleepable uprobe programs to attach
` [PATCH bpf-next v3 1/5] bpf: move bpf_prog to bpf.h
` [PATCH bpf-next v3 4/5] libbpf: add support for sleepable uprobe programs
` [PATCH bpf-next v3 5/5] selftests/bpf: add tests for sleepable (uk)probes
` [PATCH bpf-next v3 2/5] bpf: implement sleepable uprobes by chaining gps
[PATCH bpf-next v2 0/5] sleepable uprobe support
2022-05-13 1:22 UTC (4+ messages)
` [PATCH bpf-next v2 1/5] bpf: move bpf_prog to bpf.h
bpf selftest compiling error
2022-05-13 1:12 UTC (2+ messages)
[PATCHv2 bpf-next 0/2] selftests/bpf: fix ima_setup.sh missing issue
2022-05-13 1:01 UTC (3+ messages)
` [PATCHv2 bpf-next 1/2] selftests/bpf: Fix build error with ima_setup.sh
` [PATCHv2 bpf-next 2/2] selftests/bpf: add missed ima_setup.sh in Makefile
[PATCH bpf-next] selftests/bpf: Hardcode /sys/kernel/btf/vmlinux in fewer places
2022-05-13 0:45 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: fix building bpf selftests statically
2022-05-13 0:41 UTC
[PATCH bpf-next 0/2] Add bpf_getxattr
2022-05-13 0:20 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Implement bpf_getxattr helper
` [PATCH bpf-next 2/2] bpf/selftests: Add a selftest for bpf_getxattr
[PATCH bpf-next v2 0/4] Follow ups for kptr series
2022-05-13 0:10 UTC (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: Fix sparse warning for bpf_kptr_xchg_proto
` [PATCH bpf-next v2 2/4] bpf: Prepare prog_test_struct kfuncs for runtime tests
` [PATCH bpf-next v2 3/4] selftests/bpf: Add negative C tests for kptrs
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for kptr_ref refcounting
[PATCH dwarves v2 1/2] libbpf: Sync with latest libbpf repo
2022-05-12 22:55 UTC (3+ messages)
` [PATCH dwarves v2 2/2] btf_encoder: Normalize array index type for parallel dwarf loading case
[PATCH dwarves 1/2] libbpf: Sync with latest libbpf repo
2022-05-12 22:49 UTC (5+ messages)
` [PATCH dwarves 2/2] btf_encoder: Normalize array index type for parallel dwarf loading case
[PATCH bpf-next 1/2] libbpf: add safer high-level wrappers for map operations
2022-05-12 22:07 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: convert some selftests to high-level BPF map APIs
[PATCH net-next 1/1] ixgbe: add xdp frags support to ndo_xdp_xmit
2022-05-12 21:26 UTC
[PATCH bpf-next 1/2] libbpf: add safer high-level wrappers for map operations
2022-05-12 20:50 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: convert some selftests to high-level BPF map APIs
ERROR: drivers: net: ethernet: stmicro: stmmac: stmmac_main.c
2022-05-12 20:06 UTC (2+ messages)
[PATCH bpf-next v4 0/6] Dynamic pointers
2022-05-12 20:03 UTC (4+ messages)
` [PATCH bpf-next v4 2/6] bpf: Add verifier support for dynptrs and implement malloc dynptrs
[syzbot] WARNING: suspicious RCU usage in bond_ethtool_get_ts_info
2022-05-12 19:35 UTC
[RFC PATCH bpf-next 0/5] bpf: add get_reg_val helper
2022-05-12 17:47 UTC (9+ messages)
` [RFC PATCH bpf-next 1/5] x86/fpu: Move context.h to include/asm
` [RFC PATCH bpf-next 2/5] bpf: add get_reg_val helper
` [RFC PATCH bpf-next 3/5] libbpf: usdt lib wiring of xmm reads
` [RFC PATCH bpf-next 4/5] selftests/bpf: Add test for USDT parse of xmm reg
` [RFC PATCH bpf-next 5/5] selftests/bpf: get_reg_val test exercising fxsave fetch
[PATCH bpf-next v6 00/10] bpf: cgroup_sock lsm flavor
2022-05-12 17:11 UTC (12+ messages)
` [PATCH bpf-next v6 04/10] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v6 10/10] selftests/bpf: verify lsm_cgroup struct sock access
[PATCH 0/3] bpf: optimize the bpf_kprobe_multi_link_attach function
2022-05-12 17:05 UTC (8+ messages)
` [PATCH 1/3] bpf: use 'error_xxx' tags in bpf_kprobe_multi_link_attach
` [PATCH 2/3] bpf: simplify if-if to if "
` [PATCH 3/3] bpf: use vmemdup_user instead of kvmalloc and copy_from_user
[PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout
2022-05-12 16:34 UTC (3+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: add selftest for bpf_ct_refresh_timeout kfunc
[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
2022-05-12 14:02 UTC (4+ messages)
` [PATCH net 1/2] selftests/bpf: Fix build error with ima_setup.sh
` [PATCH net 2/2] selftests/bpf: add missed ima_setup.sh in Makefile
WARNING in rtnl_dellink
2022-05-12 13:13 UTC (3+ messages)
` [syzbot] "
[PATCH] vfs: move fdput() to right place in ksys_sync_file_range()
2022-05-12 12:48 UTC (2+ messages)
[PATCH bpf-next v3 0/7] bpf trampoline for arm64
2022-05-12 10:54 UTC (8+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "
` [PATCH bpf-next v3 5/7] bpf, arm64: Support to poke bpf prog
[PATCH v2 net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
2022-05-12 10:53 UTC (2+ messages)
` [Intel-wired-lan] "
BPF maps don't work without CONFIG_TRACING/CONFIG_FTRACE
2022-05-12 9:13 UTC (8+ messages)
Questions: JIT ARM32
2022-05-12 7:22 UTC
[PATCH net-next] net: page_pool: add page allocation stats for two fast page allocate path
2022-05-12 6:56 UTC
[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v2)
2022-05-12 6:13 UTC (7+ messages)
` [PATCH 1/4] perf report: Do not extend sample type of bpf-output event
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF
[PATCH bpf-next] bpf: Fix potential array overflow in bpf_trampoline_get_progs()
2022-05-12 4:30 UTC (2+ messages)
[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-12 4:23 UTC (8+ messages)
LSF/MM session: eBPF standardization
2022-05-12 2:39 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: make fexit_stress test run in serial mode
2022-05-12 1:30 UTC (2+ messages)
[PATCH bpf-next v1 0/4] Follow ups for kptr series
2022-05-12 0:28 UTC (7+ messages)
` [PATCH bpf-next v1 2/4] bpf: Prepare prog_test_struct kfuncs for runtime tests
[PATCH bpf-next] selftests/bpf: fix a few clang compilation errors
2022-05-11 22:10 UTC (4+ messages)
[PATCH bpf-next] net: netfilter: add kfunc helper to update ct timeout
2022-05-11 19:41 UTC (3+ messages)
[PATCH bpf-next] Enable CONFIG_FPROBE for self tests
2022-05-11 19:10 UTC (4+ messages)
[PATCH bpf-next 00/12] bpf: Add 64bit enum value support
2022-05-11 18:56 UTC (34+ messages)
` [PATCH bpf-next 01/12] bpf: Add btf enum64 support
` [PATCH bpf-next 02/12] libbpf: Permit 64bit relocation value
` [PATCH bpf-next 03/12] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next 04/12] libbpf: Add btf enum64 support
` [PATCH bpf-next 05/12] bpftool: "
` [PATCH bpf-next 06/12] selftests/bpf: Fix selftests failure
` [PATCH bpf-next 09/12] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next 10/12] selftests/bpf: add a test for enum64 value relocation
[PATCHv2 0/3] perf tools: Fix prologue generation
2022-05-11 18:22 UTC (8+ messages)
` [PATCHv2 perf/core 2/3] perf tools: Register fallback libbpf section handler
[PATCH] bpf.h: fix clang compiler warning with unpriv_ebpf_notify()
2022-05-11 16:45 UTC (8+ messages)
[RFC bpf-next 0/2] bpf: allow unprivileged map access to some map types
2022-05-11 16:36 UTC (4+ messages)
` [RFC bpf-next 1/2] bpf: with CONFIG_BPF_UNPRIV_MAP_ACCESS=y, allow unprivileged access to BPF maps
` [RFC bpf-next 2/2] selftests/bpf: add tests verifying unpriv bpf map access
[PATCH bpf-next] API function for retrieving data from percpu map
2022-05-11 15:12 UTC (5+ messages)
[PATCH bpf-next 0/9] selftests: xsk: add busy-poll testing plus various fixes
2022-05-11 15:10 UTC (3+ messages)
[PATCH bpf-next] libbpf: clean up ringbuf size adjustment implementation
2022-05-11 12:10 UTC (2+ messages)
[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
2022-05-11 11:48 UTC (14+ messages)
` [PATCH bpf-next v9 3/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v9 4/5] bpf: Add selftests for raw syncookie helpers
linux-next: manual merge of the sysctl tree with the bpf-next tree
2022-05-11 6:33 UTC
[PATCH bpf-next v3 0/8] bpf: mptcp: Support for mptcp_sock and is_mptcp
2022-05-11 6:10 UTC (8+ messages)
` [PATCH bpf-next v3 1/8] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next v3 6/8] selftests: bpf: verify token of struct mptcp_sock
linux-next: manual merge of the bpf-next tree with the net-next tree
2022-05-11 1:10 UTC
[PATCH bpf-next v8 0/5] Attach a cookie to a tracing program
2022-05-11 1:10 UTC (2+ messages)
[RFC PATCH bpf-next 0/9] bpf: cgroup hierarchical stats collection
2022-05-10 22:49 UTC (15+ messages)
` [RFC PATCH bpf-next 1/9] bpf: introduce CGROUP_SUBSYS_RSTAT program type
` [RFC PATCH bpf-next 8/9] bpf: Introduce cgroup iter
[PATCH bpf] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat
2022-05-10 22:30 UTC (4+ 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