BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 14:37:35 to 2024-04-18 21:57:21 UTC [more...]

[RFC PATCH bpf-next v4 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-18 21:57 UTC  (12+ messages)
` [RFC PATCH bpf-next v4 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v4 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH bpf-next v2 0/2] Update a struct_ops link through a pinned path
 2024-04-18 21:37 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: enable the "open" operator on a pinned path of a struct_osp link
` [PATCH bpf-next v2 2/2] selftests/bpf: open a pinned path of a struct_ops link

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-18 21:07 UTC  (6+ 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 v4 00/15] mm: jit/text allocator
 2024-04-18 21:01 UTC  (14+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v3 bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-04-18 20:52 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/5] bpf: pass whole link instead of prog when triggering raw tracepoint

[PATCH bpf] xdp: use flags field to disambiguate broadcast redirect
 2024-04-18 20:38 UTC  (4+ messages)

[syzbot] [bpf?] possible deadlock in __stack_map_get
 2024-04-18 20:00 UTC 

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 19:44 UTC  (11+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

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

[PATCH v3 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-18 18:41 UTC  (4+ messages)
` [PATCH v3 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-18 18:34 UTC  (4+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe

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

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-18 16:37 UTC  (9+ messages)
` [PATCH v2 bpf-next 2/6] selftests/bpf: Implement socket kfuncs for bpf_testmod
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add IPv4 and IPv6 sockaddr test cases

[PATCH bpf-next] bpf: Fix JIT of is_mov_percpu_addr instruction
 2024-04-18 16:10 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix xdp_rxq error for disabled port
 2024-04-18 15:34 UTC 

[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-18 14:23 UTC  (6+ messages)

[PATCH 1/2] [v2] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2024-04-18 13:34 UTC  (5+ messages)

Follow up on "call helper function by address" terminology
 2024-04-18 12:46 UTC  (7+ messages)
` [Bpf] "

[PATCH net-next v9] virtio_net: Support RX hash XDP hint
 2024-04-18 12:00 UTC  (5+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-18 11:10 UTC  (11+ messages)

[PATCH] neighbour: guarantee the localhost connections be established successfully even the ARP table is full
 2024-04-18 10:20 UTC  (6+ messages)

[PATCH dwarves v6 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-18  9:31 UTC  (7+ messages)
` [PATCH dwarves v6 1/3] gobuffer: Add gobuffer__sort() helper
` [PATCH dwarves v6 3/3] pahole: Inject kfunc decl tags into BTF

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-18  8:55 UTC  (4+ messages)
` [PATCH bpf-next 16/18] selftests/bpf: add checks for bpf_wq_set_callback()

[PATCH bpf-next v5 0/6] use network helpers, part 1
 2024-04-18  8:09 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] selftests/bpf: Add start_server_addr helper
` [PATCH bpf-next v5 2/6] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v5 3/6] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v5 4/6] selftests/bpf: Update arguments of connect_to_addr
` [PATCH bpf-next v5 5/6] selftests/bpf: Use connect_to_addr in cls_redirect
` [PATCH bpf-next v5 6/6] selftests/bpf: Use connect_to_addr in sk_assign

[syzbot] [mm?] KMSAN: kernel-infoleak in bpf_probe_write_user
 2024-04-18  7:58 UTC  (5+ messages)

[PATCH net v4] dpaa_eth: fix XDP queue index
 2024-04-18  7:51 UTC  (4+ messages)

[PATCH bpf-next v3 00/11] Add check for bpf lsm return value
 2024-04-12  8:53 UTC  (4+ messages)
` [PATCH bpf-next v3 06/11] bpf: Fix compare error in function retval_range_within
    ` [Bpf] "

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

[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-18  4:15 UTC  (9+ messages)

[PATCH bpf-next] bpf: add sacked flag in BPF_SOCK_OPS_RETRANS_CB
 2024-04-18  3:11 UTC  (4+ messages)

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue
 2024-04-18  2:51 UTC  (5+ messages)

Advice on cgroup rstat lock
 2024-04-18  2:04 UTC  (11+ messages)

[PATCH] selftests: adopt BPF's approach to quieter builds
 2024-04-18  1:30 UTC  (2+ messages)

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

[PATCH bpf v4 0/2] Two fixes for test_sockmap
 2024-04-18  0:28 UTC  (5+ messages)
` [PATCH bpf v4 1/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap

[PATCH bpf-next v4 00/14] use network helpers, part 1
 2024-04-18  0:19 UTC  (7+ messages)
` [PATCH bpf-next v4 02/14] selftests/bpf: Add start_server_addr* helpers
` [PATCH bpf-next v4 06/14] selftests/bpf: Use connect_to_addr in sk_assign
` [PATCH bpf-next v4 09/14] selftests/bpf: Use log_err in network_helpers

[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
 2024-04-18  0:11 UTC  (4+ messages)

No direct copy from ctx to map possible, why?
 2024-04-18  0:09 UTC  (8+ messages)

[syzbot] [bpf?] possible deadlock in queue_stack_map_push_elem
 2024-04-17 21:25 UTC 

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-04-17 19:20 UTC  (5+ messages)
` [RFC PATCH v2 30/31] kvx: Add power controller driver

[PATCH] bpf: fix typo in function save_aux_ptr_type
 2024-04-17 18:49 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: fixes typos in comments
  ` [PATCH bpf-next 2/2] bpf: fix typo in function save_aux_ptr_type

[PATCH bpf-next 0/2] bpf: fixes typos in kernel/bpf files
 2024-04-17 17:52 UTC 

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-17 17:00 UTC  (14+ messages)
` [PATCH v4 02/14] security: Introduce the "
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested

[LSF/MM/BPF TOPIC] Running BOF
 2024-04-17 17:01 UTC 

[PATCH net-next v6 00/10] allocate dummy device dynamically
 2024-04-17 15:29 UTC  (7+ messages)
` [PATCH net-next v6 03/10] net: create a dummy net_device allocator

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-17 13:39 UTC  (6+ messages)

[PATCH 0/2] libbpf: fixes for character arrays dump
 2024-04-17 13:30 UTC  (2+ messages)

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-17 13:18 UTC  (8+ messages)
` [PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v2 13/15] net: replace page_frag with page_frag_cache

[PATCH bpf-next v2 0/5] bpf/verifier: range computation improvements
 2024-04-17 12:23 UTC  (6+ 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

[syzbot] [bpf?] [trace?] possible deadlock in __send_signal_locked
 2024-04-17  9:47 UTC 

[syzbot] [bpf?] [net?] WARNING in __xdp_reg_mem_model
 2024-04-17  9:15 UTC 

[PATCH] bpf: btf: include linux/types.h for u32
 2024-04-17  7:17 UTC  (7+ messages)

[PATCH bpf-next v9 0/4] BPF crypto API framework
 2024-04-17  6:17 UTC  (6+ messages)
` [PATCH bpf-next v9 1/4] bpf: make common crypto API for TC/XDP programs
` [PATCH bpf-next v9 2/4] bpf: crypto: add skcipher to bpf crypto
` [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 2/5] arm64: mm: code and data partitioning for aslr
 2024-04-17  5:14 UTC  (3+ messages)
  ` [PATCH 2/5 RESEND] "

[PATCH net-next v8] virtio_net: Support RX hash XDP hint
 2024-04-17  3:17 UTC  (5+ messages)

[RFC PATCH bpf-next v3 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-16 23:40 UTC  (5+ messages)
` [RFC PATCH bpf-next v3 2/2] net: Add additional bit to support userspace timestamp type

[linux-next:master] BUILD REGRESSION 66e4190e92ce0e4a50b2f6be0e5f5b2e47e072f4
 2024-04-16 21:34 UTC 

[PATCH dwarves 0/3] pahole: support nonstandard btf_features
 2024-04-16 20:44 UTC  (6+ messages)
` [PATCH dwarves 2/3] pahole: add reproducible_build to --btf_features
` [PATCH dwarves 3/3] tests/reproducible_build: use --btf_features=all,reproducible_build

[syzbot] [bpf?] KMSAN: uninit-value in htab_lru_percpu_map_lookup_percpu_elem
 2024-04-16 19:07 UTC 

[PATCH bpf-next] bpf: clarify libbpf skeleton header licensing
 2024-04-16 18:39 UTC  (3+ messages)
  `  "

[PATCH v1 1/2] perf docs: Document bpf event modifier
 2024-04-16 17:00 UTC  (2+ messages)
` [PATCH v1 2/2] perf test bpf-counters: Add test for BPF "

[PATCH bpf-next 1/3] bpf: fix to XOR and OR range computation
 2024-04-16 16:12 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpf: refactor checks for "

[PATCH bpf-next 0/2] bpftool: Small fixes for documentation and bash completion
 2024-04-16 16:00 UTC  (2+ messages)

[PATCH v3 bpf-next] bpf: Harden and/or/xor value tracking
 2024-04-16 16:00 UTC  (2+ messages)

[PATCH] bpf/tests: Fix typos in comments
 2024-04-16 15:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] Fix incorrect bpf runtime stats for arm64 and riscv64
 2024-04-16 15:30 UTC  (2+ messages)

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-16 14:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).