bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-21 13:57:38 to 2022-01-25 03:15:50 UTC [more...]

[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-25  1:16 UTC  (9+ messages)

[PATCH v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-25  0:27 UTC  (9+ messages)
` [PATCH v2 bpf-next 3/4] "

[PATCH bpf-next] libbpf: mark bpf_object__open_xattr() deprecated
 2022-01-25  1:09 UTC 

[PATCH bpf-next] bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
 2022-01-25  0:38 UTC 

[PATCH bpf-next 0/2] deprecate bpf_object__open_buffer() API
 2022-01-25  0:59 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: mark bpf_object__open_buffer() API deprecated
` [PATCH bpf-next 2/2] perf: stop using bpf_object__open_buffer() API

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-24 22:19 UTC  (29+ messages)
` [PATCH v5 "
  ` [PATCH v5 bpf-next 1/3] bpf: Add bpf_access_process_vm() helper
` [PATCH v6 bpf-next 0/3] Add bpf_copy_from_user_task helper and sleepable bpf iterator programs
  ` [PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper
  ` [PATCH v6 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v6 bpf-next 3/3] selftests/bpf: Add test "
` [PATCH v7 bpf-next 0/4] Add bpf_copy_from_user_task helper and "
  ` [PATCH v7 bpf-next 1/4] bpf: Add support for bpf iterator programs to use sleepable helpers
  ` [PATCH v7 bpf-next 2/4] bpf: Add bpf_copy_from_user_task() helper
  ` [PATCH v7 bpf-next 3/4] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v7 bpf-next 4/4] selftests/bpf: Add test "

[PATCH 5.16 0943/1039] perf evsel: Override attr->sample_period for non-libpfm4 events
 2022-01-24 18:45 UTC 

linux-next: manual merge of the bpf-next tree with Linus' tree
 2022-01-24 21:43 UTC 

linux-next: manual merge of the bpf-next tree with Linus' tree
 2022-01-24 21:56 UTC 

[RFC PATCH v3 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-24 22:23 UTC  (9+ messages)

[Question] How to reliably get BuildIDs from bpf prog
 2022-01-24 20:59 UTC 

[PATCH v4 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-24 22:23 UTC  (13+ messages)
` [PATCH v4 1/9] ftrace: Add ftrace_set_filter_ips function
` [PATCH v4 2/9] fprobe: Add ftrace based probe APIs
` [PATCH v4 3/9] rethook: Add a generic return hook
` [PATCH v4 4/9] rethook: x86: Add rethook x86 implementation
` [PATCH v4 5/9] ARM: rethook: Add rethook arm implementation
` [PATCH v4 6/9] arm64: rethook: Add arm64 rethook implementation
` [PATCH v4 7/9] fprobe: Add exit_handler support
` [PATCH v4 8/9] fprobe: Add sample program for fprobe
` [PATCH v4 9/9] docs: fprobe: Add fprobe description to ftrace-use.rst

pull-request: bpf-next 2022-01-24
 2022-01-24 22:12 UTC 

[PATCH 1/3] perf/bpf: Remove prologue generation
 2022-01-24 20:24 UTC  (4+ messages)
` [PATCH 2/3] perf/bpf: Remove special bpf config support
` [PATCH 3/3] perf tests: Remove bpf prologue generation test

[PATCH v2 bpf-next 0/7] libbpf: deprecate some setter and getter APIs
 2022-01-24 19:42 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] libbpf: hide and discourage inconsistently named getters
` [PATCH v2 bpf-next 2/7] libbpf: deprecate bpf_map__resize()
` [PATCH v2 bpf-next 3/7] libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
` [PATCH v2 bpf-next 4/7] bpftool: use preferred setters/getters instead of deprecated ones
` [PATCH v2 bpf-next 5/7] selftests/bpf: use preferred setter/getter APIs "
` [PATCH v2 bpf-next 6/7] samples/bpf: use preferred getters/setters "
` [PATCH v2 bpf-next 7/7] perf: use generic bpf_program__set_type() to set BPF prog type

[PATCH 5.15 768/846] perf evsel: Override attr->sample_period for non-libpfm4 events
 2022-01-24 18:44 UTC 

[PATCH 5.10 508/563] perf evsel: Override attr->sample_period for non-libpfm4 events
 2022-01-24 18:44 UTC 

[RFC bpf-next 0/2] introduce bpf fdb lookup helper for xdp
 2022-01-24 18:32 UTC  (5+ messages)
` [RFC bpf-next 1/2] net: bridge: add unstable br_fdb_find_port_from_ifindex helper
` [RFC bpf-next 2/2] samples: bpf: add xdp fdb lookup program

[PATCH v6 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-24 18:27 UTC  (19+ messages)
` [PATCH v6 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v6 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v6 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v6 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v6 bpf-next 5/7] x86/alternative: introduce text_poke_copy
` [PATCH v6 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v6 bpf-next 7/7] bpf, x86_64: use "

[PATCH v3] cgroup/bpf: fast path skb BPF filtering
 2022-01-24 18:25 UTC  (14+ messages)

kernel BUG at mm/vmalloc.c:LINE! (2)
 2022-01-24 17:59 UTC  (3+ messages)

[PATCH v2 RESEND] net/mlx5e: Avoid field-overflowing memcpy()
 2022-01-24 17:20 UTC 

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2022-01-24 17:02 UTC  (6+ messages)
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler

[PATCH v4 bpf-next 0/8] xsk: Intel driver improvements
 2022-01-24 16:55 UTC  (9+ messages)
` [PATCH bpf-next v4 1/8] ice: remove likely for napi_complete_done
` [PATCH bpf-next v4 2/8] ice: xsk: force rings to be sized to power of 2
` [PATCH bpf-next v4 3/8] ice: xsk: handle SW XDP ring wrap and bump tail more often
` [PATCH bpf-next v4 4/8] ice: make Tx threshold dependent on ring length
` [PATCH bpf-next v4 5/8] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next v4 6/8] ice: xsk: avoid potential dead AF_XDP Tx processing
` [PATCH bpf-next v4 7/8] ice: xsk: improve AF_XDP ZC Tx and use batching API
` [PATCH bpf-next v4 8/8] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH bpf-next] selftests: xsk: fix rx_full stats test
 2022-01-24 16:49 UTC  (3+ messages)

[PATCH v3 bpf-next 0/7] xsk: Intel driver improvements
 2022-01-24 16:44 UTC  (12+ messages)
` [PATCH bpf-next v3 2/7] ice: xsk: handle SW XDP ring wrap and bump tail more often
` [PATCH bpf-next v3 3/7] ice: make Tx threshold dependent on ring length
  ` Rx: "
` [PATCH bpf-next v3 6/7] ice: xsk: improve AF_XDP ZC Tx and use batching API

[RFC bpf-next 0/3] bpf: Introduce module helper functions
 2022-01-24 16:33 UTC  (11+ messages)
` [RFC bpf-next 1/3] bpf: btf: Introduce infrastructure for module helpers
` [RFC bpf-next 2/3] bpf: add support for module helpers in verifier
` [RFC bpf-next 3/3] selftests/bpf: add test for module helper
    ` [External] Re: [RFC bpf-next 0/3] bpf: Introduce module helper functions

[PATCH bpf-next] bpf: fix flexible_array.cocci warnings
 2022-01-24 16:24 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: enable kfunc call
 2022-01-24 16:21 UTC  (2+ messages)

[PATCH] tools headers UAPI: remove stale lirc.h
 2022-01-24 15:30 UTC 

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-01-24 15:13 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Make errors of bpf_tcp_check_syncookie distinguishable
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v2 3/3] bpf: Add selftests for raw syncookie helpers

[PATCH bpf v2 0/4] Bugfixes for syncookie BPF helpers
 2022-01-24 15:11 UTC  (5+ messages)
` [PATCH bpf v2 1/4] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf v2 2/4] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
` [PATCH bpf v2 3/4] bpf: Use EOPNOTSUPP "
` [PATCH bpf v2 4/4] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie

[PATCH v5 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-01-24 14:16 UTC  (4+ messages)
` [PATCH v5 1/3] libbpf: Extract syscall wrapper
` [PATCH v5 2/3] libbpf: Fix the incorrect register read for syscalls on x86_64
` [PATCH v5 3/3] libbpf: Add a test to confirm PT_REGS_PARM4_SYSCALL

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-24 14:13 UTC  (13+ messages)
` [RFC bpf-next 1/3] libbpf: support function name-based attach for uprobes
` [RFC bpf-next 2/3] libbpf: add auto-attach for uprobes based on section name
` [RFC bpf-next 3/3] selftests/bpf: add tests for u[ret]probe attach by name

Sampling of non-C-like stacks with eBPF and perf_events?
 2022-01-24 13:48 UTC  (4+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in unix_shutdown
 2022-01-24 13:00 UTC  (2+ messages)

Bpftool mirror now available
 2022-01-24 12:13 UTC  (7+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Read in __bpf_prog_put
 2022-01-24 11:42 UTC  (3+ messages)

[PATCH] inet: missing lock releases in udp.c
 2022-01-23 19:57 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
 2022-01-23 17:06 UTC  (7+ messages)
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API

[PATCH bpf-next 1/1] bpf: Add bpf_copy_from_user_remote to read a process VM given its PID
 2022-01-23 10:47 UTC  (5+ messages)

[RFC PATCH v3 net-next 0/4] Preserve mono delivery time (EDT) in skb->tstamp
 2022-01-22 21:05 UTC  (14+ messages)
` [RFC PATCH v3 net-next 1/4] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [RFC PATCH v3 net-next 3/4] net: Set skb->mono_delivery_time and clear it when delivering locally
` [RFC PATCH v3 net-next 4/4] bpf: Add __sk_buff->mono_delivery_time and handle __sk_buff->tstamp based on tc_at_ingress

[PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API
 2022-01-22 20:29 UTC  (11+ messages)

[PATCH] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-22 20:17 UTC  (8+ messages)

[PATCH v2] perf record/arm-spe: Override attr->sample_period for non-libpfm4 events
 2022-01-22 20:15 UTC  (2+ messages)

[bpf-next] bpf: Fix possible race in inc_misses_counter
 2022-01-22 10:29 UTC 

[PATCH bpf v2] selftests: bpf: Fix bind on used port
 2022-01-22  0:20 UTC  (5+ messages)

[PATCH v23 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-21 22:21 UTC  (2+ messages)

[PATCH bpf-next v4 0/8] libbpf: Implement BTFGen
 2022-01-21 21:35 UTC  (16+ messages)
` [PATCH bpf-next v4 1/8] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v4 2/8] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v4 3/8] bpftool: Add gen btf command
` [PATCH bpf-next v4 4/8] bpftool: Implement btf_save_raw()

[PATCH] net/mlx5e: Add support for using xdp->data_meta
 2022-01-21 19:01 UTC  (2+ messages)

[PATCH v5 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21 18:56 UTC  (6+ messages)
` [PATCH v5 bpf-next 7/7] bpf, x86_64: use "

[PATCH bpf-next 0/2] arm64, bpf: support more atomic ops
 2022-01-21 17:43 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: use raw_tp program for atomic test
` [PATCH bpf-next 2/2] arm64, bpf: support more atomic operations

[PATCH v2 07/12] virtio: queue_reset: pci: support VIRTIO_F_RING_RESET
 2022-01-21 15:45 UTC  (3+ 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).