linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 02:53:42 to 2023-03-25 04:31:27 UTC [more...]

[RFC PATCH 0/2] KUnit device API proposal
 2023-03-25  4:31 UTC 

[PATCH 0/5] usermode_driver: Add management library and API
 2023-03-25  2:54 UTC  (8+ messages)
` [PATCH 5/5] doc: Add documentation for the User Mode Driver management library

[PATCH bpf-next v2 0/2] bpf: add bound tracking for BPF_MOD
 2023-03-25  1:57 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: check if verifier tracks dst_reg bound "

[PATCH 0/2] regmap: Initial KUnit coverage
 2023-03-25  0:27 UTC  (3+ messages)
` [PATCH 1/2] regmap: Add RAM backed register map
` [PATCH 2/2] regmap: Add some basic kunit tests

[PATCH] tools: Copy linux/align.h into tools/
 2023-03-24 23:34 UTC  (2+ messages)

[PATCH] selftests: kvm: Add 'malloc' failure check in vcpu_save_state
 2023-03-24 21:32 UTC  (2+ messages)

[PATCH v3 00/13] Overhauling amx_test
 2023-03-24 21:30 UTC  (14+ messages)
` [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
` [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler
` [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation
` [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported

[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
 2023-03-24 21:27 UTC  (3+ messages)

[PATCH] selftests/bpf: Improve exception handling in rbtree_add_and_remove()
 2023-03-24 20:07 UTC 

[PATCH] capability: test_deny_namespace breakage due to capability conversion to u64
 2023-03-24 19:48 UTC  (3+ messages)

[PATCH net-next 0/4] mptcp: a couple of cleanups and improvements
 2023-03-24 18:58 UTC  (6+ messages)
` [PATCH net-next 1/4] mptcp: avoid unneeded address copy
` [PATCH net-next 2/4] mptcp: simplify subflow_syn_recv_sock()
` [PATCH net-next 3/4] mptcp: do not fill info not used by the PM in used
` [PATCH net-next 4/4] selftests: mptcp: add mptcp_info tests

[PATCH 0/5] cgroup/cpuset: Miscellaneous updates
 2023-03-24 18:19 UTC  (9+ messages)
` [PATCH 3/5] cgroup/cpuset: Find another usable CPU if none found in current cpuset

[PATCH net-next] selftests: tls: add a test for queuing data before setting the ULP
 2023-03-24 18:17 UTC 

[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 17:24 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v2 2/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v5 0/4] cover-letter: Add IO page table replacement support
 2023-03-24 17:02 UTC  (8+ messages)
` [PATCH v5 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v5 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v5 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v5 4/4] vfio: Support IO page table replacement

[PATCH v2] kselftest/alsa: Fix -Wformat compiler warnings
 2023-03-24 16:33 UTC  (2+ messages)

[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
 2023-03-24 15:32 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: selftests: Fixup config fragment for access_tracking_perf_test

[PATCH 0/5] Split a folio to any lower order folios
 2023-03-24 15:22 UTC  (8+ messages)
` [PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH 3/5] mm: thp: split huge page to any lower order pages

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-24 15:03 UTC  (27+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v3 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v3 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v3 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v3 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v3 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v3 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 13:58 UTC  (11+ messages)
` [PATCH v1 2/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v1 1/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v5 0/8] Support ROHM BU27034 ALS sensor
 2023-03-24 13:42 UTC  (42+ messages)
` [PATCH v5 1/8] drivers: kunit: Generic helpers for test device creation

[PATCH v2 net-next 0/6] ATU and FDB synchronization on locked ports
 2023-03-24 13:04 UTC  (4+ messages)
` [PATCH v2 net-next 1/6] net: bridge: add dynamic flag to switchdev notifier

[PATCH 0/5] selftests/mm: Implement support for arm64 on va
 2023-03-24 10:15 UTC  (10+ messages)
` [PATCH 1/5] selftests/mm: Add support for arm64 platform on va switch
` [PATCH 2/5] selftests/mm: Rename va_128TBswitch to va_high_addr_switch
` [PATCH 3/5] selftests/mm: Add platform independent in code comments
` [PATCH 4/5] selftests/mm: Configure nr_hugepages for arm64
` [PATCH 5/5] selftests/mm: Run hugetlb testcases of va switch

[PATCH] kselftest/alsa: Fix -Wformat compiler warnings
 2023-03-24  9:44 UTC  (3+ messages)

[PATCH] kselftest/alsa - pcm-test: Don't include diagnostic message in test name
 2023-03-24  6:50 UTC  (2+ messages)

[PATCH] kselftest/alsa - mixer-test: Log values associated with event issues
 2023-03-24  6:50 UTC  (2+ messages)

[PATCH v2 0/8] tools/nolibc: add support for stack protector
 2023-03-24  5:32 UTC  (5+ messages)
` [PATCH v2 8/8] tools/nolibc: x86_64: add stackprotector support

[PATCH v2 0/2] KVM: PPC: selftests: powerpc support
 2023-03-24  5:12 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: PPC: selftests: implement support for powerpc
` [PATCH v2 2/2] KVM: PPC: selftests: basic sanity tests

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-23 15:43 UTC  (6+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-23  8:28 UTC  (17+ messages)
` [PATCH 05/12] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH 06/12] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH 08/12] iommufd/device: Report supported hwpt_types

[PATCH 1/3] selftests/mm: Change MAP_CHUNK_SIZE
 2023-03-23  6:01 UTC  (3+ messages)
` [PATCH 2/3] selftests/mm: Change NR_CHUNKS_HIGH for aarch64
` [PATCH 3/3] selftests/mm: Set overcommit_policy as OVERCOMMIT_ALWAYS

[PATCH rcu v2 00/10] RCU torture test and tool updates for v6.4
 2023-03-23  4:39 UTC  (11+ messages)
` [PATCH rcu v2 01/10] rcutorture: Add test_nmis module parameter
` [PATCH rcu v2 02/10] rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
` [PATCH rcu v2 03/10] rcutorture: Make scenario TREE04 enable lazy call_rcu()
` [PATCH rcu v2 04/10] tools: rcu: Add usage function and check for argument
` [PATCH rcu v2 05/10] torture: Permit kvm-again.sh --duration to default to previous run
` [PATCH rcu v2 06/10] rcutorture: Eliminate variable n_rcu_torture_boost_rterror
` [PATCH rcu v2 07/10] torture: Enable clocksource watchdog with "tsc=watchdog"
` [PATCH rcu v2 08/10] rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU=y kernels
` [PATCH rcu v2 09/10] rcuscale: Move shutdown from wait_event() to wait_event_idle()
` [PATCH rcu v2 10/10] refscale: "

[PATCH rcu v2 0/7] RCU-related lockdep changes for v6.4
 2023-03-23  4:26 UTC  (8+ messages)
` [PATCH rcu v2 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu v2 2/7] rcu: Annotate SRCU's update-side lockdep dependencies
` [PATCH rcu v2 3/7] locking: Reduce the number of locks in ww_mutex stress tests
` [PATCH rcu v2 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu v2 5/7] rcutorture: Add SRCU deadlock scenarios
` [PATCH rcu v2 6/7] rcutorture: Add RCU Tasks Trace and "
` [PATCH rcu v2 7/7] rcutorture: Add srcu_lockdep.sh

Running KUnit using the wrapper script
 2023-03-23  1:31 UTC  (2+ messages)

[PATCH] selftests: sched: Add more core schedule prctl calls
 2023-03-22 20:37 UTC 

[PATCH v8 0/6] Some improvements of resctrl selftest
 2023-03-22 20:34 UTC  (3+ messages)

[PATCH net-next v2 0/5] tls: implement key updates for TLS1.3
 2023-03-22 19:43 UTC  (12+ messages)

[PATCH 0/2] KVM: PPC: support kvm selftests
 2023-03-22 17:41 UTC  (3+ messages)

[PATCH v2 00/41] RPCSEC GSS krb5 enhancements
 2023-03-22 17:18 UTC  (6+ messages)
` [PATCH v2 23/41] SUNRPC: Add gk5e definitions for RFC 8009 encryption types

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22 16:52 UTC  (3+ messages)

[PATCH net-next 1/2] net-zerocopy: Reduce compound page head access
 2023-03-22 14:40 UTC  (3+ messages)

[PATCH mm-unstable v1] selftests/vm: cow: Add COW tests for collapsing of PTE-mapped anon THP
 2023-03-22 11:42 UTC  (3+ messages)


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 NNTP newsgroup(s).