bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 05:57:53 to 2023-04-21 06:22:44 UTC [more...]

[PATCH bpf-next] selftests/xsk: put MAP_HUGE_2MB in correct argument
 2023-04-21  6:22 UTC 

[PATCH v5 0/9] tracing: Add fprobe events
 2023-04-21  5:38 UTC  (18+ messages)
` [PATCH v5 1/9] fprobe: Pass return address to the handlers
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v5 3/9] selftests/ftrace: Add fprobe related testcases
` [PATCH v5 4/9] tracing/probes: Add tracepoint support on fprobe_event
` [PATCH v5 5/9] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v5 6/9] tracing/probes: Support function parameters if BTF is available
` [PATCH v5 7/9] tracing/probes: Add $$args meta argument for all function args
` [PATCH v5 8/9] selftests/ftrace: Add tracepoint probe test case
` [PATCH v5 9/9] selftests/ftrace: Add BTF arguments test cases

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

[PATCH v2 bpf-next 0/5] Dynptr helpers
 2023-04-21  3:46 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add bpf_dynptr_adjust
` [PATCH v2 bpf-next 2/5] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH v2 bpf-next 3/5] bpf: Add bpf_dynptr_size
` [PATCH v2 bpf-next 4/5] bpf: Add bpf_dynptr_clone
` [PATCH v2 bpf-next 5/5] selftests/bpf: add tests for dynptr convenience helpers

[PATCH bpf-next 0/2] Introduce a new bpf helper of bpf_task_under_cgroup
 2023-04-21  2:31 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add bpf_task_under_cgroup helper
    ` [External] "
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[PATCH bpf-next 0/4] fix __retval() being always ignored
 2023-04-21  2:00 UTC  (6+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: disable program test run for progs/refcounted_kptr.c
` [PATCH bpf-next 2/4] selftests/bpf: fix __retval() being always ignored
` [PATCH bpf-next 3/4] selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
` [PATCH bpf-next 4/4] selftests/bpf: populate map_array_ro map for verifier_array_access test

[PATCH bpf-next] bpf: Fix race between btf_put and btf_idr walk
 2023-04-21  1:49 UTC 

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-21  1:41 UTC  (3+ messages)

bpf-next hang+kasan uaf refcount acquire splat when running test_progs
 2023-04-21  0:09 UTC  (9+ messages)

[PATCH bpf-next 0/8] New BPF map and BTF security LSM hooks
 2023-04-21  0:00 UTC  (18+ messages)

[PATCH bpf-next v5 0/4] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-20 23:41 UTC  (4+ messages)

[PATCH bpf-next v2] bpftool: Show map IDs along with struct_ops links
 2023-04-20 23:41 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Replace "__fallthrough" by a comment to address merge conflict
 2023-04-20 23:40 UTC  (2+ messages)

sys_enter tracepoint ctx structure
 2023-04-20 23:12 UTC  (6+ messages)
  ` Fwd: "

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2023-04-20 23:07 UTC  (6+ messages)
` [PATCH v2 bpf 02/11] bpftool: define a local bpf_perf_link to fix accessing its fields

Packaging bpftool and libbpf: GitHub or kernel?
 2023-04-20 21:39 UTC  (21+ messages)

[PATCH net-next] net: lan966x: Don't use xdp_frame when action is XDP_TX
 2023-04-20 20:52 UTC  (3+ messages)

[PATCH net-next v3 0/6] tsnep: XDP socket zero-copy support
 2023-04-20 20:19 UTC  (11+ messages)
` [PATCH net-next v3 1/6] tsnep: Replace modulo operation with mask
` [PATCH net-next v3 5/6] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next v3 6/6] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next v4 0/7] bpf: add netfilter program type
 2023-04-20 20:16 UTC  (9+ messages)
` [PATCH bpf-next v4 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v4 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v4 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v4 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v4 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v4 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v4 7/7] selftests/bpf: add missing netfilter return value and ctx access tests

[PATCHSET v3] sched: Implement BPF extensible scheduler class
 2023-04-20 20:02 UTC  (5+ messages)
` [PATCH 24/32] sched_ext: Add cgroup support
` [PATCH 28/32] sched_ext: Implement core-sched support

[PATCH bpf-next 6/6] bpf: Document EFAULT changes for sockopt
 2023-04-20 18:17 UTC  (3+ messages)

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-20 16:42 UTC  (26+ messages)

[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-20 16:44 UTC  (7+ messages)
` [PATCH bpf,v2 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v2 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v2 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-04-20 14:10 UTC  (16+ messages)
` [PATCH] Smack modifications for: "

[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-20 14:07 UTC  (5+ messages)
` [PATCH 1/7] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH 4/7] bpf: udp: Implement batching for sockets iterator

[PATCH bpf 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-20 12:31 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH net-next 0/2] add page_pool support for page recycling in veth driver
 2023-04-20 11:16 UTC  (3+ messages)
` [PATCH net-next 1/2] net: veth: add page_pool for page recycling
` [PATCH net-next 2/2] net: veth: add page_pool stats

[PATCH bpf-next] selftests/xsk: fix munmap for hugepage allocated umem
 2023-04-20 10:09 UTC  (5+ messages)

[PATCH bpf-next v3 0/6] bpf: add netfilter program type
 2023-04-20  9:54 UTC  (3+ messages)
` [PATCH bpf-next v3 3/6] netfilter: nfnetlink hook: dump bpf prog id

[PATCH bpf-next 1/2] bpf: Improve verifier u32 scalar equality checking
 2023-04-20  9:16 UTC  (4+ messages)

[PATCH net-next v2 00/14] virtio_net: refactor xdp codes
 2023-04-20  9:10 UTC  (25+ messages)
` [PATCH net-next v2 01/14] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v2 02/14] virtio_net: introduce mergeable_xdp_prepare()
` [PATCH net-next v2 03/14] virtio_net: optimize mergeable_xdp_prepare()
` [PATCH net-next v2 04/14] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums
` [PATCH net-next v2 08/14] virtio_net: auto release xdp shinfo
` [PATCH net-next v2 09/14] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v2 10/14] virtio_net: merge: remove skip_xdp
` [PATCH net-next v2 11/14] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v2 12/14] virtio_net: small: optimize code
` [PATCH net-next v2 13/14] "

[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
 2023-04-20  6:51 UTC  (8+ messages)
` [PATCH bpf-next 2/6] tracing: Add generic test_recursion_try_acquire()
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism

[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
 2023-04-20  6:45 UTC  (16+ messages)
` [PATCH v1 bpf-next 1/5] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH v1 bpf-next 2/5] bpf: Add bpf_dynptr_is_null and bpf_dynptr_is_rdonly
` [PATCH v1 bpf-next 4/5] bpf: Add bpf_dynptr_clone

[RFC] A new bpf map type for fuzzy matching key
 2023-04-20  6:32 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Access variable length array relaxed for integer type
 2023-04-20  4:40 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: support access variable length array of "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to access integer type of variable array

pull-request: bpf 2023-04-19
 2023-04-20  1:40 UTC  (2+ messages)

[PATCH] libbpf: Improve version handling when attaching uprobe
 2023-04-20  0:43 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpftool: Register struct_ops with a link
 2023-04-20  0:42 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] bpftool: Update doc to explain struct_ops register subcommand

[PATCH] bpftool: fix broken compile on s390 for linux-next repository
 2023-04-20  0:39 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpftool: Register struct_ops with a link
 2023-04-20  0:22 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Update doc to explain struct_ops register subcommand

issue with inflight pages from page_pool
 2023-04-19 17:12 UTC  (18+ messages)

[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-19 16:41 UTC  (4+ messages)
` [PATCH bpf-next V2 5/5] selftests/bpf: xdp_hw_metadata track more timestamps

[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
 2023-04-19  7:34 UTC  (2+ messages)

[PATCH bpf-next v3 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-04-19  5:57 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).