From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: iommu/amd: Implement dm_region call-backs Date: Thu, 11 Jun 2015 10:07:25 +0200 Message-ID: <20150611080725.GE16345@suse.de> References: <20150610153920.GC10549@mwanda> <20150611074327.GD16345@suse.de> <20150611080251.GF11734@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150611080251.GF11734@mwanda> 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: Dan Carpenter Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Thu, Jun 11, 2015 at 11:02:51AM +0300, Dan Carpenter wrote: > On Thu, Jun 11, 2015 at 09:43:27AM +0200, Joerg Roedel wrote: > > What static checker do you use, btw? > > I'm using Smatch. > > The ERR_PTR stuff requires that you run > > smatch_scripts/build_kernel_data.sh > > At the start and that takes a couple hours. I see, thanks.