bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-25 07:37:38 to 2023-04-27 03:05:51 UTC [more...]

[PATCH net-next v4 00/15] virtio_net: refactor xdp codes
 2023-04-27  3:05 UTC  (4+ messages)
` [PATCH net-next v4 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v4 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v4 03/15] virtio_net: optimize mergeable_xdp_get_buf()

[PATCH bpf-next v3 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-27  2:30 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[HELP] failed to resolve CO-RE relocation
 2023-04-27  2:21 UTC  (3+ messages)

[PATCH] bpf: Unregister fentry when bpf_trampoline_unlink_prog fails to update image
 2023-04-27  1:40 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Make bpf_helper_defs.h c++ friendly
 2023-04-27  1:25 UTC  (3+ messages)

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

[PATCH RFC net-next/mm V1 0/3] page_pool: new approach for leak detection and shutdown phase
 2023-04-27  0:57 UTC  (7+ messages)
` [PATCH RFC net-next/mm V1 1/3] page_pool: Remove workqueue in new shutdown scheme
` [PATCH RFC net-next/mm V1 2/3] page_pool: Use static_key for shutdown phase
` [PATCH RFC net-next/mm V1 3/3] mm/page_pool: catch page_pool memory leaks

[PATCH v4] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-27  0:52 UTC  (10+ messages)

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-26 23:39 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: fix pkg-config call building sign-file
 2023-04-26 21:50 UTC 

[PATCH bpf-next v3 00/10] Add cgroup sockaddr hooks for unix sockets
 2023-04-26 22:13 UTC  (18+ messages)
` [PATCH bpf-next v3 03/10] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v3 04/10] bpf: Add BTF_KFUNC_HOOK_SOCK_ADDR
` [PATCH bpf-next v3 05/10] bpf: Add bpf_sock_addr_set() to allow writing sockaddr len from bpf
` [PATCH bpf-next v3 09/10] selftests/bpf: Add tests for cgroup unix socket address hooks

[PATCH v2] libbpf: Improve version handling when attaching uprobe
 2023-04-26 21:47 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: Fix a dwarf type DW_ATE_unsigned_1024 to btf encoding issue
 2023-04-26 20:49 UTC  (3+ messages)

Support for the pseudo-C BPF assembler syntax in GAS
 2023-04-26 20:05 UTC  (4+ messages)

[RFC/PATCH bpf-next 00/20] bpf: Add multi uprobe link
 2023-04-26 19:32 UTC  (27+ messages)
` [RFC/PATCH bpf-next 01/20] "
` [RFC/PATCH bpf-next 02/20] bpf: Add cookies support for uprobe_multi link
` [RFC/PATCH bpf-next 03/20] bpf: Add bpf_get_func_ip helper support for uprobe link
` [RFC/PATCH bpf-next 04/20] libbpf: Update uapi bpf.h tools header
` [RFC/PATCH bpf-next 05/20] libbpf: Add uprobe_multi attach type and link names
` [RFC/PATCH bpf-next 06/20] libbpf: Factor elf_for_each_symbol function
` [RFC/PATCH bpf-next 08/20] libbpf: Add elf_find_patern_func_offset function
` [RFC/PATCH bpf-next 11/20] libbpf: Add support for uprobe.multi/uprobe.multi program sections
` [RFC/PATCH bpf-next 12/20] libbpf: Add uprobe multi link support to bpf_program__attach_usdt

[RFC][PATCH 0/6] KEYS: Introduce user mode key and signature parsers
 2023-04-26 18:27 UTC  (13+ messages)
` [RFC][PATCH 1/6] KEYS: asymmetric: Introduce UMD-based asymmetric key parser
` [RFC][PATCH 2/6] KEYS: asymmetric: Introduce UMD-based asymmetric key signature parser
` [RFC][PATCH 3/6] verification: Introduce verify_umd_signature() and verify_umd_message_sig()
` [RFC][PATCH 4/6] bpf: Introduce bpf_verify_umd_signature() kfunc
` [RFC][PATCH 5/6] selftests/bpf: Prepare a test for UMD-parsed signatures
` [RFC][PATCH 6/6] KEYS: asymmetric: Add UMD handler

