BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 21:57:21 to 2024-04-22 08:51:13 UTC [more...]

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (3+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v1 4/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:40 UTC 

[PATCH v1 3/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:39 UTC 

[PATCH v1 2/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:37 UTC 

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:36 UTC 

[PATCH v1 0/4] Dump off-cpu samples directly
 2024-04-22  8:35 UTC 

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix xdp_rxq error for disabled port
 2024-04-22  8:20 UTC  (2+ messages)

[PATCH v1 4/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:09 UTC 

[PATCH v1 3/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:09 UTC 

[PATCH v1 2/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:08 UTC 

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-22  8:08 UTC 

[PATCH v1 0/4] Dump off-cpu samples directly
 2024-04-22  8:05 UTC 

[PATCH bpf-next v2] Add notrace to queued_spin_lock_slowpath
 2024-04-22  7:47 UTC  (2+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-04-22  7:16 UTC 

[PATCH] xprtsock: Fix a loop in xs_tcp_setup_socket()
 2024-04-22  3:44 UTC  (6+ messages)

[PATCH bpf-next] Add notrace to queued_spin_lock_slowpath function to avoid deadlocks
 2024-04-21 23:47 UTC  (3+ messages)

[PATCH] selftests/bpf: Add ring_buffer__consume_n test
 2024-04-21 20:11 UTC  (2+ messages)

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-21 19:42 UTC  (8+ messages)
` [PATCHv3 bpf-next 1/7] uprobe: Wire up uretprobe system call
` [PATCHv3 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv3 bpf-next 3/7] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv3 bpf-next 4/7] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv3 bpf-next 6/7] selftests/bpf: Add uretprobe compat test
` [PATCH 7/7] man2: Add uretprobe syscall page

BPF ISA Security Considerations section
 2024-04-21 17:20 UTC  (6+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst
 2024-04-21 17:10 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: Fix formatting nit in instruction-set.rst
 2024-04-21 17:10 UTC  (5+ messages)
` [Bpf] "

[PATCH bpf-next] bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
 2024-04-21  4:24 UTC 

[PATCH net-next 0/2] tcp: update TCPCB_EVER_RETRANS after trace_tcp_retransmit_skb()
 2024-04-21  4:20 UTC  (3+ messages)
` [PATCH net-next 1/2] tcp: move tcp_skb_cb->sacked flags to enum
` [PATCH net-next 2/2] tcp: update sacked after tracepoint in __tcp_retransmit_skb

[PATCH v4 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-21  2:40 UTC  (6+ messages)
` [PATCH v4 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-20 14:05 UTC  (11+ messages)
` [PATCH v4 2/3] vmlinux: Avoid weak reference to notes section

[PATCH bpf-next 0/5] use network helpers, part 2
 2024-04-20 11:55 UTC  (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Fix a fd leak in error paths in open_netns
` [PATCH bpf-next 2/5] selftests/bpf: Use log_err in open_netns/close_netns
` [PATCH bpf-next 3/5] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next 4/5] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next 5/5] selftests/bpf: Use make_sockaddr "

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20 10:52 UTC  (25+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH bpf] xdp: use flags field to disambiguate broadcast redirect
 2024-04-20 10:24 UTC  (5+ messages)

[PATCH bpf-next v2 00/16] Introduce bpf_wq
 2024-04-20  9:09 UTC  (17+ messages)
` [PATCH bpf-next v2 01/16] bpf: make timer data struct more generic
` [PATCH bpf-next v2 02/16] bpf: replace bpf_timer_init with a generic helper
` [PATCH bpf-next v2 03/16] bpf: replace bpf_timer_set_callback "
` [PATCH bpf-next v2 04/16] bpf: replace bpf_timer_cancel_and_free "
` [PATCH bpf-next v2 05/16] bpf: add support for bpf_wq user type
` [PATCH bpf-next v2 06/16] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v2 07/16] bpf: verifier: bail out if the argument is not a map
` [PATCH bpf-next v2 08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
` [PATCH bpf-next v2 09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next v2 10/16] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next v2 11/16] bpf: wq: add bpf_wq_init
` [PATCH bpf-next v2 12/16] selftests/bpf: wq: add bpf_wq_init() checks
` [PATCH bpf-next v2 13/16] bpf: wq: add bpf_wq_set_callback_impl
` [PATCH bpf-next v2 14/16] selftests/bpf: add checks for bpf_wq_set_callback()
` [PATCH bpf-next v2 15/16] bpf: add bpf_wq_start
` [PATCH bpf-next v2 16/16] selftests/bpf: wq: add bpf_wq_start() checks

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-20  8:56 UTC  (6+ messages)
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-20  8:33 UTC  (4+ messages)
` [PATCH bpf-next v3 07/11] bpf: Fix a false rejection caused by AND operation

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-20  4:24 UTC  (2+ messages)
` [PATCH bpf-next v3] "

[RFC PATCH bpf-next v4 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-20  1:13 UTC  (7+ messages)
` [RFC PATCH bpf-next v4 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH bpf-next v5 0/6] use network helpers, part 1
 2024-04-20  1:10 UTC  (2+ messages)

[PATCH bpf-next v9 0/4] BPF crypto API framework
 2024-04-20  0:56 UTC  (10+ messages)
` [PATCH bpf-next v9 1/4] bpf: make common crypto API for TC/XDP programs
` [PATCH bpf-next v9 3/4] selftests: bpf: crypto skcipher algo selftests
` [PATCH bpf-next v9 4/4] selftests: bpf: crypto: add benchmark for crypto functions

[PATCH bpf-next 0/2] Update a struct_ops link through a pinned path
 2024-04-20  0:05 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: enable the "open" operator on a pinned path of a struct_osp link

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-19 23:29 UTC  (5+ messages)

[syzbot] [bpf?] BUG: unable to handle kernel paging request in bpf_prog_ADDR (2)
 2024-04-19 22:42 UTC  (3+ messages)

[PATCHES 0/2] Introduce --btf_features=+extra_features syntax
 2024-04-19 20:57 UTC  (3+ messages)
` [PATCH 1/2] pahole: Factor out routine to process "--btf_features=all"
` [PATCH 2/2] pahole: Allow asking for extra features using the '+' prefix in --btf_features

general protection fault in security_inode_getattr
 2024-04-19 20:01 UTC  (4+ messages)

[PATCH bpf] arm32, bpf: Fix sign-extension mov instruction
 2024-04-19 18:52 UTC  (3+ messages)

[PATCH bpf-next v2 00/11] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-04-19 18:36 UTC  (7+ messages)

[PATCH bpf] arm32, bpf: reimplement sign-extension mov instruction
 2024-04-19 18:28 UTC 

[PATCH net-next v16 00/15] Introducing P4TC (series 1)
 2024-04-19 18:01 UTC  (12+ messages)

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-19 17:41 UTC  (13+ messages)

[PATCH bpf-next v2 0/5] bpf/verifier: range computation improvements
 2024-04-19 17:38 UTC  (15+ messages)
` [PATCH bpf-next v2 1/5] bpf/verifier: refactor checks for range computation
` [PATCH bpf-next v2 2/5] bpf/verifier: improve XOR and OR "
` [PATCH bpf-next v2 3/5] selftests/bpf: XOR and OR range computation tests
` [PATCH bpf-next v2 4/5] bpf/verifier: relax MUL range computation check
` [PATCH bpf-next v2 5/5] selftests/bpf: MUL range computation tests

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-19 16:01 UTC  (17+ messages)
` [PATCH bpf-next 06/18] bpf: add support for bpf_wq user type
` [PATCH bpf-next 08/18] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
` [PATCH bpf-next 09/18] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
` [PATCH bpf-next 11/18] bpf: wq: add bpf_wq_init
` [PATCH bpf-next 17/18] bpf: add bpf_wq_start

[PATCH bpf-next] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs
 2024-04-19 13:30 UTC  (2+ messages)

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-19 13:29 UTC  (9+ messages)
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
` [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-19 12:37 UTC  (6+ messages)
` [PATCH net-next v2 13/15] net: "

[PATCH 5.15.y v3 0/5] Backport bounds checks for bpf
 2024-04-19 11:09 UTC  (7+ messages)
  ` [PATCH 5.15.y v3 1/5] bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
  ` [PATCH 5.15.y v3 2/5] bpf: Generalize check_ctx_reg for reuse with other types
  ` [PATCH 5.15.y v3 3/5] bpf: Generally fix helper register offset check
  ` [PATCH 5.15.y v3 4/5] bpf: Fix out of bounds access for ringbuf helpers
  ` [PATCH 5.15.y v3 5/5] bpf: Fix ringbuf memory type confusion when passing to helpers

[syzbot] [bpf?] [net?] WARNING in _prb_commit
 2024-04-19 10:02 UTC 

[PATCH dwarves 0/3] pahole: support nonstandard btf_features
 2024-04-19  9:44 UTC  (4+ messages)
` [PATCH dwarves 1/3] pahole: allow --btf_features to not participate in "all"

[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
 2024-04-19  3:03 UTC  (5+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-19  0:43 UTC  (12+ messages)

No direct copy from ctx to map possible, why?
 2024-04-19  0:20 UTC  (6+ messages)

[PATCH bpf-next] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
 2024-04-18 22:24 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).