bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 22:20:15 to 2022-04-22 17:29:00 UTC [more...]

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

[PATCH bpf-next v5 0/5] New BPF helpers to accelerate synproxy
 2022-04-22 17:23 UTC  (4+ messages)
` [PATCH bpf-next v5 4/6] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-22 17:10 UTC  (34+ messages)

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-22 17:03 UTC  (7+ 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 perf/core 4/5] perf tools: Register perfkprobe libbpf section handler
` [PATCH perf/core 5/5] perf tools: Rework prologue generation code

[PATCH bpf] x86/kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set
 2022-04-22 16:40 UTC 

Accessing XDP packet memory from the end
 2022-04-22 16:41 UTC  (5+ messages)

[PATCH net 0/3] ip_gre, ip6_gre: o_seqno fixes
 2022-04-22 16:35 UTC  (7+ 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] libbpf: also check /sys/kernel/tracing for tracefs files
 2022-04-22 16:32 UTC  (2+ messages)

[PATCH bpf] lwt_bpf: fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
 2022-04-22 15:55 UTC  (4+ messages)

[RFC RESEND 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-22 15:05 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

[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-22 15:01 UTC  (9+ 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 0/4] bpf_prog_pack and vmalloc-on-huge-page fixes
 2022-04-22 14:42 UTC 

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2022-04-22 14:40 UTC  (4+ messages)
` [syzbot] "

[PATCH] Improve libbpf API documentation link position
 2022-04-22 14:30 UTC  (2+ messages)

[External] [PATCH bpf-next v5 0/3] Add source ip in bpf tunnel key
 2022-04-22 12:02 UTC  (4+ messages)
` [External] [PATCH bpf-next v5 1/3] bpf: Add source ip in "struct bpf_tunnel_key"
` [External] [PATCH bpf-next v5 2/3] selftests/bpf: Move vxlan tunnel testcases to test_progs
` [External] [PATCH bpf-next v5 3/3] selftests/bpf: Replace bpf_trace_printk in tunnel kernel code

LSF/MM/BPF 2022: Running BOF
 2022-04-22 11:43 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-22 10:54 UTC  (6+ messages)
` [PATCH bpf-next v2 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v2 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-04-22 11:05 UTC  (6+ messages)

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

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

[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  (3+ 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 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 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] selftests/bpf: fix prog_tests/uprobe_autoattach compilation error
 2022-04-21 17:29 UTC  (6+ 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)

[net-next v1] bpf: add bpf_ktime_get_real_ns helper
 2022-04-21  2:37 UTC  (5+ 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  (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).