bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 10:00:19 to 2022-04-22 10:01:12 UTC [more...]

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-22 10:00 UTC  (4+ messages)
` [PATCH perf/core 1/5] libbpf: Add bpf_program__set_insns function
` [PATCH perf/core 2/5] libbpf: Load prog's instructions after prog_prepare_load_fn callback
` [PATCH perf/core 3/5] perf tools: Move libbpf init in libbpf_init function

[PATCH bpf 3/4] module: introduce module_alloc_huge
 2022-04-22  9:48 UTC 

[PATCH bpf 2/4] page_alloc: use vmalloc_huge for large system hash
 2022-04-22  9:06 UTC 

[PATCH bpf] bpf: invalidate unused part of bpf_prog_pack
 2022-04-22  7:31 UTC  (11+ messages)

[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-22  6:47 UTC  (11+ messages)
` [PATCHv2 bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [PATCHv2 bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
` [PATCHv2 bpf-next 4/4] selftests/bpf: Add attach bench test

How to disassemble a BPF program?
 2022-04-22  6:44 UTC  (6+ messages)

[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-22  5:34 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 v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-22  4:31 UTC  (36+ messages)

[PATCH bpf-next 0/3] Introduce local_storage exclusive caching
 2022-04-22  4:05 UTC  (3+ messages)

[PATCH] Improve libbpf API documentation link position
 2022-04-22  3:10 UTC 

[PATCH -next] libbpf: Add additional null-pointer checking in make_parent_dir
 2022-04-22  2:55 UTC  (4+ messages)

[PATCH bpf-next v2 0/7] Dynamic pointers
 2022-04-22  2:52 UTC  (9+ messages)
` [PATCH bpf-next v2 3/7] bpf: Add bpf_dynptr_from_mem, bpf_dynptr_alloc, bpf_dynptr_put

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

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-04-22  0:00 UTC  (5+ messages)

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2022-04-21 23:17 UTC  (18+ messages)
` [PATCH v2 bpf 01/11] bpftool: use a local copy of perf_event to fix accessing ::bpf_cookie
` [PATCH v2 bpf 02/11] bpftool: define a local bpf_perf_link to fix accessing its fields
` [PATCH v2 bpf 03/11] bpftool: use a local bpf_perf_event_value "
` [PATCH v2 bpf 04/11] bpftool: fix fcntl.h include
` [PATCH v2 bpf 05/11] samples/bpf: add 'asm/mach-generic' include path for every MIPS
` [PATCH v2 bpf 06/11] samples/bpf: use host bpftool to generate vmlinux.h, not target
` [PATCH v2 bpf 07/11] samples/bpf: fix uin64_t format literals
` [PATCH v2 bpf 08/11] samples/bpf: fix false-positive right-shift underflow warnings
` [PATCH v2 bpf 09/11] samples/bpf: fix include order for non-Glibc environments
` [PATCH v2 bpf 10/11] samples/bpf: fix -Wsequence-point
` [PATCH v2 bpf 11/11] samples/bpf: xdpsock: fix -Wmaybe-uninitialized

[PATCH v2] cgroup: Kill the parent controller when its last child is killed
 2022-04-21 22:37 UTC  (5+ messages)

[PATCH bpf-next v5 00/13] Introduce typed pointer support in BPF maps
 2022-04-21 22:26 UTC  (17+ messages)
` [PATCH bpf-next v5 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [PATCH bpf-next v5 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v5 04/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v5 05/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v5 09/13] bpf: Wire up freeing of referenced kptr

[PATCH bpf-next 0/2] xsk: remove reduntant 'falltrough' attributes
 2022-04-21 22:23 UTC  (5+ messages)
` [PATCH bpf-next 1/2] ixgbe: xsk: get rid of redundant 'fallthrough'
` [PATCH bpf-next 2/2] i40e: "

[PATCH net 0/3] ip_gre, ip6_gre: o_seqno fixes
 2022-04-21 22:09 UTC  (4+ messages)
` [PATCH net 1/3] ip_gre: Make o_seqno start from 0 in native mode
` [PATCH net 2/3] ip6_gre: "
` [PATCH net 3/3] ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode

[PATCH bpf-next v2 0/7] bpf: cgroup_sock lsm flavor
 2022-04-21 20:22 UTC  (4+ messages)
` [PATCH bpf-next v2 2/7] bpf: per-cgroup "

[PATCH bpf-next] libbpf: also check /sys/kernel/tracing for tracefs files
 2022-04-21 20:11 UTC 

[PATCH bpf-next] selftests/bpf: fix prog_tests/uprobe_autoattach compilation error
 2022-04-21 17:29 UTC  (6+ messages)

Accessing XDP packet memory from the end
 2022-04-21 17:17 UTC  (3+ messages)

[PATCH -next] libbpf: Remove redundant non-null checks on obj_elf
 2022-04-21 17:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix map tests errno checks
 2022-04-21 17:00 UTC  (3+ messages)

[PATCH 0/3] perf: arm-spe: Fix addresses of synthesized Arm SPE events
 2022-04-21 16:52 UTC  (4+ messages)
` [PATCH 1/3] perf: arm-spe: Fix addresses of synthesized "
` [PATCH 2/3] perf: arm-spe: Fix SPE events with phys addresses
` [PATCH 3/3] perf test: Add perf_event_attr test for Arm SPE

[PATCH bpf-next] selftests/bpf: fix attach tests retcode checks
 2022-04-21 14:50 UTC  (3+ messages)

[RFC bpf-next v4 0/7] Introduce eBPF support for HID devices (new attempt)
 2022-04-21 14:07 UTC  (8+ messages)
` [RFC bpf-next v4 1/7] bpf/btf: also allow kfunc in tracing programs
` [RFC bpf-next v4 2/7] bpf/verifier: allow kfunc to return an allocated mem
` [RFC bpf-next v4 3/7] error-inject: add new type that carries if the function is non sleepable
` [RFC bpf-next v4 4/7] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [RFC bpf-next v4 5/7] HID: initial BPF new way implementation
` [RFC bpf-next v4 6/7] samples/bpf: add new hid_mouse example
` [RFC bpf-next v4 7/7] selftests/bpf: add tests for the HID-bpf initial implementation

[PATCH bpf-next] samples/bpf: detach xdp prog when program exits unexpectedly in xdp_rxq_info_user
 2022-04-21 12:09 UTC 

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-04-21 11:27 UTC  (10+ messages)
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase

linux-next: build failure after merge of the bpf-next tree
 2022-04-21 10:40 UTC  (4+ messages)

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-21  6:49 UTC  (2+ messages)

[External] [PATCH bpf-next v4 0/3] Add source ip in bpf tunnel key
 2022-04-21  6:13 UTC  (6+ messages)
` [External] [PATCH bpf-next v4 2/3] selftests/bpf: move vxlan tunnel testcases to test_progs

[PATCH bpf-next 0/3] LINK_CREATE support for fentry/tp_btf/lsm attachments
 2022-04-21  3:39 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: allow attach TRACING programs through LINK_CREATE command
` [PATCH bpf-next 2/3] libbpf: teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
` [PATCH bpf-next 3/3] selftests/bpf: switch fexit_stress to bpf_link_create() API

[PATCH v2 bpf 1/3] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
 2022-04-21  3:35 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-21  3:01 UTC  (9+ messages)
` [PATCH bpf-next v2 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v2 5/6] bpf, arm64: bpf trampoline for arm64

[net-next v1] bpf: add bpf_ktime_get_real_ns helper
 2022-04-21  2:37 UTC  (6+ messages)

[PATCH bpf-next] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-20 22:30 UTC  (3+ messages)

[PATCH bpf-next 0/7] bpf: mptcp: Support for mptcp_sock and is_mptcp
 2022-04-20 22:24 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next 2/7] bpf: add bpf_skc_to_mptcp_sock_proto
` [PATCH bpf-next 3/7] selftests: bpf: add MPTCP test base
` [PATCH bpf-next 4/7] selftests: bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next 5/7] selftests: bpf: verify token of struct mptcp_sock
` [PATCH bpf-next 6/7] selftests: bpf: verify ca_name "
` [PATCH bpf-next 7/7] selftests: bpf: verify first "

[PATCH bpf-next v4 1/3] Add error returns to two API functions
 2022-04-20 22:20 UTC  (5+ messages)
` [PATCH bpf-next v4 2/3] Update API functions usage to check error
` [PATCH bpf-next v4 3/3] Add documentation to API functions

[PATCH bpf-next] samples/bpf: reduce the sampling interval in xdp1_user
 2022-04-20 22:10 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-20 21:50 UTC  (2+ messages)

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

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-20 17:20 UTC  (8+ messages)
` [PATCH bpf-next 03/11] tools, bpf: fix bpftool build with !CONFIG_BPF_EVENTS
` [PATCH bpf-next 07/11] samples: bpf: fix uin64_t format literals
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-04-20 17:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf] lwt_bpf: fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
 2022-04-20 16:52 UTC 

[PATCH v5 bpf-next 00/17] bpf: CO-RE support in the kernel
 2022-04-20 16:50 UTC  (4+ messages)
` [PATCH v5 bpf-next 05/17] bpf: Pass a set of bpf_core_relo-s to prog_load command

[PATCH net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
 2022-04-20 13:09 UTC  (2+ messages)

[PATCH 1/2] Fix race in igc_xdp_xmit_zc
 2022-04-20 10:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v5 0/3] net: atlantic: Add XDP support
 2022-04-20 10: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).