bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-15 17:00:17 to 2022-07-19 13:54:04 UTC [more...]

[PATCH rfc 0/6] Scheduler BPF
 2022-07-19 13:05 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-19 11:52 UTC  (10+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-19 11:30 UTC  (18+ messages)
                        ` cgroup specific sticky resources (was: Re: [PATCH bpf-next 0/5] bpf: BPF specific memory allocator.)

[PATCH] libbpf: fix str_has_sfx()
 2022-07-19  9:53 UTC 

[PATCH] libbpf: fix an snprintf() overflow check
 2022-07-19  9:51 UTC 

[PATCH] selftests/bpf: fix a test for snprintf() overflow
 2022-07-19  9:50 UTC 

[PATCH] libbpf: fix sign expansion bug in btf_dump_get_enum_value()
 2022-07-19  9:49 UTC 

[PATCH bpf-next] bpf: fix bpf compile error caused by CONFIG_CGROUP_BPF
 2022-07-19  9:01 UTC 

[PATCH] tools/testing/selftests/bpf/test_xdp_veth.sh: fix Couldn't retrieve pinned program
 2022-07-19  8:24 UTC 

[PATCH RFC bpf-next 0/4] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-07-19  8:24 UTC  (8+ messages)
` [PATCH RFC bpf-next 4/4] selftests/bpf: Fix kprobe get_func_ip tests "

[PATCH bpf v2 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
 2022-07-19  6:58 UTC  (8+ messages)
` [PATCH bpf v2 1/5] ip_tunnels: Add new flow flags field to ip_tunnel_key
` [PATCH bpf v2 2/5] vxlan: Use ip_tunnel_key flow flags in route lookups
` [PATCH bpf v2 3/5] geneve: "
` [PATCH bpf v2 4/5] bpf: Set flow flag to allow any source IP in bpf_tunnel_key
` [PATCH bpf v2 5/5] selftests/bpf: Don't assign outer source IP to host

perf: util/annotate.c:1752:9: error: too few arguments to function 'init_disassemble_info'
 2022-07-19  5:34 UTC  (2+ messages)

[PATCH bpf-next] bpf: Add kptr_xchg to may_be_acquire_function check
 2022-07-19  5:09 UTC  (8+ messages)

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-07-19  4:25 UTC  (33+ messages)
` [PATCH 01/16] lib/bitmap: add bitmap_check_params()
` [PATCH 02/16] lib/bitmap: don't call bitmap_set() with len == 0
` [PATCH 03/16] lib/test_bitmap: don't test bitmap_set if nbits "
` [PATCH 04/16] lib/test_bitmap: test test_bitmap_arr{32,64} starting from nbits == 1
` [PATCH 05/16] lib/test_bitmap: disable compile-time test if DEBUG_BITMAP() is enabled
` [PATCH 06/16] lib/test_bitmap: delete meaningless test for bitmap_cut
` [PATCH 07/16] smp: optimize smp_call_function_many_cond()
` [PATCH 08/16] smp: optimize smp_call_function_many_cond() for more
` [PATCH 09/16] irq: don't copy cpu affinity mask if source is equal to destination
` [PATCH 10/16] sched: optimize __set_cpus_allowed_ptr_locked()
` [PATCH 11/16] time: optimize tick_check_preferred()
` [PATCH 12/16] time: optimize tick_check_percpu()
` [PATCH 13/16] time: optimize tick_setup_device()
` [PATCH 14/16] mm/percpu: optimize pcpu_alloc_area()
` [PATCH 15/16] sched/topology: optimize topology_span_sane()
` [PATCH 16/16] lib: create CONFIG_DEBUG_BITMAP parameter

[PATCH bpf-next v2 0/5] cleanup for data casting
 2022-07-19  4:00 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: Unify memory address casting operation style
` [PATCH bpf-next v2 2/5] libbpf: "
` [PATCH bpf-next v2 3/5] selftests: bpf: "
` [PATCH bpf-next v2 4/5] samples: "
` [PATCH bpf-next v2 5/5] selftests/bpf: Change the casting about jited_ksyms and jited_linfo

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-19  0:19 UTC  (7+ messages)
` [PATCH bpf-next v3 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH] [PATCH bpf-next] libbpf: Add bpf_obj_get_opts()
 2022-07-18 21:50 UTC  (2+ messages)

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-07-18 21:01 UTC  (8+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "

What happens to a uprobe if it links to a library within a container, and that container gets deleted?
 2022-07-18 21:00 UTC  (3+ messages)

[PATCH bpf-next] RFC: libbpf: resolve rodata lookups
 2022-07-18 19:07 UTC 

Removal of 128MB limit for BPF JIT programs broke perf symbolication on aarch64
 2022-07-18 18:33 UTC  (2+ messages)
` [External] : "

[PATCH v3] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-18 17:28 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-18 16:59 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/4] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH v4 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function
` [PATCH v4 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v4 bpf-next 4/4] bpf: support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[PATCH v3 bpf-next 0/4] ftrace: host klp and bpf trampoline together
 2022-07-18 16:55 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/4] ftrace: add modify_ftrace_direct_multi_nolock
` [PATCH v3 bpf-next 2/4] ftrace: allow IPMODIFY and DIRECT ops on the same function
` [PATCH v3 bpf-next 3/4] bpf, x64: Allow to use caller address from stack
` [PATCH v3 bpf-next 4/4] bpf: support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)

[PATCH bpf 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
 2022-07-18 16:04 UTC  (5+ messages)
` [PATCH bpf 4/5] bpf: Set flow flag to allow any source IP in bpf_tunnel_key

[PATCH bpf-next v9 0/4] bpf trampoline for arm64
 2022-07-18 15:37 UTC  (4+ messages)
` [PATCH bpf-next v9 3/4] bpf, arm64: Implement bpf_arch_text_poke() "

[PATCH] bpf: Fix typo in comments in verifier
 2022-07-18 15:35 UTC  (2+ messages)

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-18 15:28 UTC  (25+ messages)
` [PATCH bpf-next v6 01/23] selftests/bpf: fix config for CLS_BPF
` [PATCH bpf-next v6 02/23] bpf/verifier: allow kfunc to read user provided context
` [PATCH bpf-next v6 03/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v6 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v6 05/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v6 06/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v6 07/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v6 08/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 UTC  (4+ messages)

[RFC PATCH 00/17] xdp: Add packet queueing and scheduling capabilities
 2022-07-18 12:45 UTC  (13+ messages)

[PATCH bpf-next 0/5] cleanup for data casting
 2022-07-18 11:57 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Unify memory address casting operation style
` [PATCH bpf-next 2/5] libbpf: "
` [PATCH bpf-next 3/5] selftests: bpf: "
` [PATCH bpf-next 4/5] samples: "
` [PATCH bpf-next 5/5] selftests/bpf: Remove the casting about jited_ksyms and jited_linfo

[PATCH RFC bpf-next 0/9] Introduce XDP-hints via BTF
 2022-07-18 10:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 7/9] i40e: add XDP-hints handling

[PATCH bpf-next] selftests: xsk: Update poll test cases
 2022-07-18  9:57 UTC 

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

init_disassemble_info() signature changes causes compile failures
 2022-07-18  8:58 UTC  (11+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes
  ` [PATCH v2 2/5] tools include: add dis-asm-compat.h to handle version differences

[Patch bpf-next] tcp: fix sock skb accounting in tcp_read_skb()
 2022-07-18  7:26 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] Use lightweigt version of bpftool
 2022-07-16  7:13 UTC  (5+ messages)

[PATCH v2 bpf-next 0/5] Add SEC("ksyscall") support
 2022-07-15 23:54 UTC  (4+ messages)
` [PATCH v2 bpf-next 5/5] selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests

[PATCH v2 bpf-next 1/2] libbpf: make RINGBUF map size adjustments more eagerly
 2022-07-15 23:39 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: test eager BPF ringbuf size adjustment logic

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-15 23:30 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: make RINGBUF map size adjustments more eagerly
 2022-07-15 23:05 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test eager BPF ringbuf size adjustment logic

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-15 21:50 UTC  (16+ messages)
` [PATCH v2 bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY

[PATCH bpf-next v2] bpf: fix bpf_skb_pull_data documentation
 2022-07-15 21:29 UTC  (2+ messages)

[PATCH bpf-next v3] docs/bpf: Update documentation for BTF_KIND_FUNC
 2022-07-15 21:28 UTC  (3+ messages)

[PATCH bpf-next v5] libbpf: perfbuf: Add API to get the ring buffer
 2022-07-15 20:00 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: fallback to tracefs mount point if debugfs is not mounted
 2022-07-15 18:57 UTC 

[PATCH bpf-next] libbpf: fallback to tracefs mount point if debugfs is not mounted
 2022-07-15 18:46 UTC  (5+ messages)

[PATCH RFC bpf-next 0/3] Execution context callbacks
 2022-07-15 18:28 UTC  (5+ messages)

[PATCH bpf-next v4] libbpf: perfbuf: Add API to get the ring buffer
 2022-07-15 17:54 UTC  (4+ messages)

[PATCH bpf-next v1] bpf: fix bpf_skb_pull_data documentation
 2022-07-15 17:44 UTC  (4+ messages)

[PATCH v2] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-15 17:37 UTC  (2+ messages)

[PATCH] bpf: fix check against plain integer v 'NULL'
 2022-07-15 17:00 UTC  (2+ messages)


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).