From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] iommu/amd: tell kmemleak about the irq_remap_table Date: Thu, 10 Nov 2016 13:17:23 +0100 Message-ID: <20161110121723.GG9996@8bytes.org> References: <1477480193-2741-1-git-send-email-dev@lynxeye.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1477480193-2741-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@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: Lucas Stach Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Wed, Oct 26, 2016 at 01:09:53PM +0200, Lucas Stach wrote: > This will get rid of a lot false positives caused by kmemleak being > unaware of the irq_remap_table. Based on a suggestion from Catalin Marinas. > > Signed-off-by: Lucas Stach > --- > drivers/iommu/amd_iommu_init.c | 4 ++++ > 1 file changed, 4 insertions(+) Applied, thanks.