Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2024-12-19 01:29:13 to 2024-12-23 18:14:31 UTC [more...]

[RFC PATCH 0/2] ptp: add PTP_SYS_OFFSET_STAT ioctl, support it in virtio_rtc
 2024-12-23 18:13 UTC  (5+ messages)
` [RFC PATCH 1/2] ptp: add PTP_SYS_OFFSET_STAT for xtstamping with status
` [RFC PATCH 2/2] virtio_rtc: Support PTP_SYS_OFFSET_STAT ioctl

[PATCH net-next 0/4] selftests/net: packetdrill: import multiple tests
 2024-12-23 16:50 UTC  (7+ messages)

[PATCH v2] selftests: arm coresight: sysfsmode testing
 2024-12-23 14:38 UTC  (2+ messages)

[PATCH v4 0/4] Add support for the Idle HLT intercept feature
 2024-12-23  9:27 UTC  (9+ messages)
` [PATCH v4 3/4] KVM: nSVM: implement the nested idle halt intercept
` [PATCH v4 4/4] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH for-next v2] selftests/Makefile: override the srctree for out-of-tree builds
 2024-12-23  8:33 UTC 

[PATCH 0/6] selftests/nolibc: wire up riscv32
 2024-12-23  8:13 UTC  (10+ messages)
` [PATCH 1/6] tools/nolibc: add support for waitid()
` [PATCH 2/6] selftests/nolibc: use waitid() over waitpid()
` [PATCH 3/6] selftests/nolibc: use a pipe to in vfprintf tests
` [PATCH 4/6] selftests/nolibc: skip tests for unimplemented syscalls
` [PATCH 5/6] selftests/nolibc: rename riscv to riscv64
` [PATCH 6/6] selftests/nolibc: add configurations for riscv32

[PATCH v3 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-23  2:28 UTC  (9+ messages)
` [PATCH v3 01/14] iommufd: Keep IOCTL list in an alphabetical order
` [PATCH v3 06/14] iommufd: Add IOMMUFD_OBJ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v3 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper

[PATCH RFC] Makefile: Export absolute srctree path for out-of-tree builds
 2024-12-23  1:00 UTC  (5+ messages)

[PATCH 0/2] fix reading ESP during coredump
 2024-12-22 19:18 UTC  (6+ messages)
` [PATCH 1/2] fs/proc: do_task_stat: Fix ESP not readable "

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2024-12-21  5:09 UTC  (10+ messages)
` [PATCH RFC net-next v1 1/5] net: add devmem TCP TX documentation
` [PATCH RFC net-next v1 2/5] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH RFC net-next v1 3/5] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v1 4/5] net: devmem TCP tx netlink api
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH net-next] selftests: drv-net: assume stats refresh is 0 if no ethtool -c support
 2024-12-21  4:05 UTC  (5+ messages)

[PATCH bpf] selftests/bpf: add XDP_UMEM_TX_METADATA_LEN flag to umem_config
 2024-12-21  1:56 UTC  (5+ messages)

[PATCH v2 0/2] update kselftest framework to check for required configs
 2024-12-20 19:35 UTC  (3+ messages)
` [PATCH v2 1/2] selftests: Introduce script to validate "
` [PATCH v2 2/2] selftests/lib.mk: Introduce check "

[PATCH v3 0/3] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-20 17:44 UTC  (10+ messages)
` [PATCH v3 1/3] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH v3 2/3] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH v3 3/3] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH AUTOSEL 6.12 29/29] bpf: consider that tail calls invalidate packet pointers
 2024-12-20 17:11 UTC 

[PATCH] selftests/run_kselftest.sh: Fix help string for --per-test-log
 2024-12-20 17:12 UTC  (2+ messages)

[PATCH RFC v3 00/27] KVM: arm64: Implement support for SME in non-protected guests
 2024-12-20 16:46 UTC  (28+ messages)
` [PATCH RFC v3 01/27] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH RFC v3 02/27] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH RFC v3 03/27] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH RFC v3 04/27] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH RFC v3 05/27] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH RFC v3 06/27] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH RFC v3 07/27] KVM: arm64: Convert cpacr_clear_set() to a static inline
` [PATCH RFC v3 08/27] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v3 09/27] KVM: arm64: Factor SVE guest exit handling out into a function
` [PATCH RFC v3 10/27] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v3 11/27] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v3 12/27] KVM: arm64: Define internal features "
` [PATCH RFC v3 13/27] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v3 14/27] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v3 15/27] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v3 16/27] KVM: arm64: Add definitions for SME control register
` [PATCH RFC v3 17/27] KVM: arm64: Support TPIDR2_EL0
` [PATCH RFC v3 18/27] KVM: arm64: Support SMIDR_EL1 for guests
` [PATCH RFC v3 19/27] KVM: arm64: Support SME priority registers
` [PATCH RFC v3 20/27] KVM: arm64: Provide assembly for SME state restore
` [PATCH RFC v3 21/27] KVM: arm64: Support Z and P registers in streaming mode
` [PATCH RFC v3 22/27] KVM: arm64: Expose SME specific state to userspace
` [PATCH RFC v3 23/27] KVM: arm64: Context switch SME state for normal guests
` [PATCH RFC v3 24/27] KVM: arm64: Handle SME exceptions
` [PATCH RFC v3 25/27] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH RFC v3 26/27] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH RFC v3 27/27] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v6 0/2] kselftest: tmpfs: Add ksft macros and skip if no root
 2024-12-20 16:46 UTC  (4+ messages)
` [PATCH v6 1/2] selftests: tmpfs: Add Test-skip if not run as root
` [PATCH v6 2/2] selftests: tmpfs: Add kselftest support to tmpfs

[PATCH 0/2] selftest: fix riscv/vector tests
 2024-12-20 15:29 UTC  (4+ messages)
` [PATCH 1/2] tools: selftests: riscv: Add pass message for v_initval_nolibc
` [PATCH 2/2] tools: selftests: riscv: Add test count for vstate_prctl

Question about test_xsk.sh
 2024-12-20 14:46 UTC 

[PATCH net-next 3/4] selftests: net: lib: Add a couple autodefer helpers
 2024-12-20 12:28 UTC  (4+ messages)
` [PATCH net-next 4/4] selftests: net: Add a VLAN bridge binding selftest

[PATCH net-next v16 00/26] Introducing OpenVPN Data Channel Offload
 2024-12-20 11:06 UTC  (31+ messages)
` [PATCH net-next v16 01/26] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v16 02/26] ovpn: add basic netlink support
` [PATCH net-next v16 03/26] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v16 04/26] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v16 05/26] ovpn: introduce the ovpn_peer object
` [PATCH net-next v16 06/26] kref/refcount: implement kref_put_sock()
` [PATCH net-next v16 07/26] ovpn: introduce the ovpn_socket object
` [PATCH net-next v16 08/26] ovpn: implement basic TX path (UDP)
` [PATCH net-next v16 09/26] ovpn: implement basic RX "
` [PATCH net-next v16 10/26] ovpn: implement packet processing
` [PATCH net-next v16 11/26] ovpn: store tunnel and transport statistics
` [PATCH net-next v16 12/26] ipv6: export inet6_stream_ops via EXPORT_SYMBOL_GPL
` [PATCH net-next v16 13/26] ovpn: implement TCP transport
` [PATCH net-next v16 14/26] skb: implement skb_send_sock_locked_with_flags()
` [PATCH net-next v16 15/26] ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg
` [PATCH net-next v16 16/26] ovpn: implement multi-peer support
` [PATCH net-next v16 17/26] ovpn: implement peer lookup logic
` [PATCH net-next v16 18/26] ovpn: implement keepalive mechanism
` [PATCH net-next v16 19/26] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v16 20/26] ovpn: add support for peer floating
` [PATCH net-next v16 21/26] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v16 22/26] ovpn: implement key add/get/del/swap "
` [PATCH net-next v16 23/26] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v16 24/26] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v16 25/26] ovpn: add basic ethtool support
` [PATCH net-next v16 26/26] testing/selftests: add test tool and scripts for ovpn module

[PATCH for-next] selftests/alsa: Fix circular dependency involving global-timer
 2024-12-20  9:01 UTC  (2+ messages)

[PATCH] selftests/mm: Added new test cases to the migration test
 2024-12-20  6:05 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Support eliding map lookup nullness
 2024-12-20  4:09 UTC  (4+ messages)
` [PATCH bpf-next v6 3/5] bpf: verifier: Refactor helper access type tracking
` [PATCH bpf-next v6 4/5] bpf: verifier: Support eliding map lookup nullness
` [PATCH bpf-next v6 5/5] bpf: selftests: verifier: Add nullness elision tests

[PATCH bpf-next v5 0/5] Support eliding map lookup nullness
 2024-12-20  4:00 UTC  (12+ messages)
` [PATCH bpf-next v5 4/5] bpf: verifier: "

[PATCH v1 0/4] KVM selftests enhancements
 2024-12-20  0:52 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v1 2/4] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v1 4/4] KVM: selftests: Replace previously used vm_get_stat() to macro

[PATCH v3 0/7] Enhance event delivery error handling
 2024-12-19 23:19 UTC  (3+ messages)

[PATCH v2 0/2] KVM: x86: read the PML log in the same order it was written
 2024-12-19 22:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: refactor PML terminology
` [PATCH v2 2/2] KVM: VMX: read the PML log in the same order as it was written

[PATCH v2 0/2] riscv/ptrace: add new regset to access original a0 register
 2024-12-19 21:36 UTC  (6+ messages)
` [PATCH v2 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-19 20:17 UTC  (5+ messages)

[PATCH v8 0/2] selftests/resctrl: SNC kernel support discovery
 2024-12-19 18:35 UTC  (2+ messages)

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

[PATCH v6 0/3] tracing: Support poll on event hist file
 2024-12-19 16:25 UTC  (7+ messages)
` [PATCH v6 1/3] tracing/hist: Add poll(POLLIN) support on "
` [PATCH v6 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [PATCH v6 3/3] selftests/tracing: Add hist poll() support test

[PATCH v2 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-19 15:54 UTC  (9+ messages)
` [PATCH v2 1/6] kvm: s390: Reject setting flic pfault attributes "
` [PATCH v2 2/6] selftests: kvm: s390: Add ucontrol flic attr selftests
` [PATCH v2 3/6] kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
` [PATCH v2 4/6] selftests: kvm: s390: Add ucontrol gis routing test

[PATCH bpf-next/net v2 0/7] bpf: Add mptcp_subflow bpf_iter support
 2024-12-19 15:46 UTC  (8+ messages)
` [PATCH bpf-next/net v2 1/7] bpf: Extend bpf_skc_to_mptcp_sock to MPTCP sock
` [PATCH bpf-next/net v2 2/7] bpf: Allow use of skc_to_mptcp_sock in cg_sockopt
` [PATCH bpf-next/net v2 3/7] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net v2 4/7] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net v2 5/7] bpf: Acquire and release mptcp socket
` [PATCH bpf-next/net v2 6/7] selftests/bpf: More endpoints for endpoint_init
` [PATCH bpf-next/net v2 7/7] selftests/bpf: Add mptcp_subflow bpf_iter subtest

[PATCH] selftests/bpf: Fix compilation error in get_uprobe_offset()
 2024-12-19 12:30 UTC  (4+ messages)

[PATCH for-next 0/2] selftests: Fix run_tests and install for net TARGET
 2024-12-19  8:58 UTC  (3+ messages)
` [PATCH for-next 1/2] selftests/Makefile: Create BUILD_TARGET directory for INSTALL_DEP_TARGETS
` [PATCH for-next 2/2] selftests/Makefile: add INSTALL_DEP_TARGETS to run_tests

[PATCH 0/5] riscv: add support for Zaamo and Zalrsc extensions
 2024-12-19  7:46 UTC  (6+ messages)
` [PATCH 4/5] RISC-V: KVM: Allow Zaamo/Zalrsc extensions for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test

[PATCH net-next v6 00/11] net: Improve netns handling in rtnetlink
 2024-12-19  5:54 UTC  (4+ messages)
` [PATCH net-next v6 11/11] selftests: net: Add test cases for link and peer netns

[PATCH] kunit: platform: Resolve 'struct completion' warning
 2024-12-19  5:41 UTC  (2+ messages)

[PATCH net] selftests: openvswitch: fix tcpdump execution
 2024-12-19  3:30 UTC  (2+ messages)


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