All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] AMD IOMMU v2: Drop oprofile dependency
@ 2014-07-10 10:44 Borislav Petkov
  2014-07-10 13:33 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2014-07-10 10:44 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: LKML

From: Borislav Petkov <bp@suse.de>

a40d4c67d7de ("iommu/amd: Implement mmu_notifier_release call-back")
removed the oprofile task_exit notifier hack^Wusage but forgot to
readjust the Kconfig dependency. Fix that.

Signed-off-by: Borislav Petkov <bp@suse.de>
---
 drivers/iommu/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index d260605e6d5f..b2807185bf50 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -76,7 +76,7 @@ config AMD_IOMMU_STATS
 
 config AMD_IOMMU_V2
 	tristate "AMD IOMMU Version 2 driver"
-	depends on AMD_IOMMU && PROFILING
+	depends on AMD_IOMMU
 	select MMU_NOTIFIER
 	---help---
 	  This option enables support for the AMD IOMMUv2 features of the IOMMU
-- 
2.0.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] AMD IOMMU v2: Drop oprofile dependency
  2014-07-10 10:44 [PATCH] AMD IOMMU v2: Drop oprofile dependency Borislav Petkov
@ 2014-07-10 13:33 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2014-07-10 13:33 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: LKML

On Thu, Jul 10, 2014 at 12:44:56PM +0200, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
> 
> a40d4c67d7de ("iommu/amd: Implement mmu_notifier_release call-back")
> removed the oprofile task_exit notifier hack^Wusage but forgot to
> readjust the Kconfig dependency. Fix that.
> 
> Signed-off-by: Borislav Petkov <bp@suse.de>
> ---
>  drivers/iommu/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied and fixed the subject to "iommu/amd: Drop oprofile dependency".

Thanks Boris :)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-10 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 10:44 [PATCH] AMD IOMMU v2: Drop oprofile dependency Borislav Petkov
2014-07-10 13:33 ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.