bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-02 16:11:54 to 2022-05-09 10:05:44 UTC [more...]

[PATCH v6 1/2] net: fix wrong network header length
 2022-05-09 10:00 UTC  (3+ messages)
` [PATCH v6 2/2] selftests net: add UDP GRO fraglist + bpf self-tests

[PATCH bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
 2022-05-09  9:46 UTC  (2+ messages)

[PATCH] bpftool: declare generator name
 2022-05-09  9:02 UTC 

[PATCH bpf-next v3 0/8] bpf: mptcp: Support for mptcp_sock and is_mptcp
 2022-05-09  9:00 UTC  (17+ messages)
` [PATCH bpf-next v3 1/8] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next v3 2/8] bpf: add bpf_skc_to_mptcp_sock_proto
` [PATCH bpf-next v3 3/8] selftests: bpf: Enable CONFIG_IKCONFIG_PROC in config
` [PATCH bpf-next v3 4/8] selftests: bpf: add MPTCP test base
` [PATCH bpf-next v3 5/8] selftests: bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next v3 6/8] selftests: bpf: verify token of struct mptcp_sock
` [PATCH bpf-next v3 7/8] selftests: bpf: verify ca_name "
` [PATCH bpf-next v3 8/8] selftests: bpf: verify first "

[PATCHv5 bpf-next 0/5] bpf: Speed up symbol resolving in kprobe multi link
 2022-05-09  7:43 UTC  (8+ messages)
` [PATCHv5 bpf-next 1/5] kallsyms: Fully export kallsyms_on_each_symbol function
` [PATCHv5 bpf-next 2/5] ftrace: Add ftrace_lookup_symbols function
` [PATCHv5 bpf-next 3/5] fprobe: Resolve symbols with ftrace_lookup_symbols
` [PATCHv5 bpf-next 4/5] bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
` [PATCHv5 bpf-next 5/5] selftests/bpf: Add attach bench test

[PATCH bpf-next 0/3] Modify some code in sysctl_net_core.c
 2022-05-09  6:57 UTC  (4+ messages)
` [PATCH bpf-next 1/3] net: sysctl: Use SYSCTL_TWO instead of &two
` [PATCH bpf-next 2/3] net: sysctl: No need to check CAP_SYS_ADMIN for bpf_jit_*
` [PATCH bpf-next 3/3] bpf: Print some info if disable bpf_jit_enable failed

[PATCH bpf-next v5 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-05-09  3:23 UTC  (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: handle "

[PATCH bpf-next 00/12] bpf: Add 64bit enum value support
 2022-05-09  2:21 UTC  (10+ messages)
` [PATCH bpf-next 01/12] bpf: Add btf enum64 support
` [PATCH bpf-next 02/12] libbpf: Permit 64bit relocation value
` [PATCH bpf-next 03/12] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next 06/12] selftests/bpf: Fix selftests failure

[PATCH bpf-next 0/9] Misc libbpf fixes and small improvements
 2022-05-09  0:41 UTC  (10+ messages)
` [PATCH bpf-next 1/9] selftests/bpf: prevent skeleton generation race
` [PATCH bpf-next 2/9] libbpf: make __kptr and __kptr_ref unconditionally use btf_type_tag() attr
` [PATCH bpf-next 3/9] libbpf: improve usability of field-based CO-RE helpers
` [PATCH bpf-next 4/9] selftests/bpf: use both syntaxes for "
` [PATCH bpf-next 5/9] libbpf: complete field-based CO-RE helpers with field offset helper
` [PATCH bpf-next 6/9] selftests/bpf: add bpf_core_field_offset() tests
` [PATCH bpf-next 7/9] libbpf: provide barrier() and barrier_var() in bpf_helpers.h
` [PATCH bpf-next 8/9] libbpf: automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary
` [PATCH bpf-next 9/9] selftests/bpf: test libbpf's ringbuf size fix up logic

[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
 2022-05-08 21:59 UTC  (4+ messages)
` [PATCH bpf-next v6 13/13] selftests/bpf: Add test for strict BTF type check

[PATCH bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-05-08 21:53 UTC 

[PATCH bpf-next v7 0/5] Attach a cookie to a tracing program
 2022-05-08  3:21 UTC  (6+ messages)
` [PATCH bpf-next v7 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v7 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v7 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm
` [PATCH bpf-next v7 4/5] libbpf: Assign cookies to links in libbpf
` [PATCH bpf-next v7 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret/lsm

[PATCH bpf v2 0/3] bpf: invalidate unused part of bpf_prog_pack
 2022-05-07 19:36 UTC  (6+ messages)

[PATCH] samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided
 2022-05-07 16:16 UTC 

[PATCH net-next] net: use the %px format to display sock
 2022-05-07 14:22 UTC  (4+ messages)

: [PATCH] ftrace/x86: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functions
 2022-05-07 13:53 UTC  (4+ messages)

[PATCH] rethook: Reject getting a rethook if RCU is not watching
 2022-05-07  4:46 UTC 

Need help: a function symbol can't be found in bpf object file when generating skeleton
 2022-05-07  2:57 UTC 

[PATCH bpf-next] bpf: add bpf_map_lookup_percpu_elem for percpu map
 2022-05-07  2:48 UTC 

[PATCH bpf-next v3 0/6] Dynamic pointers
 2022-05-07  1:48 UTC  (18+ messages)
` [PATCH bpf-next v3 1/6] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v3 2/6] bpf: Add verifier support for dynptrs and implement malloc dynptrs
` [PATCH bpf-next v3 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v3 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v3 5/6] bpf: Add dynptr data slices
` [PATCH bpf-next v3 6/6] bpf: Dynptr tests

