Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-01-28 06:03:02 to 2025-01-31 07:21:53 UTC [more...]

[PATCH bpf-next v4 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-01-31  7:21 UTC  (6+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: helpers: Add append_tid()
` [PATCH bpf-next v4 02/14] selftests/bpf: test_xdp_veth: Remove unused defines
` [PATCH bpf-next v4 03/14] selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()
` [PATCH bpf-next v4 04/14] selftests/bpf: test_xdp_veth: Use int to describe next veth
` [PATCH bpf-next v4 05/14] selftests/bpf: test_xdp_veth: Split network configuration

[PATCH v2 1/2] selftests/bpf: Define SYS_PREFIX for powerpc
 2025-01-31  7:05 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/bpf: Select NUMA_NO_NODE to create map

[PATCH] selftests: bpf: Support dynamic linking LLVM if static not available
 2025-01-31  6:28 UTC  (4+ messages)

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

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-01-30 23:32 UTC  (11+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
` [PATCH v7 2/6] selftests/pidfd: add missing system header imcludes to pidfd tests
` [PATCH v7 3/6] tools: testing: separate out wait_for_pid() into helper header
` [PATCH v7 4/6] selftests: pidfd: add pidfd.h UAPI wrapper
` [PATCH v7 5/6] selftests: pidfd: add tests for PIDFD_SELF_*
` [PATCH v7 6/6] selftests/mm: use PIDFD_SELF in guard pages test

[PATCH RFC net-next v2 0/6] Device memory TCP TX
 2025-01-30 23:29 UTC  (12+ messages)
` [PATCH RFC net-next v2 1/6] net: add devmem TCP TX documentation
` [PATCH RFC net-next v2 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH RFC net-next v2 3/6] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v2 4/6] net: devmem: TCP tx netlink api
` [PATCH RFC net-next v2 5/6] net: devmem: Implement TX path
` [PATCH RFC net-next v2 6/6] net: devmem: make dmabuf unbinding scheduled work

[PATCH 0/2] tools/nolibc: add support for directory access
 2025-01-30 19:54 UTC  (3+ messages)
` [PATCH 1/2] tools/nolibc: add support for sys_llseek()
` [PATCH 2/2] tools/nolibc: add support for directory access

[PATCH bpf-next v7 0/5] Support eliding map lookup nullness
 2025-01-30 18:41 UTC  (8+ messages)
` [PATCH bpf-next v7 4/5] bpf: verifier: "

[PATCH v2 net] udp: gso: do not drop small packets when PMTU reduces
 2025-01-30 18:34 UTC  (3+ messages)

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

[PATCH net-next 0/1] selftests: net: Add support for testing SO_RCVMARK and SO_RCVPRIORITY
 2025-01-30 15:15 UTC  (6+ messages)
` [PATCH net-next 1/1] "

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH bpf-next/net v2 0/7] bpf: Add mptcp_subflow bpf_iter support
 2025-01-30 12:05 UTC  (4+ messages)
` [PATCH bpf-next/net v2 4/7] bpf: Add mptcp_subflow bpf_iter

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-30 10:38 UTC  (17+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH RFC net-next v3 2/8] netconsole: Rename userdata to extradata
` [PATCH RFC net-next v3 3/8] netconsole: Helper to count number of used entries
` [PATCH RFC net-next v3 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH RFC net-next v3 5/8] netconsole: Include sysdata in extradata entry count
` [PATCH RFC net-next v3 6/8] netconsole: add support for sysdata and CPU population
` [PATCH RFC net-next v3 7/8] netconsole: selftest: test for sysdata CPU

[PATCH 00/21] bcachefs: eytzinger code
 2025-01-30 10:33 UTC  (34+ messages)
` [PATCH 01/21] bcachefs: remove dead code in is_aligned
` [PATCH 02/21] bcachefs: bch2_blacklist_entries_gc cleanup
` [PATCH 03/21] bcachefs: Run the eytzinger tests on modprobe
` [PATCH 04/21] bcachefs: EYTZINGER_DEBUG fix
` [PATCH 05/21] bcachefs: eytzinger self tests: eytzinger0_for_each loop cleanups
` [PATCH 06/21] bcachefs: eytzinger self tests: missing newline termination
` [PATCH 07/21] bcachefs: eytzinger self tests: fix cmp_u16 typo
` [PATCH 08/21] bcachefs: eytzinger[01]_test improvement
` [PATCH 09/21] bcachefs: eytzinger0_find_test improvement
` [PATCH 10/21] bcachefs: add eytzinger0_for_each_prev
` [PATCH 11/21] bcachefs: improve the eytzinger0_find_le tests
` [PATCH 12/21] bcachefs: convert eytzinger0_find to be 1-based
` [PATCH 13/21] bcachefs: convert eytzinger0_find_le "
` [PATCH 14/21] bcachefs: simplify eytzinger0_find_le
` [PATCH 15/21] bcachefs: add eytzinger0_find_gt tests
` [PATCH 16/21] bcachefs: implement eytzinger0_find_gt directly
` [PATCH 17/21] bcachefs: add eytzinger0_find_ge tests
` [PATCH 18/21] bcachefs: implement eytzinger0_find_ge directly
` [PATCH 19/21] bcachefs: convert eytzinger sort to be 1-based (1)
` [PATCH 20/21] bcachefs: convert eytzinger sort to be 1-based (2)
` [PATCH 21/21] bcachefs: eytzinger1_{next,prev} cleanup

[PATCH] udp: gso: fix MTU check for small packets
 2025-01-30  7:58 UTC  (8+ messages)

[PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including
 2025-01-30  7:02 UTC  (5+ messages)

[PATCH v4 0/9] mm: workingset reporting
 2025-01-30  4:11 UTC  (4+ messages)

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

[RFC PATCH 0/4] PMU partitioning driver support
 2025-01-29 21:27 UTC  (12+ messages)
` [RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-29 20:15 UTC  (30+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

[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 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-29 18:51 UTC  (3+ messages)
` [PATCH v3 6/6] selftests/ptrace: add a test case for PTRACE_SET_SYSCALL_INFO

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (6+ messages)
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX

[PATCH v5 0/9] Basic SEV-SNP Selftests
 2025-01-29 15:49 UTC  (5+ messages)
` [PATCH v5 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2

[PATCH] selftests: Fix typos and grammar in multiple test files
 2025-01-29 14:52 UTC 

[PATCH AUTOSEL 6.12 4/8] kunit: platform: Resolve 'struct completion' warning
 2025-01-29 12:59 UTC 

[PATCH AUTOSEL 6.13 4/8] kunit: platform: Resolve 'struct completion' warning
 2025-01-29 12:58 UTC 

[PATCH v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
 2025-01-29  9:32 UTC  (6+ messages)

[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 v6 0/3] Add support for the Idle HLT intercept feature
 2025-01-29  5:26 UTC  (5+ messages)
` [PATCH v6 1/3] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[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 v6] Kunit to check the longest symbol length
 2025-01-28 21:07 UTC  (5+ messages)

[PATCH] selftests: pid_namespace and pidfd missing include
 2025-01-28 17:04 UTC 

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

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28 14:49 UTC  (5+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
 2025-01-28 13:18 UTC 

[PATCH v5 0/3] Add support for the Idle HLT intercept feature
 2025-01-28 12:49 UTC  (6+ messages)
` [PATCH v5 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v5 3/3] KVM: selftests: Add self IPI HLT test

[PATCH net v3] bonding: Correctly support GSO ESP offload
 2025-01-28 12:30 UTC  (2+ messages)

[PATCH] selftests: fix spelling/grammar errors in sysctl/sysctl.sh
 2025-01-28 10:36 UTC 

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-01-28  9:42 UTC  (2+ messages)

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (3+ messages)
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ

[PATCH v7] Kunit to check the longest symbol length
 2025-01-28  7:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox