From: tip-bot for Sergey Senozhatsky <sergey.senozhatsky@gmail.com> To: linux-tip-commits@vger.kernel.org Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com, ohad@wizery.com, joerg.roedel@amd.com, dwmw2@infradead.org, sergey.senozhatsky@gmail.com, tglx@linutronix.de, mingo@elte.hu Subject: [tip:x86/urgent] intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev() Date: Mon, 5 Dec 2011 10:07:06 -0800 [thread overview] Message-ID: <tip-c8f369ab6003a2df3cdae30f9aba641a4a606034@git.kernel.org> (raw) In-Reply-To: <20111026154539.GA10103@swordfish> Commit-ID: c8f369ab6003a2df3cdae30f9aba641a4a606034 Gitweb: http://git.kernel.org/tip/c8f369ab6003a2df3cdae30f9aba641a4a606034 Author: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> AuthorDate: Wed, 26 Oct 2011 18:45:39 +0300 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon, 5 Dec 2011 18:22:51 +0100 intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev() dmar_parse_rmrr_atsr_dev() calls rmrr_parse_dev() and atsr_parse_dev() which are both marked as __init. Section mismatch in reference from the function dmar_parse_rmrr_atsr_dev() to the function .init.text:dmar_parse_dev_scope() The function dmar_parse_rmrr_atsr_dev() references the function __init dmar_parse_dev_scope(). Section mismatch in reference from the function dmar_parse_rmrr_atsr_dev() to the function .init.text:dmar_parse_dev_scope() The function dmar_parse_rmrr_atsr_dev() references the function __init dmar_parse_dev_scope(). Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: iommu@lists.linux-foundation.org Cc: Joerg Roedel <joerg.roedel@amd.com> Cc: Ohad Ben-Cohen <ohad@wizery.com> Link: http://lkml.kernel.org/r/20111026154539.GA10103@swordfish Signed-off-by: Ingo Molnar <mingo@elte.hu> --- drivers/iommu/intel-iommu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index c0c7820..a004c39 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c @@ -3524,7 +3524,7 @@ found: return 0; } -int dmar_parse_rmrr_atsr_dev(void) +int __init dmar_parse_rmrr_atsr_dev(void) { struct dmar_rmrr_unit *rmrr, *rmrr_n; struct dmar_atsr_unit *atsr, *atsr_n;
prev parent reply other threads:[~2011-12-05 18:07 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-10-26 15:45 [PATCH] " Sergey Senozhatsky 2011-12-05 18:07 ` tip-bot for Sergey Senozhatsky [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=tip-c8f369ab6003a2df3cdae30f9aba641a4a606034@git.kernel.org \ --to=sergey.senozhatsky@gmail.com \ --cc=dwmw2@infradead.org \ --cc=hpa@zytor.com \ --cc=joerg.roedel@amd.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-tip-commits@vger.kernel.org \ --cc=mingo@elte.hu \ --cc=mingo@redhat.com \ --cc=ohad@wizery.com \ --cc=tglx@linutronix.de \ --subject='Re: [tip:x86/urgent] intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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.