lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aQ/sShi4MWr6+f5l@devgpu015.cco6.facebook.com>
Date: Sat, 8 Nov 2025 17:20:10 -0800
From: Alex Mastro <amastro@...com>
To: Alex Williamson <alex@...zbot.org>
CC: David Matlack <dmatlack@...gle.com>,
        Alex Williamson
	<alex.williamson@...hat.com>,
        Jason Gunthorpe <jgg@...pe.ca>, <kvm@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] vfio: selftests: Skip vfio_dma_map_limit_test if mapping
 returns -EINVAL

On Sat, Nov 08, 2025 at 02:37:10PM -0700, Alex Williamson wrote:
> On Sat, 8 Nov 2025 12:19:48 -0800
> Alex Mastro <amastro@...com> wrote:
> > Here's my attempt at adding some machinery to query iova ranges, with
> > normalization to iommufd's struct. I kept the vfio capability chain stuff
> > relatively generic so we can use it for other things in the future if needed.
> 
> Seems we were both hacking on this, I hadn't seen you posted this
> before sending:
> 
> https://lore.kernel.org/kvm/20251108212954.26477-1-alex@shazbot.org/T/#u
> 
> Maybe we can combine the best merits of each.  Thanks,

Yes! I have been thinking along the following lines
- Your idea to change the end of address space test to allocate at the end of
  the supported range is better and more general than my idea of skipping the
  test if ~(iova_t)0 is out of bounds. We should do that.
- Introducing the concept iova allocator makes sense.
- I think it's worthwhile to keep common test concepts like vfio_pci_device
  less opinionated/stateful so as not to close the door on certain categories of
  testing in the future. For example, if we ever wanted to test IOVA range
  contraction after binding additional devices to an IOAS or vfio container.
- What do you think about making the concept of an IOVA allocator something
  standalone for which tests that need it can create one? I think it would
  compose pretty cleanly on top of my vfio_pci_iova_ranges().

Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