bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-14 14:12:44 to 2023-05-16 22:52:29 UTC [more...]

[RFC net-next] net: veth: reduce page_pool memory footprint using half page per-buffer
 2023-05-16 22:52 UTC  (10+ messages)

[PATCH bpf-next 0/2] bpf: Show target_{obj,btf}_id for tracing link
 2023-05-16 22:27 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Show target_{obj,btf}_id in tracing link fdinfo
` [PATCH bpf-next 2/2] bpftool: Show target_{obj,btf}_id in tracing link info

[PATCH bpf-next 0/4] bpf: query effective progs without cgroup_mutex
 2023-05-16 22:02 UTC  (3+ messages)
` [PATCH bpf-next 4/4] "

[PATCH bpf-next] selftests/bpf: Fix s390 sock_field test failure
 2023-05-16 21:49 UTC 

[PATCHv4 bpf-next 00/10] bpf: Move kernel test kfuncs into bpf_testmod
 2023-05-16 21:45 UTC  (13+ messages)
` [PATCHv4 bpf-next 01/10] libbpf: Store zero fd to fd_array for loader kfunc relocation
` [PATCHv4 bpf-next 02/10] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCHv4 bpf-next 03/10] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCHv4 bpf-next 04/10] selftests/bpf: Use only stdout in un/load_bpf_testmod functions
` [PATCHv4 bpf-next 05/10] selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
` [PATCHv4 bpf-next 06/10] selftests/bpf: Use un/load_bpf_testmod functions in tests
` [PATCHv4 bpf-next 07/10] selftests/bpf: Load bpf_testmod for verifier test
` [PATCHv4 bpf-next 08/10] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
` [PATCHv4 bpf-next 09/10] selftests/bpf: Remove extern from kfuncs declarations
` [PATCHv4 bpf-next 10/10] bpf: Move kernel test kfuncs to bpf_testmod

[PATCH v2 0/4] Make fprobe + rethook immune to recursion
 2023-05-16 21:42 UTC  (14+ messages)
` [PATCH v2 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH v2 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v2 4/4] rehook, fprobe: do not trace rethook related functions

[PATCH bpf-next 0/4] bpftool: Fix skeletons compilation for older kernels
 2023-05-16 21:30 UTC  (8+ messages)
` [PATCH bpf-next 2/4] bpftool: define a local bpf_perf_link to fix accessing its fields
` [PATCH bpf-next 4/4] bpftool: use a local bpf_perf_event_value "

[PATCH v2 bpf-next 0/2] libbpf: capability for resizing datasec maps
 2023-05-16 21:18 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: add "
` [PATCH v2 bpf-next 2/2] libbpf: selftests "

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-05-16 20:21 UTC  (3+ messages)
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-16 18:42 UTC  (11+ messages)
` [PATCH v4 3/9] capability: use new capable_any functionality
` [PATCH v4 5/9] drivers: "
` [PATCH v4 6/9] fs: "
` [PATCH v4 7/9] kernel: "
` [PATCH v4 8/9] bpf: "

add helper to get value of Thread Local Storage base register
 2023-05-16 18:32 UTC  (2+ messages)

[PATCH bpf-next] bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
 2023-05-16 18:04 UTC 

[PATCH bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-16 18:02 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
` [PATCH bpf-next 2/3] libbpf: add opts-based bpf_obj_pin() API and add support for path_fd
` [PATCH bpf-next 3/3] selftests/bpf: add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET tests

[POC 5/5] x86_64: invoke SFrame based stack tracer for user space
 2023-05-16 17:51 UTC  (3+ messages)

verifier backtracking bug
 2023-05-16 17:32 UTC  (3+ messages)

[syzbot] [kernel?] Internal error in should_fail_ex
 2023-05-16 17:23 UTC  (4+ messages)
` [syzbot] [kernel?] Internal error in __zone_watermark_ok

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-16 17:08 UTC  (2+ messages)

[PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-16 16:17 UTC  (26+ messages)
` [PATCH RESEND bpf-next 06/15] ice: Support HW timestamp hint
` [PATCH RESEND bpf-next 07/15] ice: Support RX hash XDP hint
` [PATCH RESEND bpf-next 09/15] xdp: Add VLAN tag hint
` [PATCH RESEND bpf-next 10/15] ice: Implement "
` [PATCH RESEND bpf-next 11/15] xdp: Add checksum level hint
` [PATCH RESEND bpf-next 13/15] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH RESEND bpf-next 14/15] net, xdp: allow metadata > 32

selftest sock_fields failed on s390x with latest llvm17
 2023-05-16 15:20 UTC  (10+ messages)

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-16 15:16 UTC  (17+ messages)

[PATCH bpf-next v2 00/10] seltests/xsk: prepare for AF_XDP multi-buffer testing
 2023-05-16 14:40 UTC  (16+ messages)
