messages from 2024-10-17 11:29:01 to 2024-10-19 00:30:45 UTC [more...]
[PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-19 0:30 UTC (5+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
2024-10-19 0:09 UTC (8+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)
Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements)
2024-10-19 0:07 UTC (2+ messages)
[GIT PULL] bpf for v6.12-rc4
2024-10-18 23:47 UTC (2+ messages)
[PATCH] bpf, arm64: Fix address emission with tag-based KASAN enabled
2024-10-18 22:16 UTC
[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-10-18 20:53 UTC (6+ messages)
` [PATCH net-next v6 1/5] net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data
` [PATCH net-next v6 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v6 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [PATCH net-next v6 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v6 5/5] net: stmmac: Add BCM8958x driver to build system
[PATCHv8 bpf-next 00/13] bpf: Add uprobe session support
2024-10-18 20:41 UTC (14+ messages)
` [PATCHv8 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv8 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0
` [PATCHv8 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv8 bpf-next 05/13] libbpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 06/13] selftests/bpf: Add uprobe session test
` [PATCHv8 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv8 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv8 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv8 bpf-next 10/13] selftests/bpf: Add kprobe "
` [PATCHv8 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv8 bpf-next 12/13] selftests/bpf: Add uprobe sessions to "
` [PATCHv8 bpf-next 13/13] selftests/bpf: Add threads "
The state of uprobes work and logistics
2024-10-18 20:27 UTC (3+ messages)
[PATCHv8 perf/core 0/2] uprobe: Add session support
2024-10-18 20:22 UTC (3+ messages)
` [PATCHv8 perf/core 1/2] uprobe: Add data pointer to consumer handlers
` [PATCHv8 perf/core 2/2] uprobe: Add support for session consumer
[PATCH v2 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-18 20:21 UTC (10+ messages)
` [PATCH v2 net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
` [PATCH v2 net 2/4] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
` [PATCH v2 net 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v2 net 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-18 19:04 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
2024-10-18 18:46 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter
[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-18 17:36 UTC (18+ messages)
` [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines
[net-next v3 0/2] igc: Link IRQs and queues to NAPIs
2024-10-18 17:13 UTC (2+ messages)
` [net-next v3 2/2] igc: Link queues to NAPI instances
[PATCH -next v4 0/2] perf stat: Support inherit events for bperf
2024-10-18 17:12 UTC (5+ messages)
` [PATCH -next v4 1/2] perf stat: Support inherit events during fork() "
[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
2024-10-18 17:04 UTC (4+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances
[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
2024-10-18 16:47 UTC (5+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: test with a very short loop
[PATCH bpf-next v2 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
2024-10-18 16:39 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] xdp: Add Rx checksum hint
` [PATCH bpf-next v2 2/3] xdp: Add Rx GSO hint
` [PATCH bpf-next v2 3/3] xsk: Add Tx GSO type and size offload support
[RFC][PATCH] mm: Split locks in remap_file_pages()
2024-10-18 15:50 UTC (5+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-18 14:48 UTC (19+ messages)
[syzbot] [bpf?] possible deadlock in debug_check_no_obj_freed
2024-10-18 14:24 UTC
[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
2024-10-18 14:21 UTC (9+ messages)
` [PATCHv2 net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCHv2 net-next 2/3] bonding: use correct return value
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-18 12:49 UTC (10+ messages)
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
2024-10-18 12:48 UTC (15+ messages)
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v2 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next v2 15/18] xsk: add generic XSk &xdp_buff -> skb conversion
BUG: unable to handle kernel paging request in build_id_parse_nofault
2024-10-18 11:39 UTC (2+ messages)
[PATCH net-next v22 12/14] net: replace page_frag with page_frag_cache
2024-10-18 10:53 UTC
[PATCH iwl-next v9 0/6] igb: Add support for AF_XDP zero-copy
2024-10-18 10:45 UTC (10+ messages)
` [PATCH iwl-next v9 1/6] igb: Remove static qualifiers
` [PATCH iwl-next v9 2/6] igb: Introduce igb_xdp_is_enabled()
` [PATCH iwl-next v9 3/6] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v9 4/6] igb: Add XDP finalize and stats update functions
` [PATCH iwl-next v9 5/6] igb: Add AF_XDP zero-copy Rx support
` [PATCH iwl-next v9 6/6] igb: Add AF_XDP zero-copy Tx support
[PATCH nf-next] netfilter: bpf: Pass string literal as format argument of request_module()
2024-10-18 10:35 UTC (3+ messages)
[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
2024-10-18 9:17 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next v2 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next v2 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds
[PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
2024-10-18 9:07 UTC (6+ messages)
` [PATCH 1/3] xdp: Add Rx checksum hint
` [PATCH 2/3] xdp: Add Rx GSO hint
` [PATCH 3/3] xsk: Add Tx GSO type and size offload support
[PATCH v1 0/2] Only cgroup v2 can be attached by bpf programs
2024-10-18 8:15 UTC (3+ messages)
` [PATCH v1 1/2] Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
` [PATCH v1 2/2] cgroup/bpf: only cgroup v2 can be attached by bpf programs
Pytanie o ofertę
2024-10-18 8:15 UTC
[syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (2)
2024-10-18 7:37 UTC
[PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
2024-10-18 6:37 UTC (10+ messages)
` [Intel-wired-lan] "
[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
2024-10-18 3:05 UTC (16+ messages)
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
[PATCH bpf-next v1 1/2] bpf: force checkpoints at loop back-edges
2024-10-18 2:17 UTC (8+ messages)
[PATCH -next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-18 2:29 UTC (3+ messages)
` [PATCH net 1/4] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
[PATCH bpf-next v1 0/4] Retire test_sock.c
2024-10-17 22:49 UTC (5+ messages)
` [PATCH bpf-next v1 1/4] selftests/bpf: Migrate *_POST_BIND test cases to prog_tests
` [PATCH bpf-next v1 2/4] selftests/bpf: Migrate LOAD_REJECT "
` [PATCH bpf-next v1 3/4] selftests/bpf: Migrate BPF_CGROUP_INET_SOCK_CREATE "
` [PATCH bpf-next v1 4/4] selftests/bpf: Retire test_sock.c
[PATCH bpf-next v5 0/9] bpf: Support private stack for bpf progs
2024-10-17 22:32 UTC (10+ messages)
` [PATCH bpf-next v5 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v5 2/9] bpf: Support private stack for struct_ops programs
` [PATCH bpf-next v5 3/9] sched-ext: Allow sched-ext progs to use private stack
` [PATCH bpf-next v5 4/9] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v5 5/9] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v5 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v5 7/9] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v5 8/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v5 9/9] selftests/bpf: Add struct_ops "
[PATCH] cgroup/bpf: fix NULL pointer dereference at cgroup_bpf_offline
2024-10-17 21:14 UTC (5+ messages)
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-17 20:12 UTC (7+ messages)
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 19:40 UTC (2+ messages)
[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 18:23 UTC (7+ messages)
[PATCH bpf v2 1/2] bpf: Fix iter/task tid filtering
2024-10-17 18:10 UTC (2+ messages)
[PATCH bpf 1/3] bpf: Fix incorrect delta propagation between linked registers
2024-10-17 18:10 UTC (2+ messages)
[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
2024-10-17 17:41 UTC (5+ messages)
[PATCH v2] sched_ext: Use btf_ids to resolve task_struct
2024-10-17 15:54 UTC (2+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-17 15:35 UTC (7+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH] riscv, bpf: Make BPF_CMPXCHG fully ordered
2024-10-17 15:11 UTC (4+ messages)
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-17 15:03 UTC (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
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).