BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 06:15:52 to 2024-04-18 00:48:31 UTC [more...]

[RFC PATCH bpf-next v4 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-18  0:43 UTC  (3+ 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 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 net-next v9] virtio_net: Support RX hash XDP hint
 2024-04-18  0:24 UTC  (4+ messages)

[PATCH bpf-next v4 00/14] use network helpers, part 1
 2024-04-18  0:19 UTC  (18+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: Update arguments of connect_to_addr
` [PATCH bpf-next v4 02/14] selftests/bpf: Add start_server_addr* helpers
` [PATCH bpf-next v4 03/14] selftests/bpf: Use start_server_addr in cls_redirect
` [PATCH bpf-next v4 04/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 05/14] selftests/bpf: Use start_server_addr in sk_assign
` [PATCH bpf-next v4 06/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 07/14] selftests/bpf: Use get_socket_local_port "
` [PATCH bpf-next v4 08/14] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v4 09/14] selftests/bpf: Use log_err in network_helpers
` [PATCH bpf-next v4 10/14] selftests/bpf: Use start_server_addr in test_sock_addr
` [PATCH bpf-next v4 11/14] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v4 12/14] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v4 13/14] selftests/bpf: Use make_sockaddr in test_sock
` [PATCH bpf-next v4 14/14] selftests/bpf: Use make_sockaddr in ip_check_defrag

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

[PATCH 5.15.y 0/5] Backport bounds checks for bpf
 2024-04-17 23:35 UTC  (6+ 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 v4 00/15] mm: jit/text allocator
 2024-04-17 23:32 UTC  (9+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH bpf-next 0/2] Update a struct_ops link through a pinned path
 2024-04-17 23:19 UTC  (4+ 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 bpf-next] bpf: add sacked flag in BPF_SOCK_OPS_RETRANS_CB
 2024-04-17 22:48 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix JIT of is_mov_percpu_addr instruction
 2024-04-17 21:44 UTC 

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

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

[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

[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue
 2024-04-17 19:18 UTC  (4+ messages)

[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 v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-17 17:08 UTC  (7+ 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 v4 00/14] security: digest_cache LSM
 2024-04-17 17:00 UTC  (32+ messages)
` [PATCH v4 01/14] lib: Add TLV parser
` [PATCH v4 02/14] security: Introduce the digest_cache LSM
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 04/14] digest_cache: Add hash tables and operations
` [PATCH v4 09/14] digest_cache: Add support for directories
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested
` [PATCH v4 11/14] digest_cache: Reset digest cache on file/directory change
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM

[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 dwarves v6 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-17 13:40 UTC  (6+ messages)
` [PATCH dwarves v6 1/3] gobuffer: Add gobuffer__sort() helper
` [PATCH dwarves v6 3/3] pahole: Inject kfunc decl tags into BTF

[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

[PATCH 1/2] [v2] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2024-04-17 12:14 UTC  (4+ messages)

[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  (9+ messages)
  ` [PATCH bpf-next v2] "

[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

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

[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  (7+ messages)
` [PATCH dwarves 1/3] pahole: allow --btf_features to not participate in "all"
` [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 

Advice on cgroup rstat lock
 2024-04-16 18:41 UTC  (10+ messages)

[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  (7+ messages)
` [PATCH bpf-next 2/3] bpf: refactor checks for "
` [PATCH bpf-next 3/3] bpf: relax MUL range computation check

[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  (6+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Fix incorrect runtime stats
` [PATCH bpf-next 2/2] riscv, bpf: "

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

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-16 14:40 UTC  (2+ messages)

[PATCH bpf-next 00/18] Introduce bpf_wq
 2024-04-16 14:08 UTC  (19+ messages)
` [PATCH bpf-next 01/18] bpf: trampoline: export __bpf_prog_enter/exit_recur
` [PATCH bpf-next 02/18] bpf: make timer data struct more generic
` [PATCH bpf-next 03/18] bpf: replace bpf_timer_init with a generic helper
` [PATCH bpf-next 04/18] bpf: replace bpf_timer_set_callback "
` [PATCH bpf-next 05/18] bpf: replace bpf_timer_cancel_and_free "
` [PATCH bpf-next 06/18] bpf: add support for bpf_wq user type
` [PATCH bpf-next 07/18] tools: sync include/uapi/linux/bpf.h
` [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 10/18] selftests/bpf: add bpf_wq tests
` [PATCH bpf-next 11/18] bpf: wq: add bpf_wq_init
` [PATCH bpf-next 12/18] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next 13/18] selftests/bpf: wq: add bpf_wq_init() checks
` [PATCH bpf-next 14/18] bpf/verifier: add is_sleepable argument to push_callback_call
` [PATCH bpf-next 15/18] bpf: wq: add bpf_wq_set_callback_impl
` [PATCH bpf-next 16/18] selftests/bpf: add checks for bpf_wq_set_callback()
` [PATCH bpf-next 17/18] bpf: add bpf_wq_start
` [PATCH bpf-next 18/18] selftests/bpf: wq: add bpf_wq_start() checks

[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-16 14:07 UTC  (2+ messages)

[syzbot] [bpf?] [net?] possible deadlock in rcu_exp_handler
 2024-04-16 14:04 UTC 

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-16 13:55 UTC  (2+ messages)

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

[PATCH v2 00/16] Consistently prefer sysfs/json events
 2024-04-16  6:15 UTC  (15+ messages)
` [PATCH v2 03/16] perf parse-events: Avoid copying an empty list
` [PATCH v2 04/16] perf pmu: Refactor perf_pmu__match
` [PATCH v2 05/16] perf tests parse-events: Use branches rather than cache-references
` [PATCH v2 06/16] perf parse-events: Legacy cache names on all PMUs and lower priority
` [PATCH v2 07/16] perf parse-events: Handle PE_TERM_HW in name_or_raw
` [PATCH v2 08/16] perf parse-events: Constify parse_events_add_numeric
` [PATCH v2 09/16] perf parse-events: Prefer sysfs/json hardware events over legacy
` [PATCH v2 10/16] perf parse-events: Inline parse_events_update_lists
` [PATCH v2 11/16] perf parse-events: Improve error message for bad numbers
` [PATCH v2 12/16] perf parse-events: Inline parse_events_evlist_error
` [PATCH v2 13/16] perf parse-events: Improvements to modifier parsing
` [PATCH v2 14/16] perf parse-event: Constify event_symbol arrays
` [PATCH v2 15/16] perf parse-events: Minor grouping tidy up
` [PATCH v2 16/16] perf parse-events: Tidy the setting of the default event name


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