Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-01-28 16:39:25 to 2025-02-01 19:58:25 UTC [more...]

[PATCH bpf-next 0/3] bpf: Some fixes for nullness elision
 2025-02-01 19:58 UTC  (2+ messages)
` [PATCH bpf-next 2/3] bpf: selftests: Test constant key extraction on irrelevant maps

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-01 16:38 UTC  (14+ 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 bpf-next v7 0/5] Support eliding map lookup nullness
 2025-02-01 12:04 UTC  (9+ messages)
` [PATCH bpf-next v7 4/5] bpf: verifier: "

[PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including
 2025-02-01 11:20 UTC  (6+ messages)

[PATCH 0/2] tools/nolibc: add support for directory access
 2025-02-01 10:46 UTC  (6+ messages)
` [PATCH 1/2] tools/nolibc: add support for sys_llseek()
` [PATCH 2/2] tools/nolibc: add support for directory access

[PATCH v2 0/5] selftests/nolibc: test kernel configuration cleanups
 2025-02-01 10:20 UTC  (13+ messages)
` [PATCH v2 1/5] selftests/nolibc: drop custom EXTRACONFIG functionality
` [PATCH v2 2/5] selftests/nolibc: drop call to prepare target
` [PATCH v2 3/5] selftests/nolibc: drop call to mrproper target
` [PATCH v2 4/5] selftests/nolibc: execute defconfig before other targets
` [PATCH v2 5/5] selftests/nolibc: always keep test kernel configuration up to date

[PATCH 0/2] tools/nolibc: support for 32-bit s390
 2025-02-01 10:19 UTC  (2+ messages)

[PATCH] selftests: bpf: Support dynamic linking LLVM if static not available
 2025-02-01  8:23 UTC  (5+ messages)

[PATCH 00/16] selftest/mm: Remove warnings found by adding compiler flags
 2025-02-01  7:43 UTC  (9+ messages)
` [PATCH 01/16] selftests/mm: remove argc and argv unused parameters

[PATCH bpf-next v4 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-02-01  1:33 UTC  (16+ 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 bpf-next v4 06/14] selftests/bpf: test_xdp_veth: Rename config[]
` [PATCH bpf-next v4 07/14] selftests/bpf: test_xdp_veth: Add prog_config[] table
` [PATCH bpf-next v4 08/14] selftests/bpf: test_xdp_veth: Add XDP flags to prog_configuration
` [PATCH bpf-next v4 09/14] selftests/bpf: test_xdp_veth: Use unique names
` [PATCH bpf-next v4 10/14] selftests/bpf: test_xdp_veth: Add new test cases for XDP flags
` [PATCH bpf-next v4 11/14] selftests/bpf: Optionally select broadcasting flags
` [PATCH bpf-next v4 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests
` [PATCH bpf-next v4 13/14] selftests/bpf: test_xdp_veth: Add XDP program on egress test
` [PATCH bpf-next v4 14/14] selftests/bpf: Remove test_xdp_redirect_multi.sh

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

[PATCH] scanf: convert self-test to KUnit
 2025-01-31 19:58 UTC  (8+ messages)

[PATCH v3 net] udp: gso: do not drop small packets when PMTU reduces
 2025-01-31 18:03 UTC  (2+ messages)

[PATCH RFC net-next v2 0/6] Device memory TCP TX
 2025-01-31 17:45 UTC  (17+ 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 RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-31 13:11 UTC  (18+ 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 RFC net-next] netconsole: selftest: Add test for fragmented messages
 2025-01-31 12:39 UTC 

[PATCH] kunit: tool: Use qboot on QEMU x86_64
 2025-01-31 11:19 UTC  (3+ 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  (9+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper

[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 00/21] bcachefs: eytzinger code
 2025-01-30 10:33 UTC  (29+ messages)
` [PATCH 01/21] bcachefs: remove dead code in is_aligned
` [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 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 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
 2025-01-29 21:27 UTC  (5+ messages)

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

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (2+ messages)

[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  (9+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: helpers: Add append_tid()
` [PATCH bpf-next v3 09/14] selftests/bpf: test_xdp_veth: Use unique names
` [PATCH bpf-next v3 12/14] selftests/bpf: test_xdp_veth: Add XDP broadcast redirection tests

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-01-29  5:26 UTC  (3+ messages)
` [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
    `  "

[RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition
 2025-01-28 22:30 UTC  (2+ messages)

[RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
 2025-01-28 22:27 UTC  (2+ messages)

[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 


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