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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240805122050.GA480973@unreal>
Date: Mon, 5 Aug 2024 15:20:50 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Christoph Hellwig <hch@....de>, Robin Murphy <robin.murphy@....com>,
	Joerg Roedel <joro@...tes.org>, Will Deacon <will@...nel.org>,
	Marek Szyprowski <m.szyprowski@...sung.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Easwar Hariharan <eahariha@...ux.microsoft.com>,
	linux-kernel@...r.kernel.org, iommu@...ts.linux.dev,
	Jason Gunthorpe <jgg@...dia.com>, leonro@...dia.com
Subject: Re: [PATCH v4 0/2] DMA IOMMU static calls

On Wed, Jul 24, 2024 at 09:04:47PM +0300, Leon Romanovsky wrote:

<...>

> Leon Romanovsky (2):
>   dma: call unconditionally to unmap_page and unmap_sg callbacks
>   dma: add IOMMU static calls with clear default ops
> 
>  MAINTAINERS                 |   1 +
>  drivers/iommu/Kconfig       |   2 +-
>  drivers/iommu/dma-iommu.c   | 121 ++++++++++----------------
>  drivers/iommu/intel/Kconfig |   1 -
>  include/linux/device.h      |   5 ++

Greg,

Can you please ack the change in the include/linux/device.h file?

Thanks

>  include/linux/dma-map-ops.h |  39 +++++----
>  include/linux/iommu-dma.h   | 169 ++++++++++++++++++++++++++++++++++++
>  kernel/dma/Kconfig          |   6 ++
>  kernel/dma/Makefile         |   2 +-
>  kernel/dma/dummy.c          |  21 +++++
>  kernel/dma/mapping.c        |  90 ++++++++++++++++---
>  11 files changed, 348 insertions(+), 109 deletions(-)
>  create mode 100644 include/linux/iommu-dma.h
> 
> -- 
> 2.45.2
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