BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 12:55:54 to 2024-04-16 20:40:52 UTC [more...]

[PATCH bpf-next v9 0/4] BPF crypto API framework
 2024-04-16 20:40 UTC  (3+ 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 2/5] arm64: mm: code and data partitioning for aslr
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 2/5 RESEND] "

[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 net] udp: fix segmentation crash for GRO packet without fraglist
 2024-04-16 17:57 UTC  (4+ 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  (8+ messages)
` [PATCH bpf-next 2/3] bpf: refactor checks for "
` [PATCH bpf-next 3/3] bpf: relax MUL range computation check

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-16 16:12 UTC  (6+ 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 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 dwarves 0/3] pahole: support nonstandard btf_features
 2024-04-16 15:41 UTC  (6+ 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

[PATCH] bpf/tests: Fix typos in comments
 2024-04-16 15:30 UTC  (3+ 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] bpf: btf: include linux/types.h for u32
 2024-04-16 14:47 UTC  (7+ messages)
  ` [PATCH bpf-next v2] "

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-16 14:47 UTC  (38+ 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 05/14] digest_cache: Populate the digest cache from a digest list
` [PATCH v4 06/14] digest_cache: Parse tlv digest lists
` [PATCH v4 07/14] digest_cache: Parse rpm "
` [PATCH v4 08/14] digest_cache: Add management of verification data
` [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 12/14] digest_cache: Notify digest cache events
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM
` [PATCH v4 14/14] docs: Add documentation of the "

[PATCH v4 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-16 14:40 UTC  (5+ messages)
` [PATCH v4 1/3] kallsyms: Avoid weak references for kallsyms symbols
` [PATCH v4 2/3] vmlinux: Avoid weak reference to notes section
` [PATCH v4 3/3] btf: Avoid weak external references

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

[PATCH bpf-next v4 00/14] use network helpers, part 1
 2024-04-16 10:14 UTC  (15+ 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

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

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

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

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-16  7:22 UTC  (6+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()

[PATCH v2 bpf-next 0/6] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-16  6:47 UTC  (8+ 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 v2 00/16] Consistently prefer sysfs/json events
 2024-04-16  6:15 UTC  (17+ messages)
` [PATCH v2 01/16] perf parse-events: Factor out '<event_or_pmu>/.../' parsing
` [PATCH v2 02/16] perf parse-events: Directly pass PMU to parse_events_add_pmu
` [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

[PATCH net-next v7] virtio_net: Support RX hash XDP hint
 2024-04-16  6:05 UTC  (3+ messages)

No direct copy from ctx to map possible, why?
 2024-04-16  5:12 UTC  (5+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in put_pwq_unlocked
 2024-04-16  3:25 UTC 

[RFC PATCH bpf-next v3 0/2] Replace mono_delivery_time with tstamp_type
 2024-04-15 21:26 UTC  (11+ messages)
` [RFC PATCH bpf-next v3 1/2] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v3 2/2] net: Add additional bit to support userspace timestamp type

[syzbot] [net?] [bpf?] possible deadlock in posix_timer_fn (2)
 2024-04-15 21:20 UTC 

Incorrect BPF stats accounting for fentry on arm64
 2024-04-15 18:40 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in swake_up_one
 2024-04-15 18:22 UTC 

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

[PATCH 00/12]
 2024-04-15 17:33 UTC  (5+ messages)
` [PATCH 12/12] tests: Add a BTF reproducible generation test

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_update_common
 2024-04-15 17:04 UTC 

[PATCH v1 0/9] Consistently prefer sysfs/json events
 2024-04-15 16:59 UTC  (2+ messages)

[RFC] bpf: allowing PTR_TO_BTF_ID | PTR_TRUSTED w/ non-zero fixed offset to selected KF_TRUSTED_ARGS BPF kfuncs
 2024-04-15 16:43 UTC  (2+ messages)

[PATCH v3 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-15 15:54 UTC  (6+ messages)
` [PATCH v3 3/3] btf: Avoid weak external references

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

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-15 14:16 UTC 

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-15 12:55 UTC  (3+ messages)
` [PATCH v9 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v9 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded


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