iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
To: Takao Indoh <indou.takao-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
Cc: kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	tindoh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH] intel-iommu: Synchronize gcmd value with global command register
Date: Mon, 15 Apr 2013 12:18:29 +0200	[thread overview]
Message-ID: <20130415101829.GP6858@8bytes.org> (raw)
In-Reply-To: <516BC19D.4090303-+CUm20s59erQFUHtdCDX3A@public.gmane.org>

On Mon, Apr 15, 2013 at 06:00:13PM +0900, Takao Indoh wrote:
> On DMAR initialization during kdump boot, do you guys agree to change
> order like this?
> 
> Current order:
> (1) Disable translation
> (2) PCI initialization
> (3) Make pgtable and enable translation.
> 
> Order I'm proposing:
> (1) PCI initialization
> (2) Disable translation
> (3) Make pgtable and enable translation.

I think this should work. In fact, translation only needs to be disabled
while the IOMMU hardware is reprogrammed to the new data structures the
kdump kernel set up.

> As Joerg said, if we need to consider the case that kdump kernel is
> compiled without dma-remapping(CONFIG_INTEL_IOMMU is off?), I can update
> my patch to handle such a case properly by adding ifdef
> CONFIG_INTEL_IOMMU.

Thinking about it, this case is a bit more special. If the kdump kernel
has no IOMMU driver at all there is also no code to disable it. So
unless we want to force the kdump kernel to have the driver when the
first kernel had it, I think we also want some quirk (depending on
!CONFIG_INTEL_IOMMU) that disables translation at boot.

I know, its complicated :)


	Joerg

  parent reply	other threads:[~2013-04-15 10:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21  1:32 [PATCH] intel-iommu: Synchronize gcmd value with global command register Takao Indoh
     [not found] ` <1363829556-2128-1-git-send-email-indou.takao-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-03-26 14:46   ` Joerg Roedel
     [not found]     ` <20130326144629.GB2727-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-03-27  5:02       ` Takao Indoh
     [not found]         ` <51527D74.9080209-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-03-27 10:31           ` Joerg Roedel
     [not found]             ` <20130327103122.GK30540-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-01  5:45               ` Takao Indoh
     [not found]                 ` <51591EEE.60401-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-04-02 14:05                   ` Joerg Roedel
     [not found]                     ` <20130402140546.GA15687-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-03  7:11                       ` Takao Indoh
2013-04-03  8:24                         ` David Woodhouse
     [not found]                           ` <1364977479.28127.15.camel-W2I5cNIroUsVm/YvaOjsyQ@public.gmane.org>
2013-04-04  5:48                             ` Takao Indoh
     [not found]                               ` <515D1429.40707-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-04-04 14:24                                 ` David Woodhouse
2013-04-08  8:57                                   ` Takao Indoh
2013-04-05 11:06                             ` Joerg Roedel
     [not found]                               ` <20130405110616.GB6858-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-10  4:47                                 ` Takao Indoh
     [not found]                                   ` <5164EEE6.8000707-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-04-15  9:00                                     ` Takao Indoh
     [not found]                                       ` <516BC19D.4090303-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2013-04-15 10:18                                         ` Joerg Roedel [this message]
     [not found]                                           ` <20130415101829.GP6858-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-17  8:48                                             ` Takao Indoh

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=20130415101829.GP6858@8bytes.org \
    --to=joro-zlv9swrftaidnm+yrofe0a@public.gmane.org \
    --cc=dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=indou.takao-+CUm20s59erQFUHtdCDX3A@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=tindoh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).