[PATCH v2 bpf-next 0/5] Dynptr helpers
 2023-04-26 18:20 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add bpf_dynptr_adjust
` [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/6] bpf: handle another corner case in getsockopt
 2023-04-26 18:07 UTC  (9+ messages)
` [PATCH bpf-next 3/6] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen

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

[PATCH bpf-next 0/2] selftests/bpf: test_progs can read test lists from file
 2023-04-26 16:24 UTC  (7+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: extract insert_test from parse_test_list
` [PATCH bpf-next 2/2] selftests/bpf: test_progs can read test lists from file

[PATCH bpf-next] bpf: Make bpf_helper_defs.h c++ friendly
 2023-04-26 15:52 UTC  (9+ messages)

handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook)
 2023-04-26 15:50 UTC  (8+ messages)

[PATCH] xsk: Use pool->dma_pages to check for DMA
 2023-04-26 13:02 UTC  (7+ messages)

[syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in __dabt_svc
 2023-04-26 11:37 UTC  (10+ messages)

[PATCH bpf-next v6 0/4] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-26 10:46 UTC  (3+ messages)
` [PATCH bpf-next v6 2/4] "

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

[PATCH net-next v3 00/15] virtio_net: refactor xdp codes
 2023-04-26  6:00 UTC  (18+ messages)
` [PATCH net-next v3 07/15] virtio_net: auto release xdp shinfo
` [PATCH net-next v3 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v3 12/15] virtio_net: small: optimize code
` [PATCH net-next v3 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v3 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v3 15/15] virtio_net: introduce virtnet_build_skb()

[PATCH v6 00/10] tracing: Add fprobe events
 2023-04-25 23:55 UTC  (4+ messages)
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available

[PATCH bpf-next 00/10] Add precision propagation for subprogs and callbacks
 2023-04-25 23:49 UTC  (11+ messages)
` [PATCH bpf-next 01/10] veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag
` [PATCH bpf-next 02/10] bpf: mark relevant stack slots scratched for register read instructions
` [PATCH bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision
` [PATCH bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision
` [PATCH bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
` [PATCH bpf-next 09/10] selftests/bpf: add precision propagation tests "
` [PATCH bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround

[PATCH bpf-next] selftests/bpf: Fix selftest test_global_funcs/global_func1 failure with latest clang
 2023-04-25 17:47 UTC 

[PATCH net 1/1] ixgbe: Fix panic during XDP_TX with > 64 CPUs
 2023-04-25 17:03 UTC 

[PATCH v3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-25 16:45 UTC  (3+ messages)

[syzbot] [bpf?] KCSAN: data-race in __bpf_lru_list_rotate / __htab_lru_percpu_map_update_elem (5)
 2023-04-25 16:21 UTC  (3+ messages)

[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
 2023-04-25 14:36 UTC  (2+ messages)

[PATCH v2 net-next 0/2] add page_pool support for page recycling in veth driver
 2023-04-25 14:13 UTC  (10+ messages)
` [PATCH v2 net-next 1/2] net: veth: add page_pool for page recycling

[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
 2023-04-25 12:40 UTC  (9+ messages)
` [PATCH vhost v7 09/11] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v7 10/11] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v7 11/11] virtio_ring: introduce virtqueue_reset()

[PATCH] perf build: Fix unescaped # in perf build-test
 2023-04-25 10:44 UTC 

[PATCH bpf-next v2] bpftool: Dump map id instead of value for map_of_maps types
 2023-04-25  9:52 UTC  (4+ messages)

[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-25  8:43 UTC  (6+ messages)
` [PATCH bpf-next V2 1/5] igc: enable and fix RX hash usage by netstack

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-25  8:12 UTC  (11+ messages)

W sprawie samochodu
 2023-04-25  7:45 UTC 


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