From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Pan Subject: Re: [PATCH v7 0/5] Add Intel IOMMU debugfs support Date: Tue, 20 Feb 2018 14:25:12 -0800 Message-ID: <20180220142512.039309aa@jacob-builder> References: <1517619001-148586-1-git-send-email-sohil.mehta@intel.com> <20180213140303.42mbzfxpypljy37l@8bytes.org> <20180213214002.GA27066@otc-nc-03> <1518992132.2542.5.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1518992132.2542.5.camel-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Yves-Alexis Perez Cc: Ravi V Shankar , "Raj, Ashok" , Fenghua Yu , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andy Shevchenko , David Woodhouse , Gayatri Kammela List-Id: iommu@lists.linux-foundation.org On Sun, 18 Feb 2018 23:15:32 +0100 Yves-Alexis Perez wrote: > On Tue, 2018-02-13 at 13:40 -0800, Raj, Ashok wrote: > > This version has only hw dumps for now, but we plan to add some > > other things like walking 2nd level page-tables, or get some SVM > > specific data from the driver in the future. > > Hi, > > I'm not sure how much you know about chipsec [1], but with a oneliner > [2] you can have it print a lot of data from Vt-d configuration, > including page tables. As far as I remember, it doesn't need access > to /dev/mem (but I gidn't dig to check how it does it). > > It might still be useful to have everything from debugfs because > it'll always be consistent with the current running kernel, but at > least it might help users reporting bugs. > > [1] https://github.com/chipsec/chipsec > [2] http://paste.debian.net/1010105 I didn't know about chipsec but reading the code seems to rely on an out-of-tree kernel module. I don't think it matches what we need here.