bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 23:23:44 to 2025-01-30 03:40:14 UTC [more...]

[PATCH net 1/2] net: xdp: Disallow attaching device-bound programs in generic mode
 2025-01-30  3:40 UTC  (3+ messages)

[PATCH bpf-next v1 0/8] Introduce load-acquire and store-release BPF instructions
 2025-01-30  3:38 UTC  (18+ messages)
` [PATCH bpf-next v1 3/8] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v1 7/8] selftests/bpf: Add selftests for "
      ` [Bpf] "
` [PATCH bpf-next v1 8/8] bpf, docs: Update instruction-set.rst "

[PATCH bpf-next] bpf: Use kallsyms to find the function name of a struct_ops's stub function
 2025-01-30  2:57 UTC  (3+ messages)

[PATCH bpf v2] bpf: Fix deadlock when freeing cgroup storage
 2025-01-30  2:40 UTC  (7+ messages)
  `  "

[PATCH bpf-next v9 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-30  2:35 UTC  (7+ messages)
` [PATCH bpf-next v9 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v9 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v9 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v9 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v9 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[PATCH v11 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-30  2:32 UTC  (9+ messages)
` [PATCH v11 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v11 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v11 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v11 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v11 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v11 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v11 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[RFC net-next 0/2] netdevgenl: Add an xsk attribute to queues
 2025-01-30  2:07 UTC  (4+ messages)
` [RFC net-next 2/2] selftests: drv-net: Test queue xsk attribute

[RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
 2025-01-30  1:42 UTC  (3+ messages)

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-30  1:16 UTC  (12+ messages)
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-30  1:15 UTC  (4+ messages)
` [PATCH net v2] "

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-30  1:13 UTC  (9+ messages)
        ` bpf signing. "

[PATCH bpf-next] bpftool: Fix readlink usage in get_fd_type
 2025-01-30  1:00 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Uninitialized Variable In BPF Programs
 2025-01-30  0:53 UTC  (2+ messages)

[PATCH bpf v2 0/2] Makefile fixes for samples/{bpf,hid}
 2025-01-30  0:51 UTC  (6+ messages)
` [PATCH bpf v2 2/2] samples/{bpf,hid}: fix broken vmlinux path for VMLINUX_BTF

[LSF/MM/BPF TOPIC] Two-Phase eBPF Program Signing
 2025-01-30  0:48 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] BTF: arbitrary __attribute__ encoding
 2025-01-30  0:34 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] libbpf: introduce kflag for type_tags and decl_tags in BTF
` [PATCH bpf-next v2 2/6] docs/bpf: document the semantics of BTF tags with kind_flag
` [PATCH bpf-next v2 3/6] libbpf: check the kflag of type tags in btf_dump
` [PATCH bpf-next v2 4/6] selftests/bpf: add a btf_dump test for type_tags
` [PATCH bpf-next v2 5/6] bpf: allow kind_flag for BTF type and decl tags
` [PATCH bpf-next v2 6/6] selftests/bpf: add a BTF verification test for kflagged type_tag

[RFC PATCH bpf-next 0/7] bpf: BPF internal fine-grained permission management (BPF internal capabilities)
 2025-01-30  0:32 UTC  (5+ messages)
` [RFC PATCH bpf-next 6/7] sched_ext: Make SCX use BPF capabilities

[bpf-next v6 1/3] mm: add copy_remote_vm_str
 2025-01-30  0:19 UTC  (4+ messages)
` [bpf-next v6 2/3] bpf: Add bpf_copy_from_user_task_str kfunc
` [bpf-next v6 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH 0/2] ipv4, bpf: Introduced to support the ULP to get or set sockets
 2025-01-29 23:31 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] add selftest for TCP_ULP in bpf_setsockopt

[PATCH v2] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-29 22:52 UTC  (6+ messages)

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-29 22:00 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] fanotify filter
 2025-01-29 21:30 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH v5 3/4] perf record: Skip don't fail for events that don't open
 2025-01-29 21:24 UTC  (11+ messages)

[PATCH v3 5.10 1/1] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
 2025-01-29 20:31 UTC 

[PATCH 0/6] Address some issues related to Python version
 2025-01-29 20:13 UTC  (3+ messages)
` [PATCH 5/6] tools: selftests/bpf: test_bpftool_synctypes: escape raw symbols

[PATCH v3 00/18] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-29 19:36 UTC  (16+ messages)
` [PATCH v3 03/18] perf capstone: Move capstone functionality into its own file
` [PATCH v3 06/18] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v3 13/18] perf build: Remove libbfd support

[PATCH v3 0/5] Tracing contention lock owner call stack
 2025-01-29 18:48 UTC  (8+ messages)
` [PATCH v3 1/5] perf lock: Add bpf maps for owner stack tracing
` [PATCH v3 2/5] perf lock: Retrieve owner callstack in bpf program
` [PATCH v3 3/5] perf lock: Make rb_tree helper functions generic
` [PATCH v3 4/5] perf lock: Report owner stack in usermode
` [PATCH v3 5/5] perf lock: Update documentation for -o option in contention mode

[PATCH v2 bpf-next 1/2] bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
 2025-01-29 18:10 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] bpf: avoid holding freeze_mutex during mmap operation

[PATCH bpf-next v7 0/5] Support eliding map lookup nullness
 2025-01-29 17:45 UTC  (5+ messages)
