BPF List
 help / color / mirror / Atom feed
 messages from 2023-05-07 03:30:24 to 2023-05-12 09:21:46 UTC [more...]

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

[PATCH bpf-next v1 0/5] net/smc: Introduce BPF injection capability
 2023-05-12  6:24 UTC  (6+ messages)
` [PATCH bpf-next v1 1/5] net/smc: move smc_sock related structure definition
` [PATCH bpf-next v1 2/5] net/smc: allow smc to negotiate protocols on policies
` [PATCH bpf-next v1 3/5] net/smc: allow set or get smc negotiator by sockopt
` [PATCH bpf-next v1 4/5] bpf: add smc negotiator support in BPF struct_ops
` [PATCH bpf-next v1 5/5] bpf/selftests: add selftest for SMC bpf capability

[PATCH] bpf: reject blacklisted symbols in kprobe_multi to avoid recursive trap
 2023-05-12  5:53 UTC  (9+ messages)

[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
 2023-05-12  3:25 UTC  (10+ messages)

[PATCH bpf-next] bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2023-05-12  2:51 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: query effective progs without cgroup_mutex
 2023-05-11 17:20 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: export bpf_prog_array_copy_core
` [PATCH bpf-next 2/4] rculist: add hlist_for_each_rcu
` [PATCH bpf-next 3/4] bpf: refactor __cgroup_bpf_query
` [PATCH bpf-next 4/4] bpf: query effective progs without cgroup_mutex

[PATCH bpf-next v6 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
 2023-05-11 17:04 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] "
` [PATCH bpf-next v6 2/4] selftests/bpf: Update EFAULT {g,s}etsockopt selftests
` [PATCH bpf-next v6 3/4] selftests/bpf: Correctly handle optlen > 4096
` [PATCH bpf-next v6 4/4] bpf: Document EFAULT changes for sockopt

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-11 16:53 UTC  (12+ messages)
` [PATCH v4 2/9] capability: add any wrapper to test for multiple caps with exactly one audit message
` [PATCH v4 3/9] capability: use new capable_any functionality
` [PATCH v4 4/9] block: "
` [PATCH v4 5/9] drivers: "
` [PATCH v4 6/9] fs: "
` [PATCH v4 7/9] kernel: "
` [PATCH v4 8/9] bpf: "
` [PATCH v4 9/9] net: "
` [PATCH v4 0/9] Introduce capable_any()

[PATCH bpf-next 00/10] Centralize BPF permission checks
 2023-05-11 16:21 UTC  (3+ messages)
` [PATCH bpf-next 10/10] bpf: consistenly use program's recorded capabilities in BPF verifier

[PATCH bpf-next] RFC: bpf: query effective progs without cgroup_mutex
 2023-05-11 15:59 UTC  (7+ messages)
` [PATCH bpf-next v5 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
` [PATCH bpf-next v5 1/4] "
` [PATCH bpf-next v5 2/4] selftests/bpf: Update EFAULT {g,s}etsockopt selftests
` [PATCH bpf-next v5 3/4] selftests/bpf: Correctly handle optlen > 4096
` [PATCH bpf-next v5 4/4] bpf: Document EFAULT changes for sockopt

[PATCH bpf-next] bpftool: specify XDP Hints ifname when loading program
 2023-05-11 15:13 UTC 

[syzbot] [bpf?] KASAN: slab-out-of-bounds Write in copy_array (2)
 2023-05-11 15:19 UTC  (2+ messages)

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

[PATCH net v4] virtio_net: Fix error unwinding of XDP initialization
 2023-05-11 13:41 UTC  (4+ messages)

[PATCH net-next] net: core: add SOL_SOCKET filter for bpf getsockopt hook
 2023-05-11  6:36 UTC  (6+ messages)

[PATCH bpf-next] bpf: Address KCSAN report on bpf_lru_list
 2023-05-11  4:37 UTC 

[PATCH bpf-next] Shift operations are defined to use a mask
 2023-05-11  3:31 UTC  (8+ messages)
` [Bpf] "

[PATCH net-next v2 0/2] introduce skb_frag_fill_page_desc()
 2023-05-11  1:12 UTC  (2+ messages)
` [PATCH net-next v2 1/2] net: introduce and use skb_frag_fill_page_desc()

[PATCH v1] perf build: Add system include paths to BPF builds
 2023-05-11  0:05 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] libbpf: capability for resizing datasec maps
 2023-05-10 22:33 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: add "
