bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 15:14:09 to 2022-01-26 02:03:00 UTC [more...]

[PATCH v2 bpf-next 0/4] libbpf: deprecate legacy BPF map definitions
 2022-01-26  2:02 UTC  (18+ messages)
` [PATCH v2 bpf-next 3/4] "

[PATCH] tools headers UAPI: remove stale lirc.h
 2022-01-26  1:58 UTC  (3+ messages)

[PATCH v6 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-26  1:34 UTC  (24+ messages)
` [PATCH v6 bpf-next 6/7] bpf: introduce "

[PATCH for-next v4] cgroup/bpf: fast path skb BPF filtering
 2022-01-26  0:28 UTC  (2+ messages)

[Question] How to reliably get BuildIDs from bpf prog
 2022-01-26  0:16 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
 2022-01-26  0:13 UTC 

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

[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-25 23:53 UTC  (14+ messages)

[PATCH bpf-next] bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
 2022-01-25 23:49 UTC  (4+ messages)

[PATCH bpf-next] selftests: xsk: fix bpf_res cleanup test
 2022-01-25 23:01 UTC  (2+ messages)

Bpftool mirror now available
 2022-01-25 21:42 UTC  (5+ messages)

[PATCH v3] cgroup/bpf: fast path skb BPF filtering
 2022-01-25 21:27 UTC  (16+ messages)

"resolve_btfids: unresolved symbol" warnings while building v5.17-rc1
 2022-01-25 20:42 UTC 

can't get BTF: type .rodata.cst32: not found
 2022-01-25 20:32 UTC  (3+ messages)

[bpf-next] bpf: Fix possible race in inc_misses_counter
 2022-01-25 19:55 UTC  (2+ messages)

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-25 18:50 UTC  (3+ messages)
` [PATCH bpf-next v6 01/11] kernel: Implement try_module_get_live

[PATCH bpf-next] selftests: bpf: Less strict size check in sockopt_sk
 2022-01-25 17:14 UTC  (2+ messages)

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

[PATCH v4 bpf-next 0/8] xsk: Intel driver improvements
 2022-01-25 15:24 UTC  (21+ 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] bpf: fix flexible_array.cocci warnings
 2022-01-25 13:45 UTC  (2+ messages)

[PATCH] perf test: update arm64 perf_event_attr tests for --call-graph
 2022-01-25 10:44 UTC 

[PATCH bpf 0/7] selftests/bpf: use temp netns for testing
 2022-01-25  8:17 UTC  (8+ messages)
` [PATCH bpf 1/7] selftests/bpf/test_xdp_redirect_multi: "
` [PATCH bpf 2/7] selftests/bpf/test_xdp_veth: "
` [PATCH bpf 3/7] selftests/bpf/test_xdp_vlan: "
` [PATCH bpf 4/7] selftests/bpf/test_lwt_seg6local: "
` [PATCH bpf 5/7] selftests/bpf/test_tcp_check_syncookie: "
` [PATCH bpf 6/7] selftests/bpf/test_xdp_meta: "
` [PATCH bpf 7/7] selftests/bpf/test_xdp_redirect: "

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-01-25  7:54 UTC  (6+ 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

Ruch z pierwszej pozycji w Google
 2022-01-25  8:30 UTC 

[PATCH bpf v2 0/4] Bugfixes for syncookie BPF helpers
 2022-01-25  7:12 UTC  (10+ 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 v4 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-25  6:02 UTC  (14+ 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

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-25  4:10 UTC  (10+ messages)
` [PATCH v7 bpf-next 0/4] Add bpf_copy_from_user_task "
  ` [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 "

[RFC bpf-next 0/2] introduce bpf fdb lookup helper for xdp
 2022-01-25  5:09 UTC  (6+ 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 v5 0/3] Fix the incorrect register read for syscalls on x86_64
 2022-01-25  5:05 UTC  (3+ messages)
` [PATCH v5 3/3] libbpf: Add a test to confirm PT_REGS_PARM4_SYSCALL

[PATCH bpf-next] libbpf: mark bpf_object__open_xattr() deprecated
 2022-01-25  4:54 UTC  (2+ messages)

[PATCH bpf-next 1/1] bpf: Add bpf_copy_from_user_remote to read a process VM given its PID
 2022-01-25  4:42 UTC  (6+ messages)

[PATCH bpf-next 0/2] deprecate bpf_object__open_buffer() API
 2022-01-25  4:48 UTC  (4+ 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 v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2022-01-25  3:58 UTC  (9+ messages)

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

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-24 22:47 UTC  (5+ messages)

pull-request: bpf-next 2022-01-24
 2022-01-25  1:04 UTC  (2+ messages)

[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 

[PATCH 1/3] perf/bpf: Remove prologue generation
 2022-01-24 20:24 UTC  (2+ messages)

[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 

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

[PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper
 2022-01-24 17:30 UTC  (2+ 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 bpf-next] selftests: xsk: fix rx_full stats test
 2022-01-24 16:49 UTC  (2+ messages)

[PATCH v3 bpf-next 0/7] xsk: Intel driver improvements
 2022-01-24 16:44 UTC  (5+ messages)
` [PATCH bpf-next v3 2/7] ice: xsk: handle SW XDP ring wrap and bump tail more often

[RFC bpf-next 0/3] bpf: Introduce module helper functions
 2022-01-24 16:33 UTC  (8+ messages)
` [RFC bpf-next 2/3] bpf: add support for module helpers in verifier
    ` [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)


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