messages from 2022-04-21 13:21:47 to 2022-04-24 21:49:37 UTC [more...]
[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
2022-04-24 21:48 UTC (11+ messages)
` [PATCH bpf-next v6 01/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v6 02/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v6 03/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v6 04/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v6 05/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v6 06/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v6 07/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v6 08/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v6 09/13] bpf: Make BTF type match stricter for release arguments
` [PATCH bpf-next v6 10/13] libbpf: Add kptr type tag macros to bpf_helpers.h
[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
2022-04-24 17:43 UTC (32+ messages)
[PATCH bpf] selftests/bpf: test setting tunnel key from lwt xmit
2022-04-24 17:23 UTC (2+ messages)
[PATCH bpf-next v3 0/7] bpf trampoline for arm64
2022-04-24 15:40 UTC (8+ messages)
` [PATCH bpf-next v3 1/7] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v3 2/7] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v3 3/7] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v3 5/7] bpf, arm64: Support to poke bpf prog
` [PATCH bpf-next v3 6/7] bpf, arm64: bpf trampoline for arm64
` [PATCH bpf-next v3 7/7] selftests/bpf: Fix trivial typo in fentry_fexit.c
[PATCH 0/3] perf: arm-spe: Fix addresses of synthesized Arm SPE events
2022-04-24 15:22 UTC (8+ 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] libbpf: Remove unnecessary type cast
2022-04-24 14:34 UTC
[PATCH 0/4] tools/bpf: allow building with musl
2022-04-24 6:58 UTC (6+ messages)
` [PATCH 1/4] tools/bpf/runqslower: musl compat: explicitly link with libargp if found
` [PATCH 2/4] tools/bpf: musl compat: do not use DEFFILEMODE
` [PATCH 3/4] tools/bpf: musl compat: replace nftw with FTW_ACTIONRETVAL
` [PATCH 4/4] tools/bpf: replace sys/fcntl.h by fcntl.h
[PATCH bpf-next v2 0/6] bpf trampoline for arm64
2022-04-24 5:05 UTC (4+ messages)
` [PATCH bpf-next v2 4/6] bpf, arm64: Impelment bpf_arch_text_poke() "
KASAN: use-after-free Read in tcp_retransmit_timer (5)
2022-04-24 3:57 UTC (5+ messages)
` [syzbot] "
[External] [PATCH bpf-next v5 0/3] Add source ip in bpf tunnel key
2022-04-24 3:32 UTC (8+ 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
Accessing XDP packet memory from the end
2022-04-23 20:05 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: Fix incorrect TRUNNER_BINARY name output
2022-04-23 14:30 UTC
[PATCH bpf-next 0/4] bpf: Generate helpers for pinning through bpf object skeleton
2022-04-23 14:00 UTC (5+ messages)
` [PATCH bpf-next 1/4] libbpf: Define DEFAULT_BPFFS
` [PATCH bpf-next 2/4] libbpf: Add helpers for pinning bpf prog through bpf object skeleton
` [PATCH bpf-next 3/4] bpftool: Fix incorrect return in generated detach helper
` [PATCH bpf-next 4/4] bpftool: Generate helpers for pinning prog through bpf object skeleton
[syzbot] WARNING: kmalloc bug in bpf
2022-04-23 12:13 UTC (3+ messages)
[PATCH bpf-next 0/3] Introduce local_storage exclusive caching
2022-04-23 9:43 UTC (5+ messages)
[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
2022-04-23 8:38 UTC (8+ messages)
` [PATCH bpf-next v6 1/6] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [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] bpf: invalidate unused part of bpf_prog_pack
2022-04-23 5:25 UTC (12+ messages)
[PATCH v2 bpf-next 1/2] bpf: Extend batch operations for map-in-map bpf-maps
2022-04-22 22:43 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: handle "
[PATCH bpf-next 0/3] LINK_CREATE support for fentry/tp_btf/lsm attachments
2022-04-22 22:40 UTC (8+ 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 -next] libbpf: Add additional null-pointer checking in make_parent_dir
2022-04-22 21:46 UTC (5+ messages)
[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v1)
2022-04-22 19:04 UTC (10+ 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 PATCH bpf-next 0/2] bpf: bpf link iterator
2022-04-22 18:22 UTC (3+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_link iterator
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add bpf link iter test
[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
2022-04-22 17:39 UTC (7+ messages)
` [PATCH v4] "
` [PATCH v4 RESEND] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
` [PATCH v7 RESEND] "
[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 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
[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
[PATCH bpf 0/4] bpf_prog_pack and vmalloc-on-huge-page fixes
2022-04-22 14:42 UTC
[PATCH] Improve libbpf API documentation link position
2022-04-22 14:30 UTC (2+ messages)
LSF/MM/BPF 2022: Running BOF
2022-04-22 11:43 UTC (2+ messages)
[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
[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
2022-04-22 6:47 UTC (5+ messages)
` [PATCHv2 bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
How to disassemble a BPF program?
2022-04-22 6:44 UTC (6+ 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 00/11] bpf: random unpopular userspace fixes (32 bit et al)
2022-04-21 23:17 UTC (7+ messages)
` [PATCH v2 bpf 07/11] samples/bpf: fix uin64_t format literals
[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 (14+ messages)
` [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 (2+ messages)
[PATCH bpf-next] selftests/bpf: fix attach tests retcode checks
2022-04-21 14:50 UTC (2+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox