Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-12-09 10:33:46 to 2024-12-11 21:33:03 UTC [more...]

[PATCH net-next v15 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-11 21:15 UTC  (14+ messages)
` [PATCH net-next v15 01/22] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v15 02/22] ovpn: add basic netlink support
` [PATCH net-next v15 03/22] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v15 04/22] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v15 05/22] ovpn: introduce the ovpn_peer object
` [PATCH net-next v15 06/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v15 07/22] ovpn: implement basic TX path (UDP)
` [PATCH net-next v15 08/22] ovpn: implement basic RX "
` [PATCH net-next v15 09/22] ovpn: implement packet processing
` [PATCH net-next v15 10/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v15 11/22] ovpn: implement TCP transport
` [PATCH net-next v15 12/22] ovpn: implement multi-peer support
` [PATCH net-next v15 13/22] ovpn: implement peer lookup logic

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2024-12-11 20:56 UTC  (6+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[GIT PULL] Kselftest fixes for Linux 6.13-rc3
 2024-12-11 20:37 UTC 

[PATCH v4 0/9] mm: workingset reporting
 2024-12-11 19:53 UTC  (2+ messages)

[PATCH 0/4] KVM: selftests: dirty_log_test: fixes for running the test nested
 2024-12-11 19:37 UTC  (5+ messages)
` [PATCH 1/4] KVM: VMX: read the PML log in the same order as it was written
` [PATCH 2/4] KVM: selftests: dirty_log_test: Limit s390x workaround to s390x
` [PATCH 3/4] KVM: selftests: dirty_log_test: run the guest until some dirty ring entries were harvested
` [PATCH 4/4] KVM: selftests: dirty_log_test: support multiple write retires

[PATCH 0/4] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-11 19:05 UTC  (8+ messages)
` [PATCH 1/4] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH 2/4] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH 3/4] drivers: base: test: Drop "devm" from platform-device-test names
` [PATCH 4/4] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH AUTOSEL 6.12 21/36] bpf: Zero index arg error string for dynptr and iter
 2024-12-11 18:49 UTC 

[PATCH v2 0/6] Enhance event delivery error handling
 2024-12-11 18:20 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: x86: Add function for vectoring error generation
` [PATCH v2 3/6] KVM: VMX: Handle vectoring error in check_emulate_instruction
` [PATCH v2 4/6] KVM: SVM: Handle MMIO during vectroing error
` [PATCH v2 6/6] selftests: KVM: Add test case for MMIO during vectoring

[PATCH] cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
 2024-12-11 15:46 UTC  (2+ messages)

[PATCH v4] lib/math: Add int_sqrt test suite
 2024-12-11 15:06 UTC  (6+ messages)

[PATCH net-next v14 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-11 14:37 UTC  (15+ messages)
` [PATCH net-next v14 08/22] ovpn: implement basic RX path (UDP)
` [PATCH net-next v14 17/22] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v14 22/22] testing/selftests: add test tool and scripts for ovpn module

[PATCH v2] kselftest/arm64: abi: fix SVCR detection
 2024-12-11 14:22 UTC  (2+ messages)

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-12-11 10:23 UTC  (4+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-11  9:19 UTC  (7+ messages)
` [PATCH v3 1/4] PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED
` [PATCH v3 2/4] misc: pci_endpoint_test: Fix the return value of IOCTL
` [PATCH v3 3/4] selftests: Move PCI Endpoint tests from tools/pci to Kselftests
` [PATCH v3 4/4] selftests: pci_endpoint: Migrate to Kselftest framework

[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-11  8:21 UTC  (21+ messages)
` [PATCH v2 01/13] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v2 02/13] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v2 03/13] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENTQ_IOPF
` [PATCH v2 04/13] iommufd: Rename fault.c to eventq.c
` [PATCH v2 05/13] iommufd: Add IOMMUFD_OBJ_EVENTQ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v2 06/13] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v2 07/13] iommufd/viommu: Add iommufd_viommu_report_irq helper
` [PATCH v2 11/13] Documentation: userspace-api: iommufd: Update EVENTQ_IOPF and EVENTQ_VIRQ
` [PATCH v2 12/13] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v2 13/13] iommu/arm-smmu-v3: Report IRQs that belong to devices attached to vIOMMU

