Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-01-24 20:29:20 to 2025-01-28 16:39:54 UTC [more...]

[PATCH 00/21] bcachefs: eytzinger code
 2025-01-28 16:38 UTC  (20+ 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 RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-28 16:12 UTC  (10+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH RFC net-next v3 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population

[RFC PATCH 0/4] PMU partitioning driver support
 2025-01-28 15:55 UTC  (8+ messages)
` [RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH 2/4] KVM: arm64: Make guests see only counters they can access
` [RFC PATCH 3/4] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition

[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  (15+ messages)
` [PATCH RFC net-next v1 1/5] net: add devmem TCP TX documentation
` [PATCH RFC net-next v1 3/5] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH] udp: gso: fix MTU check for small packets
 2025-01-28 14:45 UTC  (4+ messages)

[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  (8+ messages)
` [PATCH v5 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v5 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-01-28 12:48 UTC  (4+ 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 net v3] bonding: Correctly support GSO ESP offload
 2025-01-28 12:30 UTC  (5+ messages)

[PATCH v6] Kunit to check the longest symbol length
 2025-01-28 12:23 UTC  (4+ messages)

[PATCH v5 0/9] Basic SEV-SNP Selftests
 2025-01-28 12:13 UTC  (3+ messages)
` [PATCH v5 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2

[PATCH bpf-next v2 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-28 11:22 UTC  (20+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH bpf-next v2 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH bpf-next v2 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH bpf-next v2 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH bpf-next v2 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH bpf-next v2 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH bpf-next v2 7/7] selftests/bpf: copy_from_user_dynptr test

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

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-28 10:31 UTC  (14+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support

[PATCH bpf-next v3 00/14] selftests/bpf: Migrate test_xdp_redirect_multi.sh to test_progs
 2025-01-28  9:57 UTC  (15+ 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

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

[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-28  9:16 UTC  (2+ messages)
` [PATCH v3 6/6] selftests/ptrace: add a test case for PTRACE_SET_SYSCALL_INFO

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (16+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

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

[PATCH Linux-6.12.y 1/1] selftests/mm: build with -O2
 2025-01-27 23:45 UTC 

[PATCH net] selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environment
 2025-01-27 23:04 UTC  (5+ messages)

[PATCH net] net: netdevsim: try to close UDP port harness races
 2025-01-27 22:30 UTC  (2+ 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 v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
 2025-01-27 19:05 UTC  (28+ messages)
` [PATCH v2 3/5] kci-gitlab: Add drm scenario
` [PATCH v2 5/5] kci-gitlab: docs: Add images

[PATCH] firmware: cs_dsp: FW_CS_DSP_KUNIT_TEST should not select REGMAP
 2025-01-27 19:02 UTC  (2+ messages)

[PATCH v2] selftests: tpm2: create a dedicated .gitignore
 2025-01-27 17:18 UTC  (12+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 1/2] misc: pci_endpoint_test: Give disabled BARs a distinct error code
 2025-01-27 16:31 UTC  (2+ messages)

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-27 16:04 UTC  (13+ messages)
` [PATCH bpf v9 1/5] strparser: add read_sock callback
` [PATCH bpf v9 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v9 3/5] bpf: disable non stream socket for strparser
` [PATCH bpf v9 4/5] selftests/bpf: fix invalid flag of recv()
` [PATCH bpf v9 5/5] selftests/bpf: add strparser test for bpf

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

[PATCH v6 0/3] selftests/lam: get_user additions and LAM enabled check
 2025-01-27 15:31 UTC  (4+ messages)
` [PATCH v6 1/3] selftests/lam: Move cpu_has_la57() to use cpuinfo flag
` [PATCH v6 2/3] selftests/lam: Skip test if LAM is disabled
` [PATCH v6 3/3] selftests/lam: Test get_user() LAM pointer handling

[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

[PATCH v2] selftests: livepatch: handle PRINTK_CALLER in check_result()
 2025-01-27 11:35 UTC  (2+ messages)

[PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including
 2025-01-27  8:02 UTC  (2+ messages)

[PATCH AUTOSEL 6.13 02/16] bpf: Improve verifier log for resource leak on exit
 2025-01-26 15:07 UTC 

[PATCH AUTOSEL 5.10 12/12] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:05 UTC 

[PATCH AUTOSEL 5.15 14/14] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:04 UTC 

[PATCH AUTOSEL 6.1 17/17] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:03 UTC 

[PATCH AUTOSEL 6.6 19/19] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:03 UTC 

[PATCH AUTOSEL 6.12 28/29] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:02 UTC 

[PATCH AUTOSEL 6.13 34/35] selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
 2025-01-26 15:00 UTC 

[PATCH 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-25  8:23 UTC  (8+ messages)
` [PATCH 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH 7/7] selftests/bpf: copy_from_user_dynptr test

[PATCH bpf v1] selftests/bpf: Fix runqslower cross-endian build
 2025-01-25  7:14 UTC 

[PATCHv2 net] Bonding: Fix support for gso_partial_features
 2025-01-25  1:47 UTC  (6+ messages)

[PATCH v5 0/3] selftests/lam: get_user additions and LAM enabled check
 2025-01-24 20:29 UTC  (5+ messages)
` [PATCH v5 1/3] selftests/lam: Move cpu_has_la57() to use cpuinfo flag


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