From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominic Eschweiler Subject: Re: [PATCH] uio_pci_generic does not export memory resources Date: Fri, 08 Jun 2012 16:28:58 +0200 Message-ID: <1339165738.3870.18.camel@blech> References: <1339156616.3870.9.camel@blech> <20120608130351.GB1964@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "Hans J. Koch" , Greg Kroah-Hartman , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20120608130351.GB1964@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Am Freitag, den 08.06.2012, 16:03 +0300 schrieb Michael S. Tsirkin: > Why is this needed? > What's wrong with mapping resources through > /sys/bus/pci/devices/XXXXXresourceX > ? >=20 Mmmh ok, the problem here is, that the UIO documentation states: "/dev/uioX is used to access the address space of the card. Just use mmap() to access registers or RAM locations of your card." and "From userspace, the different mappings are distinguished by adjusting the offset parameter of the mmap() call." This does not work and the "/sys/class/uio/uioX/maps/mapX/" directories do also not appear. I was very confused when I tried UIO the first time and it did not behave like it is described in the documentation. Anyway, the patch adds the described behaviour and I would more than happy, if it would be accepted for the mainline kernel.=20 >=20 > uio currently only supports devices which do not > do DMA. >=20 > DMA from uio controlled devices is a no no unless > it's behind an IOMMU which can protect us from > random memory corruptions this could cause. >=20 > In the later case it's OK but we need some code > to check this and program the IOMMU appropriately.=20 OK, I see. Might it be OK if I just remove the DMA stuff from this patc= h and resubmit it? --=20 Gru=C3=9F Dominic =46rankfurt Institute for Advanced Studies (FIAS) Ruth-Moufang-Stra=C3=9Fe 1 D-60438 Frankfurt am Main Germany Phone: +49 69 79844114