` [PATCH v2 bpf-next 2/2] libbpf: selftests "

[syzbot] [kernel?] possible deadlock in __mod_timer (2)
 2023-05-10 22:10 UTC 

[PATCH bpf-next] bpf: Remove anonymous union in bpf_kfunc_call_arg_meta
 2023-05-10 21:30 UTC 

transfer slip
 2023-05-10 21:27 UTC 

BPF skels in perf .Re: [GIT PULL] perf tools changes for v6.4
 2023-05-10 18:56 UTC  (13+ messages)
                  ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[PATCH bpf-next 0/2] bpf: bpf trampoline improvements
 2023-05-10 17:02 UTC  (12+ messages)
` [PATCH bpf-next 1/2] bpf: Fix memleak due to fentry attach failure
` [PATCH bpf-next 2/2] bpf: Show total linked progs cnt instead of selector in trampoline ksym

[PATCH bpf-next 0/2] bpf: Fix issues caused by bpf trampoline
 2023-05-10 15:28 UTC  (13+ messages)
` [PATCH bpf-next 2/2] fork: Rename mm_init to task_mm_init
      ` pahole issue. "

[PATCH net-next v1 1/2] net: introduce and use skb_frag_fill_page_desc()
 2023-05-10 14:46 UTC  (5+ messages)

[PATCH bpf-next] libbpf: fix offsetof() and container_of() to work with CO-RE
 2023-05-10 14:43 UTC  (4+ messages)

[PATCH bpf-next] arm64,bpf: Support struct arguments in the BPF trampoline
 2023-05-10 13:53 UTC  (4+ messages)

[syzbot] [bpf?] [net?] kernel BUG in pskb_expand_head (2)
 2023-05-10 12:29 UTC 

[PATCH net-next] net: veth: make PAGE_POOL_STATS optional
 2023-05-10  9:00 UTC  (5+ messages)

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-10  7:19 UTC  (2+ messages)

[syzbot] Monthly bpf report (May 2023)
 2023-05-10  7:04 UTC 

[PATCH net-next] net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buff
 2023-05-10  5:20 UTC  (3+ messages)

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-10  2:50 UTC  (19+ messages)
` [PATCH net-next v5 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v5 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v5 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v5 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v5 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v5 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
` [PATCH net-next v5 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v5 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v5 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v5 11/15] virtio_net: small: remove the delta
` [PATCH net-next v5 12/15] virtio_net: small: avoid code duplication in xdp scenarios
` [PATCH net-next v5 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v5 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v5 15/15] virtio_net: introduce virtnet_build_skb()

[PATCH] Smack modifications for: security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-05-09 23:56 UTC  (6+ messages)

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-09 20:42 UTC  (5+ messages)

[PATCH net v5] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09 15:58 UTC 

[PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events
 2023-05-09 15:08 UTC  (10+ messages)
` [PATCH v9.1 01/11] fprobe: Pass return address to the handlers
` [PATCH v9.1 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH v2 bpf-next] bpftool: Support bpffs mountpoint as pin path for prog loadall
 2023-05-09  8:18 UTC  (2+ messages)

W sprawie samochodu
 2023-05-09  7:46 UTC 

[PATCH] add braces to rt_type == RTN_BROADCAST case
 2023-05-09  1:52 UTC  (2+ messages)

[PATCH RFC 0/2] introduce skb_frag_fill_page_desc()
 2023-05-09  0:51 UTC  (5+ messages)
` [PATCH RFC 1/2] net: introduce and use skb_frag_fill_page_desc()
` [PATCH RFC 2/2] net: remove __skb_frag_set_page()

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-08 22:06 UTC 

[syzbot] [bpf?] [net?] WARNING: zero-size vmalloc in print_tainted
 2023-05-08 16:51 UTC 

[PATCH bpf v7 00/13] bpf sockmap fixes
 2023-05-08 11:34 UTC  (7+ messages)
` [PATCH bpf v7 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v7 12/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v7 13/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[syzbot] [ext4?] WARNING in print_tainted
 2023-05-08 10:57 UTC 

[RFC PATCH bpf-next 0/4] Introduce bpf iterators for file-system
 2023-05-07  4:01 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Introduce bpf iterator for file-system inode
` [RFC PATCH bpf-next 2/4] bpf: Add three kfunc helpers for bpf fs inode iterator
` [RFC PATCH bpf-next 3/4] bpf: Introduce bpf iterator for file system mount
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add test cases for bpf file-system iterator


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox