Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
[PATCH] kunit: platform: Resolve 'struct completion' warning
 2024-12-13 18:08 UTC 

[PATCH v2 0/6] Enhance event delivery error handling
 2024-12-13 17:38 UTC  (18+ 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 net-next v15 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-13 17:00 UTC  (29+ 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
` [PATCH net-next v15 14/22] ovpn: implement keepalive mechanism
` [PATCH net-next v15 15/22] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v15 16/22] ovpn: add support for peer floating
` [PATCH net-next v15 17/22] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v15 18/22] ovpn: implement key add/get/del/swap "
` [PATCH net-next v15 19/22] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v15 20/22] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v15 21/22] ovpn: add basic ethtool support
` [PATCH net-next v15 22/22] testing/selftests: add test tool and scripts for ovpn module

[PATCH v2] kselftest/arm64: abi: fix SVCR detection
 2024-12-13 16:29 UTC  (3+ messages)

[PATCH net 3/5] selftests: net: support setting recv_size in YNL
 2024-12-13 15:22 UTC  (3+ messages)
` [PATCH net 4/5] selftests: net-drv: queues: sanity check netlink dumps
` [PATCH net 5/5] selftests: net-drv: stats: "

[PATCH v2 0/4] sched: Move task_mm_cid_work to mm delayed work
 2024-12-13 15:15 UTC  (12+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] sched: Remove mm_cid_next_scan as obsolete
` [PATCH v2 3/4] sched: Compact RSEQ concurrency IDs with reduced threads and affinity
` [PATCH v2 4/4] rseq/selftests: Add test for mm_cid compaction

[PATCH bpf-next v2 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
 2024-12-13 15:06 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: test_xdp_meta: Rename BPF sections
` [PATCH bpf-next v2 2/2] selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.c

[PATCH v2 0/3] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-13 14:38 UTC  (6+ messages)
` [PATCH v2 1/3] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH v2 2/3] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH v2 3/3] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-13  8:44 UTC  (5+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

[PATCH v5 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2024-12-13  8:10 UTC  (4+ messages)
` [PATCH v5 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v5 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v5 3/3] rust: kunit: allow to know if we are in a test

[PATCH net 0/2] bond: fix xfrm offload feature during init
 2024-12-13  7:18 UTC  (9+ 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

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH 0/4] KVM: selftests: dirty_log_test: fixes for running the test nested
 2024-12-13  6:19 UTC  (8+ 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 v7] lib/math: Add int_sqrt test suite
 2024-12-13  4:26 UTC 

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

[PATCH] selftests/powerpc: Fix typo in test-vphn.c
 2024-12-13  3:20 UTC  (2+ messages)

[PATCHv3 net-next 0/2] selftests: wireguards: use nftables for testing
 2024-12-13  3:08 UTC  (3+ messages)
` [PATCHv3 net-next 1/2] selftests: wireguards: convert iptables to nft
` [PATCHv3 net-next 2/2] selftests: wireguard: update to using nft for qemu test

[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-12 21:34 UTC  (29+ 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 v4 0/2] selftests/futex: Create test for robust list
 2024-12-12 21:04 UTC  (3+ messages)
` [PATCH v4 1/2] selftests/futex: Add ASSERT_ macros
` [PATCH v4 2/2] selftests/futex: Create test for robust list

[PATCH v6] lib/math: Add int_sqrt test suite
 2024-12-12 18:18 UTC  (3+ messages)

[PATCH v4 0/4] Add support for the Idle HLT intercept feature
 2024-12-12 16:37 UTC  (3+ messages)

[PATCH net-next v5 0/6] tls: implement key updates for TLS1.3
 2024-12-12 15:36 UTC  (7+ messages)
` [PATCH net-next v5 1/6] tls: block decryption when a rekey is pending
` [PATCH net-next v5 2/6] tls: implement rekey for TLS1.3
` [PATCH net-next v5 3/6] tls: add counters for rekey
` [PATCH net-next v5 4/6] docs: tls: document TLS1.3 key updates
` [PATCH net-next v5 5/6] selftests: tls: add key_generation argument to tls_crypto_info_init
` [PATCH net-next v5 6/6] selftests: tls: add rekey tests

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-12 13:06 UTC  (7+ messages)
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[PATCH 0/3] KVM: x86: Small changes to support VMware guests
 2024-12-12 12:19 UTC  (16+ messages)
` [PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls

[PATCH v6 00/28] NT synchronization primitive driver
 2024-12-12 12:01 UTC  (2+ messages)

[PATCH v3 0/3] PCI: endpoint: fix bug for 2 APIs and simplify 1 API
 2024-12-12 11:56 UTC  (2+ messages)

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

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-12  9:25 UTC  (8+ 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 resend] selftests: timers: clocksource-switch: Adapt progress to kselftest framework
 2024-12-12  9:02 UTC 

[PATCH 0/3] kselftest framework to introduce TEST_CONFIG_DEPS
 2024-12-12  9:02 UTC  (5+ messages)
` [PATCH 2/3] selftests/lib.mk: Introduce check to validate required configs

[PATCH v6 28/28] ntsync: No longer depend on BROKEN
 2024-12-12  7:18 UTC  (3+ messages)

[PATCH v6] riscv: selftests: Fix warnings pointer masking test
 2024-12-12  7:01 UTC 

[PATCH V2 0/4] A few fixes for RISC-V
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-12-11 22:32 UTC  (2+ messages)

[GIT PULL] Kselftest fixes for Linux 6.13-rc3
 2024-12-11 22:20 UTC  (2+ messages)

[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
 2024-12-11 22:06 UTC  (4+ messages)
` [PATCH 14/15] KVM: x86: Implement KVM_TRANSLATE2

[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

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

[PATCH 0/4] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-11 19:05 UTC  (5+ messages)
` [PATCH 3/4] drivers: base: test: Drop "devm" from platform-device-test names

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

[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 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 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 v5] riscv: selftests: Fix warnings pointer masking test
 2024-12-11  5:46 UTC  (2+ 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  (6+ messages)
` [PATCH v4 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-09
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).