messages from 2023-09-22 14:45:49 to 2023-09-26 03:52:39 UTC [more...]
[PATCH bpf v2 0/3] bpf, sockmap complete fixes for avail bytes
2023-09-26 3:52 UTC
[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
2023-09-26 3:08 UTC (7+ messages)
[RFC bpf-next v3 00/11] Registrating struct_ops types from modules
2023-09-26 1:33 UTC (31+ messages)
` [RFC bpf-next v3 02/11] bpf: add struct_ops_tab to btf
` [RFC bpf-next v3 03/11] bpf: add register and unregister functions for struct_ops
` [RFC bpf-next v3 04/11] bpf: attach a module BTF to a bpf_struct_ops
` [RFC bpf-next v3 05/11] bpf: hold module for bpf_struct_ops_map
` [RFC bpf-next v3 06/11] bpf: validate value_type
` [RFC bpf-next v3 07/11] bpf, net: switch to storing struct_ops in btf
` [RFC bpf-next v3 08/11] bpf: pass attached BTF to find correct type info of struct_ops progs
` [RFC bpf-next v3 09/11] libbpf: Find correct module BTFs for struct_ops maps and progs
` [RFC bpf-next v3 11/11] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH bpf v2 0/3] bpf, sockmap complete fixes for avail bytes
2023-09-26 0:39 UTC (5+ messages)
` [PATCH bpf v2 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq
` [PATCH bpf v2 2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set
` [PATCH bpf v2 3/3] bpf: sockmap, add tests for MSG_F_PEEK
[BUG] verifier escape with iteration helpers (bpf_loop, ...)
2023-09-26 0:33 UTC (21+ messages)
[PATCH v5 00/12] tracing: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-09-26 0:20 UTC (17+ messages)
` [PATCH v5 01/12] riscv: ftrace: Fix to pass correct ftrace_regs to ftrace_func_t functions
` [PATCH v5 02/12] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v5 03/12] tracing: Add a comment about the requirements of the ftrace_regs
` [PATCH v5 04/12] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v5 05/12] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v5 06/12] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v5 07/12] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v5 08/12] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v5 09/12] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v5 10/12] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v5 11/12] Documentation: probes: Update fprobe document to use ftrace_regs
` [PATCH v5 12/12] Documentation: tracing: Add a note about argument and retval access
[PATCHv3 bpf-next 0/9] bpf: Add missed stats for kprobes
2023-09-25 23:50 UTC (5+ messages)
` [PATCHv3 bpf-next 2/9] bpf: Add missed value to kprobe_multi link info
[PATCH bpf-next v1] bpf/selftests: improve arg parsing in test_verifier
2023-09-25 23:37 UTC
[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
2023-09-25 23:34 UTC (4+ messages)
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator
[PATCH bpf-next v2 00/14] add libbpf getters for individual ringbuffers
2023-09-25 23:30 UTC (16+ messages)
` [PATCH bpf-next v2 01/14] libbpf: refactor cleanup in ring_buffer__add
` [PATCH bpf-next v2 02/14] libbpf: switch rings to array of pointers
` [PATCH bpf-next v2 03/14] libbpf: add ring_buffer__ring
` [PATCH bpf-next v2 04/14] selftests/bpf: add tests for ring_buffer__ring
` [PATCH bpf-next v2 05/14] libbpf: add ring__producer_pos, ring__consumer_pos
` [PATCH bpf-next v2 06/14] selftests/bpf: add tests for ring__*_pos
` [PATCH bpf-next v2 07/14] libbpf: add ring__avail_data_size
` [PATCH bpf-next v2 08/14] selftests/bpf: add tests for ring__avail_data_size
` [PATCH bpf-next v2 09/14] libbpf: add ring__size
` [PATCH bpf-next v2 10/14] selftests/bpf: add tests for ring__size
` [PATCH bpf-next v2 11/14] libbpf: add ring__map_fd
` [PATCH bpf-next v2 12/14] selftests/bpf: add tests for ring__map_fd
` [PATCH bpf-next v2 13/14] libbpf: add ring__consume
` [PATCH bpf-next v2 14/14] selftests/bpf: add tests for ring__consume
[PATCH bpf-next] libbpf: Allow Golang symbols in uprobe secdef
2023-09-25 23:15 UTC (3+ messages)
[PATCH net-next 1/1] net/sched: Disambiguate verdict from return code
2023-09-25 23:01 UTC (4+ messages)
[PATCH net] ice: don't stop netdev tx queues when setting up XSK socket
2023-09-25 22:58 UTC (2+ messages)
[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
2023-09-25 22:50 UTC (8+ messages)
` [PATCH v4 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v4 3/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()
[PATCH bpf-next v5 0/9] Add cgroup sockaddr hooks for unix sockets
2023-09-25 22:12 UTC (8+ messages)
` [PATCH bpf-next v5 4/9] bpf: Implement "
` [PATCH bpf-next v5 6/9] bpftool: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v5 9/9] selftests/bpf: Add tests "
[PATCH v4 0/5] Reduce overhead of LSMs with static calls
2023-09-25 22:02 UTC (18+ messages)
` [PATCH v4 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v4 2/5] security: Count the LSMs enabled at compile time
` [PATCH v4 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v4 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v4 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
New Version Notification for draft-thaler-bpf-isa-02.txt
2023-09-25 21:57 UTC (2+ messages)
` [Bpf] "
[PATCH v2 bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
2023-09-25 21:53 UTC (9+ messages)
` [PATCH v2 bpf-next 1/8] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH v2 bpf-next 2/8] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v2 bpf-next 3/8] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v2 bpf-next 4/8] bpf: Add helpers for trampoline image management
` [PATCH v2 bpf-next 5/8] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v2 bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()
` [PATCH v2 bpf-next 7/8] bpf: Use arch_bpf_trampoline_size
` [PATCH v2 bpf-next 8/8] x86, bpf: Use bpf_prog_pack for bpf trampoline
[PATCH bpf-next v3 0/7] Add Open-coded task, css_task and css iters
2023-09-25 18:48 UTC (9+ messages)
` [PATCH bpf-next v3 1/7] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v3 2/7] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v3 3/7] bpf: Introduce task open coded "
` [PATCH bpf-next v3 4/7] bpf: Introduce css open-coded "
` [PATCH bpf-next v3 5/7] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
` [PATCH bpf-next v3 6/7] bpf: Let bpf_iter_task_new accept null task ptr
` [PATCH bpf-next v3 7/7] selftests/bpf: Add tests for open-coded task and css iter
[PATCH bpf] bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
2023-09-25 18:27 UTC (2+ messages)
[PATCH AUTOSEL 6.5 13/41] btrfs: do not block starts waiting on previous transaction commit
2023-09-25 17:47 UTC (3+ messages)
[PATCH v1 00/18] clang-tools support in tools
2023-09-25 16:06 UTC (23+ messages)
` [PATCH v1 01/18] gen_compile_commands: Allow the line prefix to still be cmd_
` [PATCH v1 02/18] gen_compile_commands: Sort output compile commands by file name
` [PATCH v1 03/18] run-clang-tools: Add pass through checks and and header-filter arguments
` [PATCH v1 04/18] perf hisi-ptt: Fix potential memory leak
` [PATCH v1 05/18] perf bench uprobe: Fix potential use of memory after free
` [PATCH v1 06/18] perf buildid-cache: Fix use of uninitialized value
` [PATCH v1 07/18] perf env: Remove unnecessary NULL tests
` [PATCH v1 08/18] perf jitdump: Avoid memory leak
` [PATCH v1 09/18] perf mem-events: Avoid uninitialized read
` [PATCH v1 10/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v1 11/18] perf hists browser: Reorder variables to reduce padding
` [PATCH v1 12/18] perf hists browser: Avoid potential NULL dereference
` [PATCH v1 13/18] perf svghelper: Avoid memory leak
` [PATCH v1 14/18] perf parse-events: Fix unlikely memory leak when cloning terms
` [PATCH v1 15/18] tools api: Avoid potential double free
` [PATCH v1 16/18] perf trace-event-info: Avoid passing NULL value to closedir
` [PATCH v1 17/18] perf header: Fix various error path memory leaks
` [PATCH v1 18/18] perf bpf_counter: Fix a few "
[PATCH v3 0/5] Reduce overhead of LSMs with static calls
2023-09-25 15:48 UTC (14+ messages)
` [PATCH v3 2/5] security: Count the LSMs enabled at compile time
[PATCH bpf-next v2 0/8] Add a test for SHARED_UMEM feature
2023-09-25 10:22 UTC (9+ messages)
` [PATCH bpf-next v2 1/8] selftests/xsk: move pkt_stream to the xsk_socket_info
` [PATCH bpf-next v2 2/8] selftests/xsk: rename xsk_xdp_metadata.h to xsk_xdp_common.h
` [PATCH bpf-next v2 3/8] selftests/xsk: move src_mac and dst_mac to the xsk_socket_info
` [PATCH bpf-next v2 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function
` [PATCH bpf-next v2 5/8] selftests/xsk: remove unnecessary parameter from pkt_set() function call
` [PATCH bpf-next v2 6/8] selftests/xsk: iterate over all the sockets in the send pkts function
` [PATCH bpf-next v2 7/8] selftests/xsk: modify xsk_update_xskmap() to accept the index as an argument
` [PATCH bpf-next v2 8/8] selftests/xsk: add a test for shared umem feature
[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
2023-09-25 8:05 UTC (7+ messages)
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size
[PATCH bpf-next v4 0/3] libbpf: Support symbol versioning for uprobe
2023-09-25 2:23 UTC (5+ messages)
` [PATCH bpf-next v4 2/3] "
[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
2023-09-25 2:02 UTC (6+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset
[PATCH net, 0/3] net: mana: Fix some TX processing bugs
2023-09-24 20:20 UTC (6+ messages)
` [PATCH net, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net, 3/3] net: mana: Fix oversized sge0 for GSO packets
[PATCH] perf record: Fix BTF type checks in the off-cpu profiling
2023-09-24 18:03 UTC (2+ messages)
duplicate BTF_IDs leading to symbol redefinition errors?
2023-09-24 13:27 UTC (11+ messages)
[syzbot] [netfilter?] INFO: rcu detected stall in gc_worker (3)
2023-09-24 10:59 UTC
[PATCH v3 00/13] mm: jit/text allocator
2023-09-23 22:36 UTC (20+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
[PATCH bpf 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq
2023-09-23 14:37 UTC (2+ messages)
[PATCH bpf-next v5 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
2023-09-23 5:19 UTC (2+ messages)
[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
2023-09-22 22:35 UTC (7+ messages)
` [PATCH v4 2/12] "
[syzbot] [net?] memory leak in tcp_md5_do_add
2023-09-22 22:29 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).