bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 20:48:52 to 2023-05-17 13:41:54 UTC [more...]

[PATCH bpf-next] selftests/bpf: add xdp_feature selftest for bond device
 2023-05-17 13:41 UTC 

[PATCH v11 00/11] tracing: Add fprobe/tracepoint events
 2023-05-17 13:05 UTC  (13+ messages)
` [PATCH v11 01/11] fprobe: Pass return address to the handlers
` [PATCH v11 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v11 03/11] selftests/ftrace: Add fprobe related testcases
` [PATCH v11 04/11] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v11 05/11] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v11 06/11] tracing/probes: Support function parameters if BTF is available
` [PATCH v11 07/11] tracing/probes: Add $arg* meta argument for all function args
` [PATCH v11 08/11] tracing/probes: Add BTF retval type support
` [PATCH v11 09/11] selftests/ftrace: Add tracepoint probe test case
` [PATCH v11 10/11] selftests/ftrace: Add BTF arguments test cases
` [PATCH v11 11/11] Documentation: tracing/probes: Add fprobe event tracing document

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

[PATCH 1/2] bpf: hide unused bpf_patch_call_args
 2023-05-17 12:56 UTC  (2+ messages)
` [PATCH 2/2] bpf: add bpf_probe_read_kernel declaration

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

[PATCH bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-17 12:05 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
      ` fd == 0 means AT_FDCWD "
` [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

[PATCH net-next v5 2/3] net: core: add getsockopt SO_PEERPIDFD
 2023-05-17 11:33 UTC 

[PATCH bpf-next v2 0/2] bpf: Show target_{obj,btf}_id for tracing link
 2023-05-17 10:31 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Show target_{obj,btf}_id in tracing link fdinfo
` [PATCH bpf-next v2 2/2] bpftool: Show target_{obj,btf}_id in tracing link info

[PATCH v1] selftests/bpf: Do not use sign-file as testcase
 2023-05-17  9:49 UTC  (2+ messages)
` [RESEND PATCH "

[PATCH bpf v8 00/13] bpf sockmap fixes
 2023-05-17  9:44 UTC  (16+ messages)
` [PATCH bpf v8 01/13] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v8 02/13] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v8 03/13] bpf: sockmap, reschedule is now done through backlog
` [PATCH bpf v8 04/13] bpf: sockmap, improved check for empty queue
` [PATCH bpf v8 05/13] bpf: sockmap, handle fin correctly
` [PATCH bpf v8 06/13] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v8 07/13] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v8 08/13] bpf: sockmap, incorrectly handling copied_seq
` [PATCH bpf v8 09/13] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v8 10/13] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v8 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v8 12/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v8 13/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[RFC net-next] net: veth: reduce page_pool memory footprint using half page per-buffer
 2023-05-17  9:41 UTC  (8+ messages)

[PATCH bpf-next v1 0/5] net/smc: Introduce BPF injection capability
 2023-05-17  9:16 UTC  (6+ messages)
` [PATCH bpf-next v1 2/5] net/smc: allow smc to negotiate protocols on policies

[PATCH bpf-next] bpf: btf: restore resolve_mode when popping the resolve stack
 2023-05-17  9:01 UTC  (5+ messages)

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

New Order
 2023-05-17  7:59 UTC 

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

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-17  6:09 UTC  (4+ messages)

[PATCH bpf-next v2 00/10] seltests/xsk: prepare for AF_XDP multi-buffer testing
 2023-05-17  5:40 UTC  (17+ 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-next] bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
 2023-05-17  5:40 UTC  (2+ messages)

[PATCHv4 bpf-next 00/10] bpf: Move kernel test kfuncs into bpf_testmod
 2023-05-17  5:20 UTC  (7+ messages)
` [PATCHv4 bpf-next 08/10] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
` [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-17  4:51 UTC  (21+ 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 1/2] selftests/bpf: Fix dynptr/test_dynptr_is_null
 2023-05-17  4:04 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernel

[PATCH bpf-next] selftests/bpf: Fix s390 sock_field test failure
 2023-05-17  4:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: improve netcnt test robustness
 2023-05-17  3:38 UTC  (4+ messages)

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-17  3:03 UTC  (16+ messages)

[PATCH bpf-next 0/2] bpf: Show target_{obj,btf}_id for tracing link
 2023-05-17  3:00 UTC  (9+ 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

pull-request: bpf-next 2023-05-16
 2023-05-17  3:00 UTC  (2+ messages)

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

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

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

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

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

[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  (9+ messages)
` [PATCH RESEND bpf-next 06/15] ice: Support HW timestamp hint
` [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  (14+ messages)

[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 

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  (9+ messages)
` [PATCH bpf-next v2 1/3] bpf: Fix memleak due to fentry attach failure
` [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)


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