` [PATCH bpf-next v7 4/5] bpf: verifier: "

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-29 16:19 UTC  (9+ messages)
` [RFC v2 37/38] scripts/get_abi.py: add support for undefined ABIs
` [RFC v2 38/38] scripts/get_abi.pl: drop now obsoleted script

selftests/sched_ext: testing on BPF CI
 2025-01-29 16:19 UTC  (3+ messages)

[RFC 0/6] Raise the bar with regards to Python and Sphinx requirements
 2025-01-29 16:09 UTC  (2+ messages)
` [RFC 6/6] doc: changes: update Python minimal version

[PATCH 0/2] tracing: s390: Fix fprobes on s390
 2025-01-29  9:12 UTC  (5+ messages)
` [PATCH 1/2] s390: fgraph: Fix to remove ftrace_test_recursion_trylock()
` [PATCH 2/2] s390: tracing: Define ftrace_get_symaddr() for s390

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
 2025-01-29  8:47 UTC  (5+ messages)
        ` [PATCH v3.5 "

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-29  8:17 UTC  (9+ messages)
` [PATCH bpf-next v6 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v6 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()

[PATCH bpf-next v3 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-01-29  7:08 UTC  (20+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: helpers: Add append_tid()
` [PATCH bpf-next v3 02/14] selftests/bpf: test_xdp_veth: Remove unused defines
` [PATCH bpf-next v3 03/14] selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()
` [PATCH bpf-next v3 04/14] selftests/bpf: test_xdp_veth: Use int to describe next veth
` [PATCH bpf-next v3 05/14] selftests/bpf: test_xdp_veth: Split network configuration
` [PATCH bpf-next v3 06/14] selftests/bpf: test_xdp_veth: Rename config[]
` [PATCH bpf-next v3 07/14] selftests/bpf: test_xdp_veth: Add prog_config[] table
` [PATCH bpf-next v3 08/14] selftests/bpf: test_xdp_veth: Add XDP flags to prog_configuration
` [PATCH bpf-next v3 09/14] selftests/bpf: test_xdp_veth: Use unique names
` [PATCH bpf-next v3 10/14] selftests/bpf: test_xdp_veth: Add new test cases for XDP flags
` [PATCH bpf-next v3 11/14] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v3 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v3 13/14] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v3 14/14] selftests/bpf: Remove test_xdp_redirect_multi.sh

[PATCH] docs,procfs: document /proc/PID/* access permission checks
 2025-01-29  0:28 UTC  (2+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-29  0:25 UTC  (4+ messages)

[PATCH bpf v1] selftests/bpf: Fix runqslower cross-endian build
 2025-01-28 23:40 UTC  (2+ messages)

[PATCH 1/2] libbpf: BPF program load type enum
 2025-01-28 23:08 UTC  (4+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "

[PATCH 0/2] modules: allow error injection
 2025-01-28 21:44 UTC  (6+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool
    ` [PATCH 1/2] module: allow for module error injection

[PATCH] netfs: Add retry stat counters
 2025-01-28 19:11 UTC 

[bpf-next v5 1/3] mm: add copy_remote_vm_str
 2025-01-28 15:23 UTC  (5+ messages)
` [bpf-next v5 2/3] bpf: Add bpf_copy_from_user_task_str kfunc

[PATCH] bpf: Fix mix-up of 4096 and page size
 2025-01-28 15:03 UTC  (3+ messages)

[PATCH] igc: Fix HW RX timestamp when passed by ZC XDP
 2025-01-28 12:26 UTC 

[PATCH bpf-next v2 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-28 11:22 UTC  (11+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper

[PATCH v10 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-28 10:53 UTC  (3+ messages)
` [PATCH v10 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs

[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-28  8:46 UTC  (14+ messages)
` [PATCH bpf-next v7 01/13] net-timestamp: add support for bpf_setsockopt()
` [PATCH bpf-next v7 02/13] net-timestamp: prepare for timestamping callbacks use
` [PATCH bpf-next v7 03/13] bpf: stop unsafely accessing TCP fields in bpf callbacks
` [PATCH bpf-next v7 04/13] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks
` [PATCH bpf-next v7 05/13] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v7 06/13] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH bpf-next v7 07/13] net-timestamp: support sw SCM_TSTAMP_SND "
` [PATCH bpf-next v7 08/13] net-timestamp: support hw "
` [PATCH bpf-next v7 09/13] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH bpf-next v7 10/13] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v7 12/13] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH bpf-next v7 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[TEST FAILURE] bpf: s390: missed/kprobe_recursion
 2025-01-28  4:57 UTC  (7+ messages)

Vurnability in libbpf heap buffer attached with solution and Issue link
 2025-01-28  2:33 UTC  (3+ messages)
` [PATCH bpf v1] libbpf: fix accessing BTF.ext core_relo header

[RFC PATCH net-next v6 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-01-28  1:34 UTC  (10+ messages)
` [RFC PATCH net-next v6 03/13] bpf: stop UDP sock accessing TCP fields in bpf callbacks
` [RFC PATCH net-next v6 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature

[PATCH bpf-next] bpf: avoid holding freeze_mutex during mmap operation
 2025-01-28  0:47 UTC  (4+ messages)

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2025-01-28  0:03 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 NNTP newsgroup(s).