` [PATCH bpf-next v2 01/10] selftests/xsk: do not change XDP program when not necessary
` [PATCH bpf-next v2 02/10] selftests/xsk: generate simpler packets with variable length
` [PATCH bpf-next v2 03/10] selftests/xsk: add varying payload pattern within packet
` [PATCH bpf-next v2 04/10] selftests/xsk: dump packet at error
` [PATCH bpf-next v2 05/10] selftests/xsk: add packet iterator for tx to packet stream
` [PATCH bpf-next v2 06/10] selftests/xsk: store offset in pkt instead of addr
` [PATCH bpf-next v2 07/10] selftests/xsx: test for huge pages only once
` [PATCH bpf-next v2 08/10] selftests/xsk: populate fill ring based on frags needed
` [PATCH bpf-next v2 09/10] selftests/xsk: generate data for multi-buffer packets
` [PATCH bpf-next v2 10/10] selftests/xsk: adjust packet pacing for multi-buffer support

[PATCH bpf v7 00/13] bpf sockmap fixes
 2023-05-16 13:41 UTC  (5+ messages)
` [PATCH bpf v7 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0

[RFC 0/3] support non-frag page for page_pool_alloc_frag()
 2023-05-16 12:47 UTC 

[PATCH bpf-next] bpf: btf: restore resolve_mode when popping the resolve stack
 2023-05-16 10:32 UTC  (3+ messages)

PO No. 4200063069 // PO00848
 2023-05-16  8:35 UTC 

Kreowania pozytywnym wizerunkiem
 2023-05-16  7:51 UTC 

[PATCH bpf-next 00/10] seltests/xsk: prepare for AF_XDP multi-buffer testing
 2023-05-16  7:45 UTC  (3+ messages)

[PATCH v2 bpf] samples/bpf: drop unnecessary fallthrough
 2023-05-16  3:17 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: bpf trampoline improvements
 2023-05-16  2:21 UTC  (12+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix memleak due to fentry attach failure
` [PATCH bpf-next v2 2/3] bpf: Remove bpf trampoline selector
` [PATCH bpf-next v2 3/3] bpf: Show target_{obj,btf}_id in tracing link info

[PATCH 0/4] Make fpobe + rethook immune to recursion
 2023-05-16  2:15 UTC  (3+ messages)

[syzbot] [bpf?] [net?] kernel BUG in pskb_expand_head (2)
 2023-05-16  1:55 UTC  (3+ messages)

[PATCH bpf] samples/bpf: use canonical fallthrough pseudo-keyword in hbm.c
 2023-05-16  0:14 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: improve netcnt test robustness
 2023-05-15 23:50 UTC  (3+ messages)

pull-request: bpf-next 2023-05-16
 2023-05-15 22:56 UTC 

[PATCH bpf-next v1 0/5] net/smc: Introduce BPF injection capability
 2023-05-15 22:52 UTC  (6+ messages)
` [PATCH bpf-next v1 2/5] net/smc: allow smc to negotiate protocols on policies
` [PATCH bpf-next v1 4/5] bpf: add smc negotiator support in BPF struct_ops

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-15 21:57 UTC  (10+ messages)

[PATCH bpf-next] bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2023-05-15 19:33 UTC  (11+ messages)

[PATCH bpf-next v2] arm64,bpf: Support struct arguments in the BPF trampoline
 2023-05-15 19:20 UTC  (2+ messages)

[PATCH bpf] tools: bpftool: JIT limited misreported as negative value on aarch64
 2023-05-15 19:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix calculation of subseq_idx during precision backtracking
 2023-05-15 19:10 UTC  (2+ messages)

[PATCH bpf-next 00/10] Centralize BPF permission checks
 2023-05-15 18:38 UTC  (5+ messages)
` [PATCH bpf-next 10/10] bpf: consistenly use program's recorded capabilities in BPF verifier

[PATCH bpf-next] bpftool: specify XDP Hints ifname when loading program
 2023-05-15 16:55 UTC  (5+ messages)

[PATCH 6.3 100/246] perf lock contention: Fix compiler builtin detection
 2023-05-15 16:25 UTC 

[PATCH v10 00/11] tracing: Add fprobe/tracepoint events
 2023-05-15 15:11 UTC  (6+ messages)
` [PATCH v10 07/11] tracing/probes: Add $args meta argument for all function args
` [PATCH v10 10/11] selftests/ftrace: Add BTF arguments test cases
` [PATCH v10 11/11] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH iwl-net] ice: recycle/free all of the fragments from multi-buffer packet
 2023-05-15 14:39 UTC  (6+ messages)

[PATCH bpf-next] bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
 2023-05-15 14:30 UTC  (2+ messages)

[PATCH iwl-net v2] ice: recycle/free all of the fragments from multi-buffer frame
 2023-05-15 14:22 UTC  (2+ messages)

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-15 13:07 UTC  (8+ messages)

[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-15 11:50 UTC  (2+ messages)

[PATCH net-next v7 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-05-15  9:33 UTC 

[PATCH net v6] virtio_net: Fix error unwinding of XDP initialization
 2023-05-15  7:50 UTC  (5+ messages)

[PATCH 0/4] Make fpobe + rethook immune to recursion
 2023-05-15  3:52 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).