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]
Date: Fri, 23 Feb 2024 02:51:24 +0000
From: Ankit Agrawal <ankita@...dia.com>
To: Alex Williamson <alex.williamson@...hat.com>
CC: Jason Gunthorpe <jgg@...dia.com>, Yishai Hadas <yishaih@...dia.com>,
	"shameerali.kolothum.thodi@...wei.com"
	<shameerali.kolothum.thodi@...wei.com>, "kevin.tian@...el.com"
	<kevin.tian@...el.com>, "mst@...hat.com" <mst@...hat.com>,
	"eric.auger@...hat.com" <eric.auger@...hat.com>, "jgg@...pe.ca"
	<jgg@...pe.ca>, "oleksandr@...alenko.name" <oleksandr@...alenko.name>,
	"clg@...hat.com" <clg@...hat.com>, "satyanarayana.k.v.p@...el.com"
	<satyanarayana.k.v.p@...el.com>, "brett.creeley@....com"
	<brett.creeley@....com>, "horms@...nel.org" <horms@...nel.org>,
	"shannon.nelson@....com" <shannon.nelson@....com>, Rahul Rameshbabu
	<rrameshbabu@...dia.com>, Zhi Wang <zhiw@...dia.com>, Aniket Agashe
	<aniketa@...dia.com>, Neo Jia <cjia@...dia.com>, Kirti Wankhede
	<kwankhede@...dia.com>, "Tarun Gupta (SW-GPU)" <targupta@...dia.com>, Vikram
 Sethi <vsethi@...dia.com>, Andy Currid <acurrid@...dia.com>, Alistair Popple
	<apopple@...dia.com>, John Hubbard <jhubbard@...dia.com>, Dan Williams
	<danw@...dia.com>, "Anuj Aggarwal (SW-GPU)" <anuaggarwal@...dia.com>, Matt
 Ochs <mochs@...dia.com>, "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"virtualization@...ts.linux-foundation.org"
	<virtualization@...ts.linux-foundation.org>
Subject: Re: [PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for
 grace hopper

>> Ankit Agrawal (3):
>>   vfio/pci: rename and export do_io_rw()
>>   vfio/pci: rename and export range_intersect_range
>>   vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
>>
>>  MAINTAINERS                           |  16 +-
>>  drivers/vfio/pci/Kconfig              |   2 +
>>  drivers/vfio/pci/Makefile             |   2 +
>>  drivers/vfio/pci/nvgrace-gpu/Kconfig  |  10 +
>>  drivers/vfio/pci/nvgrace-gpu/Makefile |   3 +
>>  drivers/vfio/pci/nvgrace-gpu/main.c   | 879 ++++++++++++++++++++++++++
>>  drivers/vfio/pci/vfio_pci_config.c    |  42 ++
>>  drivers/vfio/pci/vfio_pci_rdwr.c      |  16 +-
>>  drivers/vfio/pci/virtio/main.c        |  72 +--
>>  include/linux/vfio_pci_core.h         |  10 +-
>>  10 files changed, 993 insertions(+), 59 deletions(-)
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/Kconfig
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/Makefile
>>  create mode 100644 drivers/vfio/pci/nvgrace-gpu/main.c
>>
>
> Applied to vfio next branch for v6.9.  Thanks,
>
> Alex

Thanks Alex! Appreciate this along with your guidance and help in the reviews.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