messages from 2022-05-12 06:13:47 to 2022-05-16 05:41:26 UTC [more...]
[PATCH bpf-next 0/5] bpf_prog_pack followup
2022-05-16 5:40 UTC (4+ messages)
` [PATCH bpf-next 1/5] bpf: fill new bpf_prog_pack with illegal instructions
` [PATCH bpf-next 3/5] bpf: introduce bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH bpf-next 5/5] bpf: use module_alloc_huge "
[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
2022-05-16 4:25 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Remove filter for unsafe functions in kprobe_multi test
[PATCHv3 bpf-next] selftests/bpf: add missed ima_setup.sh in Makefile
2022-05-16 4:00 UTC
[PATCH net 0/2] selftests/bpf: fix ima_setup.sh missing issue
2022-05-16 3:53 UTC (6+ 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
[PATCH 0/5] Atomics support for eBPF on powerpc
2022-05-16 3:03 UTC (11+ 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] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
2022-05-16 2:24 UTC
[PATCH bpf-next v3 0/2] Introduce access remote cpu elem support in BPF percpu map
2022-05-16 1:55 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: add bpf_map_lookup_percpu_elem for "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test case for bpf_map_lookup_percpu_elem
` [External] Re: [PATCH bpf-next v3 0/2] Introduce access remote cpu elem support in BPF percpu map
[linux-next:master] BUILD REGRESSION 1e1b28b936aed946122b4e0991e7144fdbbfd77e
2022-05-15 13:00 UTC
[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
2022-05-15 12:41 UTC (9+ messages)
` [PATCH v4] "
` [PATCH v4 RESEND] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
[PATCH 06/13] openrisc: Update litex defconfig to support glibc userland
2022-05-15 12:41 UTC
[RFC PATCH bpf-next v2 0/7] bpf: rstat: cgroup hierarchical stats
2022-05-15 9:07 UTC (9+ messages)
` [RFC PATCH bpf-next v2 1/7] bpf: introduce RSTAT_FLUSH program type
` [RFC PATCH bpf-next v2 2/7] cgroup: bpf: flush bpf stats on rstat flush
` [RFC PATCH bpf-next v2 3/7] libbpf: Add support for rstat flush progs
` [RFC PATCH bpf-next v2 4/7] bpf: add bpf rstat helpers
` [RFC PATCH bpf-next v2 5/7] bpf: Introduce cgroup iter
` [RFC PATCH bpf-next v2 6/7] selftests/bpf: extend cgroup helpers
` [RFC PATCH bpf-next v2 7/7] bpf: add a selftest for cgroup hierarchical stats collection
[PATCH bpf-next] selftests/bpf: Add missing trampoline program type to trampoline_count test
2022-05-15 6:31 UTC
[PATCH v2 bpf-next 0/2] net: netfilter: add kfunc helper to update ct timeout
2022-05-14 16:42 UTC (6+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: add selftest for bpf_ct_refresh_timeout kfunc
[PATCH bpf-next v2 00/18] bpf: Add 64bit enum value support
2022-05-14 3:13 UTC (19+ messages)
` [PATCH bpf-next v2 01/18] bpf: Add btf enum64 support
` [PATCH bpf-next v2 02/18] libbpf: Permit 64bit relocation value
` [PATCH bpf-next v2 03/18] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next v2 04/18] libbpf: Refactor btf__add_enum() for future code sharing
` [PATCH bpf-next v2 05/18] libbpf: Add enum64 parsing and new enum64 public API
` [PATCH bpf-next v2 06/18] libbpf: Add enum64 deduplication support
` [PATCH bpf-next v2 07/18] libbpf: Add enum64 support for btf_dump
` [PATCH bpf-next v2 08/18] libbpf: Add enum64 sanitization
` [PATCH bpf-next v2 09/18] libbpf: Add enum64 support for bpf linking
` [PATCH bpf-next v2 10/18] libbpf: Add enum64 relocation support
` [PATCH bpf-next v2 11/18] bpftool: Add btf enum64 support
` [PATCH bpf-next v2 12/18] selftests/bpf: Fix selftests failure
` [PATCH bpf-next v2 13/18] selftests/bpf: Test new enum kflag and enum64 API functions
` [PATCH bpf-next v2 14/18] selftests/bpf: Add BTF_KIND_ENUM64 unit tests
` [PATCH bpf-next v2 15/18] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next v2 16/18] selftests/bpf: Add a test for enum64 value relocations
` [PATCH bpf-next v2 17/18] selftests/bpf: Clarify llvm dependency with possible selftest failures
` [PATCH bpf-next v2 18/18] docs/bpf: Update documentation for BTF_KIND_ENUM64 support
[RFC PATCH bpf-next 0/5] bpf: add get_reg_val helper
2022-05-14 0:44 UTC (12+ 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 v2] selftests/bpf: fix building bpf selftests statically
2022-05-14 0:21 UTC
[PATCH bpf-next v4 0/7] bpf: mptcp: Support for mptcp_sock
2022-05-13 23:53 UTC (9+ messages)
` [PATCH bpf-next v4 1/7] bpf: add bpf_skc_to_mptcp_sock_proto
` [PATCH bpf-next v4 2/7] selftests/bpf: Enable CONFIG_IKCONFIG_PROC in config
` [PATCH bpf-next v4 3/7] selftests/bpf: add MPTCP test base
` [PATCH bpf-next v4 4/7] selftests/bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next v4 5/7] selftests/bpf: verify token of struct mptcp_sock
` [PATCH bpf-next v4 6/7] selftests/bpf: verify ca_name "
` [PATCH bpf-next v4 7/7] selftests/bpf: verify first "
[PATCH net-next 1/1] ixgbe: add xdp frags support to ndo_xdp_xmit
2022-05-14 0:10 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix building bpf selftests statically
2022-05-13 23:11 UTC (4+ messages)
[PATCH bpf-next v3] bpftool: Use sysfs vmlinux when dumping BTF by ID
2022-05-13 23:10 UTC (2+ messages)
[PATCH bpf-next v4 0/6] Dynamic pointers
2022-05-13 22:16 UTC (20+ messages)
` [PATCH bpf-next v4 1/6] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v4 2/6] bpf: Add verifier support for dynptrs and implement malloc dynptrs
` [PATCH bpf-next v4 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v4 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v4 5/6] bpf: Add dynptr data slices
[PATCHv2 bpf-next 0/2] selftests/bpf: fix ima_setup.sh missing issue
2022-05-13 21:59 UTC (5+ 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: fix usdt_400 test case
2022-05-13 20:10 UTC (3+ messages)
[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
2022-05-13 19:42 UTC (11+ messages)
[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
2022-05-13 19:08 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH bpf-next v3 0/5] sleepable uprobe support
2022-05-13 17:05 UTC (8+ 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 2/5] bpf: implement sleepable uprobes by chaining gps
` [PATCH bpf-next v3 5/5] selftests/bpf: add tests for sleepable (uk)probes
[PATCH bpf-next v3 0/7] bpf trampoline for arm64
2022-05-13 14:59 UTC (7+ 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 bpf-next 1/2] libbpf: add safer high-level wrappers for map operations
2022-05-13 13:20 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: convert some selftests to high-level BPF map APIs
[PATCH bpf-next 1/2] bpf: Fix combination of jit blinding and pointers to bpf subprogs
2022-05-13 13:20 UTC (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Check "
bpf_skb_adjust_room after L4 header?
2022-05-13 12:06 UTC
[PATCH 1/2] kernel/bpf: change "char *" string form to "char []"
2022-05-13 11:14 UTC (6+ messages)
[PATCH net-next] net: page_pool: add page allocation stats for two fast page allocate path
2022-05-13 10:40 UTC (2+ messages)
[RFC PATCH bpf-next 0/9] bpf: cgroup hierarchical stats collection
2022-05-13 7:16 UTC (2+ messages)
[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 bpf-next v2 0/2] Introduce access remote cpu elem support in BPF percpu map
2022-05-13 1:49 UTC (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add test case for bpf_map_lookup_percpu_elem
` [External] "
[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)
[PATCH bpf-next] selftests/bpf: Hardcode /sys/kernel/btf/vmlinux in fewer places
2022-05-13 0:45 UTC (3+ messages)
[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 (5+ messages)
` [PATCH bpf-next v2 3/4] selftests/bpf: Add negative C tests for kptrs
[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 20:50 UTC (3+ messages)
ERROR: drivers: net: ethernet: stmicro: stmmac: stmmac_main.c
2022-05-12 20:06 UTC (2+ messages)
[syzbot] WARNING: suspicious RCU usage in bond_ethtool_get_ts_info
2022-05-12 19:35 UTC
[PATCH bpf-next v6 00/10] bpf: cgroup_sock lsm flavor
2022-05-12 17:11 UTC (8+ messages)
` [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
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 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
[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v2)
2022-05-12 6:13 UTC (4+ messages)
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF
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