linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 13:50:09 to 2023-03-23 14:35:30 UTC [more...]

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-23 14:35 UTC  (32+ messages)
` [PATCH v3 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v3 02/17] iommufd: Add iommufd_group
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v3 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v3 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v3 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v3 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v3 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v3 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v3 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [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 0/5] usermode_driver: Add management library and API
 2023-03-23 13:36 UTC  (7+ messages)
` [PATCH 5/5] doc: Add documentation for the User Mode Driver management library

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

[PATCH v2 0/3] KVM: selftests: Fixes for broken tests
 2023-03-23 12:56 UTC  (2+ messages)

[PATCH 0/5] selftests/mm: Implement support for arm64 on va
 2023-03-23 11:59 UTC  (8+ 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 v5 0/4] cover-letter: Add IO page table replacement support
 2023-03-23  8:33 UTC  (5+ 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 00/12] iommufd: Add nesting infrastructure
 2023-03-23  8:28 UTC  (21+ messages)
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [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] kselftest/alsa - mixer-test: Log values associated with event issues
 2023-03-22 15:18 UTC 

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-22 15:06 UTC  (3+ messages)

[PATCH 0/5] Split a folio to any lower order folios
 2023-03-22 14:48 UTC  (9+ messages)
` [PATCH 1/5] mm: memcg: make memcg huge page split support any order split
` [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 4/5] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH 5/5] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH] selftests: kvm: Add 'malloc' failure check in vcpu_save_state
 2023-03-22 14:45 UTC 

[PATCH net-next 1/2] net-zerocopy: Reduce compound page head access
 2023-03-22 14:40 UTC  (4+ messages)
` [PATCH net-next 2/2] selftests/net: Add SHA256 computation over data sent in tcp_mmap

[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)

[PATCH net-next v2 3/3] selftests: net: add SCM_PIDFD / SO_PEERPIDFD test
 2023-03-22  0:47 UTC  (2+ messages)

[PATCH v1 0/5] Landlock support for UML
 2023-03-21 21:38 UTC  (3+ messages)

[PATCH v4 0/6] RISC-V Hardware Probing User Interface
 2023-03-21 20:32 UTC  (2+ messages)

[PATCH v2 00/11] clk: Add kunit tests for fixed rate and parent data
 2023-03-21 20:14 UTC  (9+ messages)
` [PATCH v2 01/11] of: Load KUnit DTB from of_core_init()
` [PATCH v2 04/11] dt-bindings: test: Add KUnit empty node binding
` [PATCH v2 07/11] dt-bindings: kunit: Add fixed rate clk consumer test

BUG: selftests/net/tls: FAIL in sm4_ccm tests
 2023-03-21 19:57 UTC  (3+ messages)

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

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-21 17:16 UTC  (4+ messages)
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-21 14:32 UTC  (5+ messages)
` [PATCH 4/8] clk: Add test managed clk provider/consumer APIs

kselftest/fixes kselftest-lkdtm: 4 runs, 3 regressions (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21 10:19 UTC 

kselftest/fixes kselftest-seccomp: 4 runs, 3 regressions (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21 10:19 UTC 

kselftest/fixes kselftest-lib: 2 runs, 2 regressions (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21 10:19 UTC 

kselftest/fixes kselftest-livepatch: 2 runs, 2 regressions (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21 10:19 UTC 

kselftest/fixes kselftest-cpufreq: 4 runs, 1 regressions (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21 10:19 UTC 

kselftest/fixes build: 5 builds: 0 failed, 5 passed, 3 warnings (linux-kselftest-fixes-6.3-rc3-1-g05107edc91013)
 2023-03-21  9:20 UTC 

[PATCH bpf-next 3/3] selftests: xsk: Add tests for 8K and 9K frame sizes
 2023-03-21  8:47 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error
 2023-03-21  8:28 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH v2 0/5] Add Intel VT-d nested translation
 2023-03-21  6:31 UTC  (9+ messages)
` [PATCH v2 1/5] iommufd: Add nesting related data structures for Intel VT-d
` [PATCH v2 3/5] iommu/vt-d: Extend dmar_domain to support nested domain

[PATCH] selftests: sigaltstack: fix -Wuninitialized
 2023-03-20 23:30 UTC  (4+ messages)

[PATCH v2 0/8] tools/nolibc: add support for stack protector
 2023-03-20 22:06 UTC  (10+ messages)
` [PATCH v2 1/8] tools/nolibc: add definitions for standard fds
` [PATCH v2 2/8] tools/nolibc: add helpers for wait() signal exits
` [PATCH v2 3/8] tools/nolibc: tests: constify test_names
` [PATCH v2 4/8] tools/nolibc: add support for stack protector
` [PATCH v2 5/8] tools/nolibc: tests: fold in no-stack-protector cflags
` [PATCH v2 6/8] tools/nolibc: tests: add test for -fstack-protector
` [PATCH v2 7/8] tools/nolibc: i386: add stackprotector support
` [PATCH v2 8/8] tools/nolibc: x86_64: "

[PATCH rcu 0/7] RCU-related lockdep changes for v6.4
 2023-03-20 20:36 UTC  (14+ messages)
` [PATCH rcu 1/7] locking/lockdep: Introduce lock_sync()
` [PATCH rcu 4/7] locking/lockdep: Improve the deadlock scenario print for sync and read lock
` [PATCH rcu 7/7] rcutorture: Add srcu_lockdep.sh

[KTAP V2 PATCH] ktap_v2: add recognized test name line
 2023-03-20 19:21 UTC  (2+ messages)

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-03-20 15:48 UTC  (3+ messages)

[PATCH v2 0/4] cgroup/cpuset: Miscellaneous updates
 2023-03-20 15:04 UTC  (5+ messages)
` [PATCH v2 3/4] cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are updated


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).