bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 12:02:41 to 2025-01-29 20:13:19 UTC [more...]

[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 bpf-next] bpf: Use kallsyms to find the function name of a struct_ops's stub function
 2025-01-29 18:15 UTC  (2+ messages)

[PATCH net] vmxnet3: Fix tx queue race condition with XDP
 2025-01-29 18:17 UTC  (5+ messages)
  ` [PATCH net v2] "

[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 net-next 0/2] netdevgenl: Add an xsk attribute to queues
 2025-01-29 17:34 UTC  (3+ messages)
` [RFC net-next 2/2] selftests: drv-net: Test queue xsk attribute

[PATCH v2] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-29 17:27 UTC  (5+ messages)

[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 bpf v2 0/2] Makefile fixes for samples/{bpf,hid}
 2025-01-29 10:06 UTC  (5+ messages)
` [PATCH bpf v2 2/2] samples/{bpf,hid}: fix broken vmlinux path for VMLINUX_BTF

[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] bpftool: Fix readlink usage in get_fd_type
 2025-01-29  7:18 UTC 

[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 bpf v2] bpf: Fix deadlock when freeing cgroup storage
 2025-01-29  6:23 UTC  (6+ messages)
  `  "

[PATCH bpf-next v1 0/8] Introduce load-acquire and store-release BPF instructions
 2025-01-29  2:17 UTC  (9+ 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] 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
    `  "

[bpf-next v6 1/3] mm: add copy_remote_vm_str
 2025-01-28 22:43 UTC  (3+ 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

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-28 22:32 UTC  (8+ messages)
        ` bpf signing. "

[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

[LSF/MM/BPF TOPIC] Uninitialized Variable In BPF Programs
 2025-01-28 21:41 UTC 

[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  (14+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH bpf-next v2 4/7] tools headers UAPI: Update tools's copy of bpf.h header

[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  (5+ 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  (5+ messages)

[PATCH dwarves v2] btf_encoder: fix memory access bugs
 2025-01-28  0:03 UTC  (2+ messages)

[PATCH bpf-next v9 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-27 23:46 UTC  (6+ 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 bpf-next v2 0/6] BTF: arbitrary __attribute__ encoding
 2025-01-27 23:39 UTC  (7+ 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

[PATCH net 1/2] net: xdp: Disallow attaching device-bound programs in generic mode
 2025-01-27 23:23 UTC  (5+ messages)
` [PATCH net 2/2] selftests/net: Add test for loading devbound XDP program "

[PATCH bpf-next v8 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-27 22:23 UTC  (2+ messages)

[PATCH v2 Linux-6.12.y 1/1] selftests/bpf: Add test to verify tailcall and freplace restrictions
 2025-01-27 21:02 UTC 

[PATCH bpf-next 0/5] BTF: arbitrary __attribute__ encoding
 2025-01-27 20:51 UTC  (3+ messages)

[PATCH] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-27 19:43 UTC  (10+ messages)

[bpf-next v3 1/3] mm: add copy_remote_vm_str
 2025-01-27 19:21 UTC  (4+ messages)

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-27 19:20 UTC  (10+ messages)
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC
          ` [xdp-hints] "

[PATCH sched_ext/for-6.13-fixes] sched_ext: Fix dsq_local_on selftest
 2025-01-27 18:45 UTC  (11+ messages)
              ` [PATCH sched_ext/for-6.14-fixes] sched_ext: selftests/dsp_local_on: Fix sporadic failures

[PATCH bpf-next 0/4] bpf: Introduce global percpu data
 2025-01-27 16:21 UTC  (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf, libbpf: Support "
` [PATCH bpf-next 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next 4/4] selftests/bpf: Add a case to test "

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-27 16:04 UTC  (3+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-27 15:51 UTC  (6+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-01-27 15:31 UTC  (2+ messages)

[PATCH 0/2] bpf/umd possible deadcode
 2025-01-27 13:55 UTC  (2+ messages)

[PATCH bpf-next v2 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
 2025-01-27 12:27 UTC  (2+ messages)

[PATCH 1/2] selftests/bpf: Define SYS_PREFIX for powerpc
 2025-01-27 12:01 UTC  (4+ messages)
` [PATCH 2/2] selftests/bpf: Select NUMA node of current CPU to create map


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