login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
22
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Joerg Roedel
Subject:
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
Date: Thursday, August 21, 2008 - 11:35 pm
On Fri, Aug 22, 2008 at 08:19:35AM +0900, FUJITA Tomonori wrote:
quoted text
> On Thu, 21 Aug 2008 19:28:27 +0200 > Joerg Roedel <joerg.roedel@amd.com> wrote: > > > The dma_alloc_coherent function should return memory set to zero. This patch > > adds this to the GART implementation. > > > > Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> > > --- > > arch/x86/kernel/pci-gart_64.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > This should be foiled to the first patch in the patchset. No good > reason to push a patch that might cause a problem.
The reason is, that in my experience, Ingo prefers update patches instead replacements once he has merged something. Joerg --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 1/8] x86: add alloc_coherent dma_ops callback to GA ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 2/8] x86: add free_coherent dma_ops callback to GAR ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 3/8] x86: add free_coherent dma_ops callback to Cal ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 4/8] x86: add alloc_coherent dma_ops callback to NO ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 5/8] x86: add free_coherent dma_ops callback to NOM ...
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 6/8] x86: cleanup dma_*_coherent functions
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 7/8] x86: move dma_*_coherent functions to include file
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
[PATCH 8/8] x86, AMD IOMMU: remove obsolete FIXME comment
, Joerg Roedel
, (Tue Aug 19, 7:32 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Wed Aug 20, 2:46 am)
[PATCH] dma-coherent: export dma_[alloc|release]_from_cohe ...
, Ingo Molnar
, (Wed Aug 20, 3:18 am)
Re: [PATCH] dma-coherent: export dma_[alloc|release]_from_ ...
, Joerg Roedel
, (Wed Aug 20, 4:28 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Jesse Barnes
, (Wed Aug 20, 10:39 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Thu Aug 21, 5:00 am)
Re: [PATCH 1/8] x86: add alloc_coherent dma_ops callback t ...
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 7:16 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Jesse Barnes
, (Thu Aug 21, 8:07 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 8:12 am)
Re: [PATCH 1/8] x86: add alloc_coherent dma_ops callback t ...
, Joerg Roedel
, (Thu Aug 21, 8:17 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Joerg Roedel
, (Thu Aug 21, 8:20 am)
[PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 10:28 am)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, FUJITA Tomonori
, (Thu Aug 21, 4:19 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 11:35 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Ingo Molnar
, (Thu Aug 21, 11:36 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Ingo Molnar
, (Thu Aug 21, 11:41 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Thu Aug 21, 11:44 pm)
Re: [PATCH] x86: make gart_alloc_coherent return zeroed memory
, Joerg Roedel
, (Thu Aug 21, 11:55 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Thu Aug 21, 11:57 pm)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 12:04 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 12:09 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, FUJITA Tomonori
, (Fri Aug 22, 12:29 am)
Re: [PATCH 0/8] x86 dma_*_coherent rework patchset v2
, Ingo Molnar
, (Fri Aug 22, 1:23 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Gautham R Shenoy
[PATCH 1/8] Enhance process freezer interface for usage beyond software suspend
Jeffrey V. Merkey
Re: Versioning file system
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Srivatsa Vaddagiri
Re: [PATCH 7/8] Clean up workqueue.c with respect to the freezer based cpu-hotplug
git
:
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Shawn O. Pearce
Re: Bugs in Gitosis
Miles Bader
Re: way to automatically add untracked files?
Harvey Harrison
Re: [SoC RFC] libsvn-fs-git: A git backend for the subversion filesystem
linux-netdev
:
Timo Teräs
ip xfrm policy semantics
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
ipc/sem.c: move wake_up_process out of the spinlock section
Linux Kernel Mailing List
netfilter: nf_conntrack_sip: add T.38 FAX support
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Tony Abernethy
Re: The Atheros story in much fewer words
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate