This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c7138f7a354d Merge tag 'platform-drivers-x86-v6.8-3' of git://git.kerne [...] new a4ab7dedaee0 iommufd/iova_bitmap: Bounds check mapped::pages access new d18411ec3057 iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array new 42af95114535 iommufd/selftest: Test u64 unaligned bitmaps new 2780025e01e2 iommufd/iova_bitmap: Handle recording beyond the mapped pages new 407fc184f0e0 iommufd/selftest: Refactor dirty bitmap tests new 02a8c61a8b06 iommufd/selftest: Refactor mock_domain_read_and_clear_dirty() new 7db521e23fe9 iommufd/selftest: Hugepage mock domain support new fe13166f0562 iommufd/selftest: Add mock IO hugepages tests new 4bbcbc6ea2fa iommufd/iova_bitmap: Consider page offset for the pages to [...] new 7adc0c1cfa77 iommufd: Reject non-zero data_type if no data_len is provided new 510325e5ac5f selftests/iommu: fix the config fragment new 4c36fbb46f13 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] new 855678ed8534 md: Fix missing release of 'active_io' for flush new 1baae052cccd md: Don't ignore suspended array in md_check_recovery() new 55a48ad2db64 md: Don't ignore read-only array in md_check_recovery() new 82ec0ae59d02 md: Make sure md_do_sync() will set MD_RECOVERY_DONE new ad39c08186f8 md: Don't register sync_thread for reshape directly new 9e46c70e829b md: Don't suspend the array for interrupted reshape new 15afd3d332b8 Merge tag 'md-6.8-20240216' of https://git.kernel.org/pub/ [...] new 5429c8de56f6 block: sed-opal: handle empty atoms when parsing response new ffd2cb6b718e Merge tag 'block-6.8-2024-02-22' of git://git.kernel.dk/linux
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/opal_proto.h | 1 + block/sed-opal.c | 6 +- drivers/iommu/iommufd/hw_pagetable.c | 3 +- drivers/iommu/iommufd/iommufd_test.h | 1 + drivers/iommu/iommufd/iova_bitmap.c | 68 +++++++++++++++++++---- drivers/iommu/iommufd/selftest.c | 79 ++++++++++++++++++++------- drivers/md/md.c | 70 +++++++++++++++--------- drivers/md/raid10.c | 16 +----- drivers/md/raid5.c | 29 +--------- tools/testing/selftests/iommu/config | 5 +- tools/testing/selftests/iommu/iommufd.c | 78 +++++++++++++++++++++----- tools/testing/selftests/iommu/iommufd_utils.h | 39 ++++++++----- 12 files changed, 264 insertions(+), 131 deletions(-)