[PATCH v2 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-11  7:47 UTC  (5+ messages)
` [PATCH v2 2/4] misc: pci_endpoint_test: Fix the return value of IOCTL

[PATCH net 0/2] bond: fix xfrm offload feature during init
 2024-12-11  7:11 UTC  (3+ messages)
` [PATCH net 1/2] bonding: fix xfrm offload feature setup on active-backup mode
` [PATCH net 2/2] selftests: bonding: add ipsec offload test

[PATCH v5] riscv: selftests: Fix warnings pointer masking test
 2024-12-11  5:46 UTC  (3+ messages)

selftests: core: unshare_test: WARNING: at mm/util.c:671 __kvmalloc_node_noprof
 2024-12-11  5:39 UTC  (2+ messages)

[RFC PATCH v1 0/1] refactor mseal_test
 2024-12-11  5:33 UTC  (2+ messages)
` [RFC PATCH v1 1/1] selftest/mm: "

[PATCH v4 0/9] arm64: Support 2024 dpISA extensions
 2024-12-11  1:02 UTC  (10+ messages)
` [PATCH v4 1/9] arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
` [PATCH v4 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 "
` [PATCH v4 3/9] arm64/sysreg: Update ID_AA64FPFR0_EL1 "
` [PATCH v4 4/9] arm64/sysreg: Update ID_AA64ZFR0_EL1 "
` [PATCH v4 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 "
` [PATCH v4 6/9] arm64/sysreg: Update ID_AA64ISAR2_EL1 "
` [PATCH v4 7/9] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v4 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v4 9/9] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[PATCH for-next v3] selftests/filesystems: Add missing gitignore file
 2024-12-11  0:50 UTC  (3+ messages)

[PATCH for-next v3] selftests/zram: gitignore output file
 2024-12-11  0:50 UTC  (3+ messages)

[PATCH v4] selftests/filesystems: Add missing gitignore file
 2024-12-11  0:49 UTC 

[PATCH v4] selftests/zram: gitignore output file
 2024-12-11  0:46 UTC 

[PATCH net-next v4 0/6] tls: implement key updates for TLS1.3
 2024-12-10 23:33 UTC  (5+ messages)
` [PATCH net-next v4 1/6] tls: block decryption when a rekey is pending

[PATCH] selftests/rseq: Fix rseq for cases without glibc support
 2024-12-10 22:44 UTC 

[PATCH v3 0/9] arm64: Support 2024 dpISA extensions
 2024-12-10 18:43 UTC  (4+ messages)
` [PATCH v3 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09

[PATCH 0/3] kselftest framework to introduce TEST_CONFIG_DEPS
 2024-12-10 17:10 UTC  (6+ messages)
` [PATCH 1/3] docs/kselftests: Explain the usage of TEST_CONFIG_DEPS
` [PATCH 2/3] selftests/lib.mk: Introduce check to validate required configs

[PATCH for-next v3] selftests/cpufreq: gitignore output files and clean them in make clean
 2024-12-10 17:08 UTC  (3+ messages)

[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
 2024-12-10 16:50 UTC  (2+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-10 14:42 UTC  (15+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[PATCH v2] selftests: acct: Add ksft_exit_skip if not running as root
 2024-12-10 12:32 UTC 

[PATCH] selftests/hid: Add host-tools to .gitignore
 2024-12-10 11:47 UTC  (2+ messages)

[PATCH v1 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-10  9:34 UTC  (14+ messages)
` [PATCH v1 1/6] kvm: s390: Reject setting flic pfault attributes "
` [PATCH v1 2/6] selftests: kvm: s390: Add ucontrol flic attr selftests
` [PATCH v1 3/6] kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
` [PATCH v1 4/6] selftests: kvm: s390: Add ucontrol gis routing test
` [PATCH v1 5/6] selftests: kvm: s390: Streamline uc_skey test to issue iske after sske
` [PATCH v1 6/6] selftests: kvm: s390: Add has device attr check to uc_attr_mem_limit selftest

[PATCH] Add KUnit tests for curve25519
 2024-12-10  3:15 UTC  (2+ messages)

[PATCH v2] selftests/vDSO: support DT_GNU_HASH
 2024-12-09 23:26 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6 00/28] NT synchronization primitive driver
 2024-12-09 22:08 UTC  (31+ messages)
` [PATCH v6 01/28] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v6 02/28] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v6 03/28] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v6 04/28] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v6 05/28] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v6 06/28] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v6 07/28] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v6 08/28] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v6 09/28] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v6 10/28] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v6 11/28] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v6 12/28] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v6 13/28] ntsync: Introduce alertable waits
` [PATCH v6 14/28] selftests: ntsync: Add some tests for semaphore state
` [PATCH v6 15/28] selftests: ntsync: Add some tests for mutex state
` [PATCH v6 16/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v6 17/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v6 18/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v6 19/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v6 20/28] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v6 21/28] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v6 22/28] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v6 23/28] selftests: ntsync: Add tests for alertable waits
` [PATCH v6 24/28] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v6 25/28] selftests: ntsync: Add a stress test for contended waits
` [PATCH v6 26/28] maintainers: Add an entry for ntsync
` [PATCH v6 27/28] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v6 28/28] ntsync: No longer depend on BROKEN

[PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc
 2024-12-09 22:00 UTC  (2+ messages)

[PATCH v7 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-09 19:37 UTC  (6+ messages)
` [PATCH v7 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled
` [PATCH v7 2/2] selftests/resctrl: Discover SNC kernel support and adjust messages

[PATCH 0/4] selftest/mm: Remove warnings found by adding compiler flags
 2024-12-09 18:56 UTC  (5+ messages)
` [PATCH 1/4] selftests/mm: thp_settings: remove const from return type
` [PATCH 2/4] selftests/mm: pagemap_ioctl: Fix types mismatches shown by compiler options
` [PATCH 3/4] selftests/mm: mseal_test: remove unused variables
` [PATCH 4/4] selftests/mm: mremap_test: Remove unused variable and type mismatches

[PATCH 0/4] selftest/mm: Remove warnings foun
 2024-12-09 18:55 UTC 

[PATCH net-next v12 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-09 16:26 UTC  (11+ messages)
` [PATCH net-next v12 11/22] ovpn: implement TCP transport

[PATCH 1/3] selftest/powerpc/ptrace/core-pkey: Remove duplicate macros
 2024-12-09 15:14 UTC  (3+ messages)
` [PATCH 2/3] selftest/powerpc/ptrace/ptrace-pkey: "
` [PATCH 3/3] selftest/powerpc/ptrace: Cleanup duplicate macro definitions

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[PATCH] kselftest/arm64: abi: fix SVCR detection
 2024-12-09 14:04 UTC  (7+ messages)

[PATCH livepatch/master v1 1/2] selftests/livepatch: Replace hardcoded path with variable in test-syscall.sh
 2024-12-09 10:33 UTC  (3+ messages)
` [PATCH livepatch/master v1 2/2] selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.sh


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