[PATCH bpf-next v2 0/2] Support riscv jit to provide
 2022-05-07  0:51 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH bpf-next v2 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-05-07  0:48 UTC  (6+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo

[RFC RESEND 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-05-07  0:14 UTC  (7+ messages)
` [PATCH 4/4] perf record: Handle argument change in sched_switch

[PATCH bpf-next v6 00/10] bpf: cgroup_sock lsm flavor
 2022-05-07  0:12 UTC  (5+ messages)
` [PATCH bpf-next v6 03/10] bpf: per-cgroup "
` [PATCH bpf-next v6 05/10] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-06 21:51 UTC  (11+ messages)
` [PATCH bpf-next v9 1/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v9 2/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v9 3/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v9 4/5] bpf: Add selftests for raw syncookie helpers
` [PATCH bpf-next v9 5/5] bpf: Allow the new syncookie helpers to work with SKBs

[PATCH bpf-next] API function for retrieving data from percpu map
 2022-05-06 20:55 UTC  (4+ messages)

[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v2)
 2022-05-06 20:16 UTC  (5+ messages)
` [PATCH 1/4] perf report: Do not extend sample type of bpf-output event
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF
` [PATCH 3/4] perf record: Implement basic filtering for off-cpu
` [PATCH 4/4] perf record: Handle argument change in sched_switch

[PATCH bpf] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat
 2022-05-06 14:21 UTC 

can't get BTF: type .rodata.cst32: not found
 2022-05-06 14:11 UTC  (18+ messages)

[PATCH] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-05-06  1:32 UTC  (2+ messages)

[PATCH bpf-next 04/12] libbpf: Add btf enum64 support
 2022-05-05 22:44 UTC  (3+ messages)

[PATCH] net/core: Make bpf_skb_adjust_room BPF helper available for packets with non IPv4 or IPv6 payload
 2022-05-05 22:06 UTC 

[PATCH net-next] i40e: add xdp frags support to ndo_xdp_xmit
 2022-05-05 20:09 UTC  (3+ messages)
` [Intel-wired-lan] "

[Patch net-next v13 00/13] net: dsa: microchip: DSA driver support for LAN937x
 2022-05-05 15:15 UTC  (17+ messages)
` [Patch net-next v13 01/13] dt-bindings: net: make internal-delay-ps based on phy-mode
` [Patch net-next v13 02/13] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [Patch net-next v13 03/13] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [Patch net-next v13 04/13] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [Patch net-next v13 05/13] net: dsa: microchip: add DSA support for microchip LAN937x
` [Patch net-next v13 06/13] net: dsa: microchip: add support for phy read and write
` [Patch net-next v13 07/13] net: dsa: microchip: add LAN937x SPI driver
` [Patch net-next v13 08/13] net: dsa: microchip: add support for MTU configuration and fast_age
` [Patch net-next v13 09/13] net: dsa: microchip: add support for phylink management
` [Patch net-next v13 10/13] net: dsa: microchip: add support for ethtool port counters
` [Patch net-next v13 11/13] net: dsa: microchip: add support for port mirror operations
` [Patch net-next v13 12/13] net: dsa: microchip: add support for fdb and mdb management
` [Patch net-next v13 13/13] net: dsa: microchip: add support for vlan operations

[PATCH bpf-next] bpf/xdp: Can't detach BPF XDP prog if not exist
 2022-05-05 14:27 UTC  (4+ messages)
  ` 答复: "

[PATCH] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-05-05 13:56 UTC  (2+ messages)

[PATCH] perf: Fix pass 0 to PTR_ERR
 2022-05-05 13:57 UTC 

[PATCH bpf-next v2] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-05-05 13:05 UTC 

[PATCH bpf-next 0/2] bpftool: fix feature output when helper probes fail
 2022-05-05 10:15 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpftool: adjust for error codes from libbpf probes
` [PATCH bpf-next 2/2] bpftool: output message if no helpers found in feature probing

Napływ Klientów ze strony
 2022-05-05  7:36 UTC 

[PATCH bpf-next] bpf: Remove unused parameter from find_kfunc_desc_btf()
 2022-05-05  7:01 UTC 

[PATCH] fsnotify: add generic perm check for unlink/rmdir
 2022-05-04 19:27 UTC  (8+ messages)

[PATCH][next] selftests/seccomp: Fix spelling mistake "Coud" -> "Could"
 2022-05-04 18:45 UTC  (2+ messages)

[PATCH 5.17 151/225] perf arm-spe: Fix addresses of synthesized SPE events
 2022-05-04 16:46 UTC 

[PATCH 5.15 123/177] perf arm-spe: Fix addresses of synthesized SPE events
 2022-05-04 16:45 UTC 

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2022-05-04 11:34 UTC  (4+ messages)

[PATCH bpf-next] net: netfilter: add kfunc helper to update ct timeout
 2022-05-04  4:01 UTC  (3+ messages)
` [RFC PATCH] net: netfilter: bpf_ct_refresh_timeout() can be static

[PATCH bpf-next v4 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-05-04  0:13 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: handle "

Question: missing vmlinux BTF variable declarations
 2022-05-03 22:31 UTC  (12+ messages)

[Patch net-next v12 00/13] net: dsa: microchip: DSA driver support for LAN937x
 2022-05-03 19:23 UTC  (8+ messages)
` [Patch net-next v12 01/13] dt-bindings: net: make internal-delay-ps based on phy-mode
` [Patch net-next v12 02/13] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [Patch net-next v12 05/13] net: dsa: microchip: add DSA support for microchip LAN937x

[PATCH bpf-next v2 0/5] sleepable uprobe support
 2022-05-03 17:20 UTC  (9+ messages)
` [PATCH bpf-next v2 3/5] bpf: allow sleepable uprobe programs to attach
` [PATCH bpf-next v2 5/5] selftests/bpf: add tests for sleepable kprobes and uprobes
` [PATCH bpf-next v2 2/5] bpf: implement sleepable uprobes by chaining tasks_trace and normal rcu
` [PATCH bpf-next v2 4/5] libbpf: add support for sleepable kprobe and uprobe programs
` [PATCH bpf-next v2 1/5] bpf: move bpf_prog to bpf.h

[PATCH bpf-next v8 0/5] New BPF helpers to accelerate synproxy
 2022-05-03 17:14 UTC  (4+ messages)
` [PATCH bpf-next v8 4/5] bpf: Add selftests for raw syncookie helpers

LSF/MM session: eBPF standardization
 2022-05-03 14:04 UTC 

Procurement order from ASDA
 2022-05-03 10:26 UTC 

BPF maps don't work without CONFIG_TRACING/CONFIG_FTRACE
 2022-05-03  8:03 UTC 

[Patch bpf-next v2 0/4] sockmap: some performance optimizations
 2022-05-03  0:02 UTC  (6+ messages)
` [Patch bpf-next v2 1/4] tcp: introduce tcp_read_skb()
` [Patch bpf-next v2 2/4] net: introduce a new proto_ops ->read_skb()
` [Patch bpf-next v2 3/4] skmsg: get rid of skb_clone()
` [Patch bpf-next v2 4/4] skmsg: get rid of unncessary memset()

[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
 2022-05-02 21:43 UTC  (6+ messages)

[PATCH bpf-next 0/5] sleepable uprobe support
 2022-05-02 17:31 UTC  (8+ messages)
` [PATCH bpf-next 2/5] bpf: implement sleepable uprobes by chaining tasks and normal rcu

[Patch net-next v12 13/13] net: dsa: microchip: add support for vlan operations
 2022-05-02 16:11 UTC 


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