messages from 2021-09-22 00:50:32 to 2021-09-27 15:00:15 UTC [more...]
[PATCH bpf-next v5 00/12] Support kernel module function calls from eBPF
2021-09-27 14:59 UTC (6+ messages)
` [PATCH bpf-next v5 01/12] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v5 02/12] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v5 03/12] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v5 04/12] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v5 05/12] bpf: Enable TCP congestion control kfunc from modules
[PATCH] samples/bpf: relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause
2021-09-27 14:39 UTC (8+ messages)
[PATCH bpf-next 0/4] Fix up bpf_jit_limit some more
2021-09-27 14:01 UTC (8+ messages)
` [PATCH bpf-next 1/4] bpf: define bpf_jit_alloc_exec_limit for riscv JIT
` [PATCH bpf-next 2/4] bpf: define bpf_jit_alloc_exec_limit for arm64 JIT
` [PATCH bpf-next 3/4] bpf: prevent increasing bpf_jit_limit above max
` [PATCH bpf-next 4/4] bpf: export bpf_jit_current
[PATCH bpf-next] samples: bpf: avoid name collision with kernel enum values
2021-09-27 13:46 UTC (3+ messages)
Redux: Backwards compatibility for XDP multi-buff
2021-09-27 12:43 UTC (24+ messages)
[PATCH bpf v2 1/2] bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
2021-09-27 12:39 UTC (2+ messages)
` [PATCH bpf v2 2/2] bpf, test, cgroup: Use sk_{alloc,free} for test cases
[PATCH RESEND bpf] bpf, s390: Fix potential memory leak about jit_data
2021-09-27 11:33 UTC
Happy birthday BPF!
2021-09-26 20:34 UTC
[PATCH v3 0/9] sections: Unify kernel sections range check and use
2021-09-26 7:20 UTC (10+ messages)
` [PATCH v3 1/9] kallsyms: Remove arch specific text and data check
` [PATCH v3 2/9] kallsyms: Fix address-checks for kernel related range
` [PATCH v3 3/9] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v3 4/9] sections: Move is_kernel_inittext() into sections.h
` [PATCH v3 5/9] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v3 6/9] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v3 7/9] mm: kasan: Use is_kernel() helper
` [PATCH v3 8/9] extable: Use is_kernel_text() helper
` [PATCH v3 9/9] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper
[RFC PATCH] tracing: BTF testing for kprobe-events
2021-09-25 14:15 UTC (4+ messages)
` [RFC PATCH] tracing/kprobe: Support $$args for function entry
Reason for libbpf rejecting SECTION symbols in 'maps' section
2021-09-25 9:19 UTC (3+ messages)
[PATCH] bpf: Fix integer overflow in prealloc_elems_and_freelist()
2021-09-25 5:31 UTC
[PATCH bpf-next v4 00/11] Support kernel module function calls from eBPF
2021-09-25 0:30 UTC (11+ messages)
` [PATCH bpf-next v4 06/11] libbpf: Support kernel module function calls
` [PATCH bpf-next v4 11/11] bpf: selftests: Add selftests for module kfunc support
[PATCH bpf] libbpf: Fix segfault in static linker for objects without BTF
2021-09-24 23:35 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix btf_dump __int128 test failure with clang build kernel
2021-09-24 23:35 UTC (3+ messages)
[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
2021-09-24 23:13 UTC (7+ messages)
` [PATCH RFC bpf-next 03/10] bpf: Add proto of bpf_core_apply_relo()
[PATCH v3 bpf-next 0/5] Implement bloom filter map
2021-09-24 23:12 UTC (22+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Add bloom filter map implementation
` [PATCH v3 bpf-next 2/5] libbpf: Allow the number of hashes in bloom filter maps to be configurable
[Patch bpf 0/3] sock_map: fix ->poll() and update selftests
2021-09-24 22:05 UTC (4+ messages)
` [Patch bpf 1/3] skmsg: introduce sk_psock_get_checked()
` [Patch bpf 2/3] net: poll psock queues too for sockmap sockets
` [Patch bpf 3/3] selftests/bpf: use recv_timeout() instead of retries
[PATCH bpf-next] MAINTAINERS: add btf headers to BPF
2021-09-24 21:40 UTC (2+ messages)
[PATCH bpf 1/2] bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
2021-09-24 21:20 UTC (4+ messages)
` [PATCH bpf 2/2] bpf, test, cgroup: Use sk_{alloc,free} for test cases
[RFC PATCH bpf-next 0/2] bpf: keep track of prog verification stats
2021-09-24 18:24 UTC (5+ messages)
[PATCH v29 02/28] LSM: Add the lsmblob data structure
2021-09-24 17:54 UTC
bpf_jit_limit close shave
2021-09-24 10:35 UTC (11+ messages)
[PATCH v3 bpf-next 0/9] libbpf: stricter BPF program section name handling
2021-09-23 20:41 UTC (14+ messages)
` [PATCH v3 bpf-next 1/9] selftests/bpf: normalize XDP section names in selftests
` [PATCH v3 bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage
` [PATCH v3 bpf-next 3/9] selftests/bpf: normalize all the rest SEC() uses
` [PATCH v3 bpf-next 4/9] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH v3 bpf-next 5/9] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH v3 bpf-next 6/9] libbpf: refactor ELF section handler definitions
` [PATCH v3 bpf-next 7/9] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH v3 bpf-next 8/9] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH v3 bpf-next 9/9] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use
[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
2021-09-23 19:07 UTC (4+ messages)
[PATCH net-next] net: mlx4: Add support for XDP_REDIRECT
2021-09-23 17:31 UTC
kernel BUG in __pskb_pull_tail
2021-09-23 13:58 UTC (2+ messages)
[PATCH 00/13] get_abi.pl undefined: improve precision and performance
2021-09-23 13:58 UTC (3+ messages)
` [PATCH 02/13] scripts: get_abi.pl: Check for missing symbols at the ABI specs
[RFC PATCH] Series short description
2021-09-23 12:40 UTC (2+ messages)
[PATCH bpf] selftests: bpf: test_lwt_ip_encap: really disable rp_filter
2021-09-23 8:40 UTC
[PATCH AUTOSEL 5.4 06/19] bpf: Add oversize check before call kvcalloc()
2021-09-23 3:38 UTC
[PATCH v2 bpf-next] libbpf: Use sysconf to simplify libbpf_num_possible_cpus
2021-09-23 2:49 UTC (4+ messages)
[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
2021-09-23 2:05 UTC (7+ messages)
[PATCH v2 1/2] tools/include: Update if_link.h and netlink.h
2021-09-22 22:29 UTC (2+ messages)
` [PATCH v2 2/2] tools/include: Add rtnetlink.h, id_addr.h and neighbour.h
[PATCH v2 bpf-next 0/9] libbpf: stricter BPF program section name handling
2021-09-22 22:12 UTC (18+ messages)
` [PATCH v2 bpf-next 4/9] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH v2 bpf-next 5/9] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH v2 bpf-next 6/9] libbpf: refactor ELF section handler definitions
` [PATCH v2 bpf-next 7/9] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH v2 bpf-next 8/9] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use
[PATCH bpf] bpf: exempt CAP_BPF from checks against bpf_jit_limit
2021-09-22 21:40 UTC (2+ messages)
[PATCH v2 bpf-next] bpf: Document BPF licensing
2021-09-22 21:20 UTC (2+ messages)
[PATCH RFC bpf-next 0/4] bpf_jhash_mem() and BPF Bloom filter implementation
2021-09-22 20:32 UTC (5+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add bpf_jhash_mem BPF helper
` [PATCH RFC bpf-next 2/4] selftests/bpf: fix and optimize bloom filter bench
` [PATCH RFC bpf-next 3/4] selftests/bpf: implement custom Bloom filter purely in BPF
` [PATCH RFC bpf-next 4/4] selftests/bpf: integrate custom Bloom filter impl into benchs
[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
2021-09-22 18:28 UTC (5+ messages)
` [PATCH v7 intel-next 3/9] ice: split ice_ring onto Tx/Rx separate structs
` [Intel-wired-lan] "
` [PATCH v7 intel-next 9/9] ice: make use of ice_for_each_* macros
` [Intel-wired-lan] "
[PATCH v3] skmsg: lose offset info in sk_psock_skb_ingress
2021-09-22 9:32 UTC
[PATCH v3 0/7] get_abi.pl: Check for missing symbols at the ABI specs
2021-09-22 8:43 UTC (7+ messages)
[PATCH bpf-next 00/13] xsk: i40e: ice: introduce batching for Rx buffer allocation
2021-09-22 7:56 UTC (14+ messages)
` [PATCH bpf-next 01/13] xsk: get rid of unused entry in struct xdp_buff_xsk
` [PATCH bpf-next 02/13] xsk: batched buffer allocation for the pool
` [PATCH bpf-next 03/13] ice: use xdp_buf instead of rx_buf for xsk zero-copy
` [PATCH bpf-next 04/13] ice: use the xsk batched rx allocation interface
` [PATCH bpf-next 05/13] i40e: "
` [PATCH bpf-next 06/13] xsk: optimize for aligned case
` [PATCH bpf-next 07/13] selftests: xsk: fix missing initialization
` [PATCH bpf-next 08/13] selftests: xsk: put the same buffer only once in the fill ring
` [PATCH bpf-next 09/13] selftests: xsk: fix socket creation retry
` [PATCH bpf-next 10/13] selftests: xsk: introduce pacing of traffic
` [PATCH bpf-next 11/13] selftests: xsk: add single packet test
` [PATCH bpf-next 12/13] selftests: xsk: change interleaving of packets in unaligned mode
` [PATCH bpf-next 13/13] selftests: xsk: add frame_headroom test
[PATCH] libbpf: Use sysconf to simplify libbpf_num_possible_cpus
2021-09-22 3:21 UTC (3+ messages)
[PATCH v2 bpf-next 0/4] libbpf: add legacy uprobe support
2021-09-22 2:43 UTC (2+ messages)
[PATCH v2] skmsg: lose offset info in sk_psock_skb_ingress
2021-09-22 2:21 UTC (3+ messages)
[PATCH dwarves v2 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
2021-09-22 2:13 UTC (3+ messages)
` [PATCH dwarves v2 1/2] dwarf_loader: parse dwarf tag DW_TAG_LLVM_annotation
` [PATCH dwarves v2 2/2] btf_encoder: generate BTF_KIND_TAG from llvm annotations
KASAN: use-after-free Read in tcp_write_timer_handler
2021-09-22 1:56 UTC (2+ messages)
[PATCH dwarves 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
2021-09-22 1:16 UTC (4+ messages)
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_TAG from llvm annotations
[PATCH v2 bpf-next 0/4] bpf: Support <8-byte scalar spill and refill
2021-09-22 0:49 UTC (3+ messages)
` [PATCH v2 bpf-next 2/4] "
` [PATCH v2 bpf-next 4/4] bpf: selftest: Add verifier tests for "
page: next (older) | prev (newer) | latest
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).