LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] AMD IOMMU fixes for 2.6.28
@ 2008-11-06 14:15 Joerg Roedel
2008-11-06 14:24 ` Ingo Molnar
2008-11-06 18:53 ` Jeff Garzik
0 siblings, 2 replies; 4+ messages in thread
From: Joerg Roedel @ 2008-11-06 14:15 UTC (permalink / raw)
To: mingo, tglx, hpa; +Cc: iommu, linux-kernel
Hi Ingo,
The following changes since commit 1e19b16a30c34c042f1eaa23db4c99bfad1dac0e:
Thomas Gleixner (1):
AMD IOMMU: use iommu_device_max_index, fix
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu-fixes-2.6.28
Joerg Roedel (2):
AMD IOMMU: fix detection of NP capable IOMMUs
AMD IOMMU: fix lazy IO/TLB flushing in unmap path
arch/x86/kernel/amd_iommu.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
This are 2 important bugfixes which fix lazy IO/TLB flushing with the
driver. Please pull.
Joerg
--
| AMD Saxony Limited Liability Company & Co. KG
Operating | Wilschdorfer Landstr. 101, 01109 Dresden, Germany
System | Register Court Dresden: HRA 4896
Research | General Partner authorized to represent:
Center | AMD Saxony LLC (Wilmington, Delaware, US)
| General Manager of AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] AMD IOMMU fixes for 2.6.28
2008-11-06 14:15 [GIT PULL] AMD IOMMU fixes for 2.6.28 Joerg Roedel
@ 2008-11-06 14:24 ` Ingo Molnar
2008-11-06 18:53 ` Jeff Garzik
1 sibling, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2008-11-06 14:24 UTC (permalink / raw)
To: Joerg Roedel; +Cc: mingo, tglx, hpa, iommu, linux-kernel
* Joerg Roedel <joerg.roedel@amd.com> wrote:
> Hi Ingo,
>
> The following changes since commit 1e19b16a30c34c042f1eaa23db4c99bfad1dac0e:
> Thomas Gleixner (1):
> AMD IOMMU: use iommu_device_max_index, fix
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu-fixes-2.6.28
>
> Joerg Roedel (2):
> AMD IOMMU: fix detection of NP capable IOMMUs
> AMD IOMMU: fix lazy IO/TLB flushing in unmap path
>
> arch/x86/kernel/amd_iommu.c | 9 +++++++--
> 1 files changed, 7 insertions(+), 2 deletions(-)
>
> This are 2 important bugfixes which fix lazy IO/TLB flushing with
> the driver. Please pull.
pulled into tip/x86/urgent, thanks Joerg!
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] AMD IOMMU fixes for 2.6.28
2008-11-06 14:15 [GIT PULL] AMD IOMMU fixes for 2.6.28 Joerg Roedel
2008-11-06 14:24 ` Ingo Molnar
@ 2008-11-06 18:53 ` Jeff Garzik
2008-11-06 20:29 ` Ingo Molnar
1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2008-11-06 18:53 UTC (permalink / raw)
To: Joerg Roedel; +Cc: mingo, tglx, hpa, iommu, linux-kernel
Joerg Roedel wrote:
> Hi Ingo,
>
> The following changes since commit 1e19b16a30c34c042f1eaa23db4c99bfad1dac0e:
> Thomas Gleixner (1):
> AMD IOMMU: use iommu_device_max_index, fix
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu-fixes-2.6.28
>
> Joerg Roedel (2):
> AMD IOMMU: fix detection of NP capable IOMMUs
> AMD IOMMU: fix lazy IO/TLB flushing in unmap path
>
> arch/x86/kernel/amd_iommu.c | 9 +++++++--
> 1 files changed, 7 insertions(+), 2 deletions(-)
>
> This are 2 important bugfixes which fix lazy IO/TLB flushing with the
> driver. Please pull.
Even though the x86 maintainers probably don't require it, it would be
nice if you could include the changes being pushed in the same email
(provided the patch is under 400k). Every little bit of additional
review helps.
Regards,
Jeff
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] AMD IOMMU fixes for 2.6.28
2008-11-06 18:53 ` Jeff Garzik
@ 2008-11-06 20:29 ` Ingo Molnar
0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2008-11-06 20:29 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Joerg Roedel, mingo, tglx, hpa, iommu, linux-kernel
* Jeff Garzik <jeff@garzik.org> wrote:
> Joerg Roedel wrote:
>> Hi Ingo,
>>
>> The following changes since commit 1e19b16a30c34c042f1eaa23db4c99bfad1dac0e:
>> Thomas Gleixner (1):
>> AMD IOMMU: use iommu_device_max_index, fix
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git iommu-fixes-2.6.28
>>
>> Joerg Roedel (2):
>> AMD IOMMU: fix detection of NP capable IOMMUs
>> AMD IOMMU: fix lazy IO/TLB flushing in unmap path
>>
>> arch/x86/kernel/amd_iommu.c | 9 +++++++--
>> 1 files changed, 7 insertions(+), 2 deletions(-)
>>
>> This are 2 important bugfixes which fix lazy IO/TLB flushing with the
>> driver. Please pull.
>
> Even though the x86 maintainers probably don't require it, it would
> be nice if you could include the changes being pushed in the same
> email (provided the patch is under 400k). Every little bit of
> additional review helps.
agreed, that would be nice to have for future pull requests.
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-06 20:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-06 14:15 [GIT PULL] AMD IOMMU fixes for 2.6.28 Joerg Roedel
2008-11-06 14:24 ` Ingo Molnar
2008-11-06 18:53 ` Jeff Garzik
2008-11-06 20:29 ` Ingo Molnar
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).