All of lore.kernel.org
 help / color / mirror / Atom feed
From: m.szyprowski@samsung.com (Marek Szyprowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Date: Tue, 20 Nov 2012 11:48:44 +0100	[thread overview]
Message-ID: <50AB600C.5010801@samsung.com> (raw)
In-Reply-To: <20121119144826.f59667b2.akpm@linux-foundation.org>

Hello,

On 11/19/2012 11:48 PM, Andrew Morton wrote:
> On Sun, 18 Nov 2012 19:18:46 -0500
> Jason Cooper <jason@lakedaemon.net> wrote:
>
> > I've added the maintainers for mm/*.  Hopefully they can let us know if
> > this is good for v3.8...
>
> As Marek has inexplicably put this patch into linux-next via his tree,
> we don't appear to be getting a say in the matter!

I've just put this patch to linux-next via my dma-mapping tree to give it
some testing asap to check if other changes to arm dma-mapping are required
or not.

> The patch looks good to me.  That open-coded wait loop predates the
> creation of bitkeeper tree(!) but doesn't appear to be needed.  There
> will perhaps be some behavioural changes observable for GFP_KERNEL
> callers as dma_pool_alloc() will no longer dip into page reserves but I
> see nothing special about dma_pool_alloc() which justifies doing that
> anyway.
>
> The patch makes pool->waitq and its manipulation obsolete, but it
> failed to remove all that stuff.

Right, I missed that part, I will update it asap.

> The changelog failed to describe the problem which Soren reported.
> That should be included, and as the problem sounds fairly serious we
> might decide to backport the fix into -stable kernels.

Ok, I will extend the changelog.

> dma_pool_alloc()'s use of a local "struct dma_page *page" is
> distressing - MM developers very much expect a local called "page" to
> have type "struct page *".  But that's a separate issue.

I will prepare a separate patch cleaning it. I was also a bit surprised
by such naming scheme, but it is probably related to the fact that this
come has not been touched much since a very ancient times.

> As this patch is already in -next and is stuck there for two more
> weeks I can't (or at least won't) merge this patch, so I can't help
> with any of the above.

I will fix both issues in the next version of the patch. Would like to
merge it to your tree or should I keep it in my dma-mapping tree?

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center

WARNING: multiple messages have this Message-ID (diff)
From: Marek Szyprowski <m.szyprowski@samsung.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Jason Cooper <jason@lakedaemon.net>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	Michal Hocko <mhocko@suse.cz>, Mel Gorman <mgorman@suse.de>,
	Johannes Weiner <hannes@cmpxchg.org>,
	linux-arm-kernel@lists.infradead.org,
	linaro-mm-sig@lists.linaro.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Andrew Lunn <andrew@lunn.ch>, Arnd Bergmann <arnd@arndb.de>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Soren Moch <smoch@web.de>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Date: Tue, 20 Nov 2012 11:48:44 +0100	[thread overview]
Message-ID: <50AB600C.5010801@samsung.com> (raw)
In-Reply-To: <20121119144826.f59667b2.akpm@linux-foundation.org>

Hello,

On 11/19/2012 11:48 PM, Andrew Morton wrote:
> On Sun, 18 Nov 2012 19:18:46 -0500
> Jason Cooper <jason@lakedaemon.net> wrote:
>
> > I've added the maintainers for mm/*.  Hopefully they can let us know if
> > this is good for v3.8...
>
> As Marek has inexplicably put this patch into linux-next via his tree,
> we don't appear to be getting a say in the matter!

I've just put this patch to linux-next via my dma-mapping tree to give it
some testing asap to check if other changes to arm dma-mapping are required
or not.

> The patch looks good to me.  That open-coded wait loop predates the
> creation of bitkeeper tree(!) but doesn't appear to be needed.  There
> will perhaps be some behavioural changes observable for GFP_KERNEL
> callers as dma_pool_alloc() will no longer dip into page reserves but I
> see nothing special about dma_pool_alloc() which justifies doing that
> anyway.
>
> The patch makes pool->waitq and its manipulation obsolete, but it
> failed to remove all that stuff.

Right, I missed that part, I will update it asap.

> The changelog failed to describe the problem which Soren reported.
> That should be included, and as the problem sounds fairly serious we
> might decide to backport the fix into -stable kernels.

Ok, I will extend the changelog.

> dma_pool_alloc()'s use of a local "struct dma_page *page" is
> distressing - MM developers very much expect a local called "page" to
> have type "struct page *".  But that's a separate issue.

I will prepare a separate patch cleaning it. I was also a bit surprised
by such naming scheme, but it is probably related to the fact that this
come has not been touched much since a very ancient times.

> As this patch is already in -next and is stuck there for two more
> weeks I can't (or at least won't) merge this patch, so I can't help
> with any of the above.

I will fix both issues in the next version of the patch. Would like to
merge it to your tree or should I keep it in my dma-mapping tree?

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Marek Szyprowski <m.szyprowski@samsung.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Jason Cooper <jason@lakedaemon.net>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	Michal Hocko <mhocko@suse.cz>, Mel Gorman <mgorman@suse.de>,
	Johannes Weiner <hannes@cmpxchg.org>,
	linux-arm-kernel@lists.infradead.org,
	linaro-mm-sig@lists.linaro.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Andrew Lunn <andrew@lunn.ch>, Arnd Bergmann <arnd@arndb.de>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Soren Moch <smoch@web.de>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
Date: Tue, 20 Nov 2012 11:48:44 +0100	[thread overview]
Message-ID: <50AB600C.5010801@samsung.com> (raw)
In-Reply-To: <20121119144826.f59667b2.akpm@linux-foundation.org>

Hello,

On 11/19/2012 11:48 PM, Andrew Morton wrote:
> On Sun, 18 Nov 2012 19:18:46 -0500
> Jason Cooper <jason@lakedaemon.net> wrote:
>
> > I've added the maintainers for mm/*.  Hopefully they can let us know if
> > this is good for v3.8...
>
> As Marek has inexplicably put this patch into linux-next via his tree,
> we don't appear to be getting a say in the matter!

I've just put this patch to linux-next via my dma-mapping tree to give it
some testing asap to check if other changes to arm dma-mapping are required
or not.

> The patch looks good to me.  That open-coded wait loop predates the
> creation of bitkeeper tree(!) but doesn't appear to be needed.  There
> will perhaps be some behavioural changes observable for GFP_KERNEL
> callers as dma_pool_alloc() will no longer dip into page reserves but I
> see nothing special about dma_pool_alloc() which justifies doing that
> anyway.
>
> The patch makes pool->waitq and its manipulation obsolete, but it
> failed to remove all that stuff.

Right, I missed that part, I will update it asap.

> The changelog failed to describe the problem which Soren reported.
> That should be included, and as the problem sounds fairly serious we
> might decide to backport the fix into -stable kernels.

Ok, I will extend the changelog.

> dma_pool_alloc()'s use of a local "struct dma_page *page" is
> distressing - MM developers very much expect a local called "page" to
> have type "struct page *".  But that's a separate issue.

I will prepare a separate patch cleaning it. I was also a bit surprised
by such naming scheme, but it is probably related to the fact that this
come has not been touched much since a very ancient times.

> As this patch is already in -next and is stuck there for two more
> weeks I can't (or at least won't) merge this patch, so I can't help
> with any of the above.

I will fix both issues in the next version of the patch. Would like to
merge it to your tree or should I keep it in my dma-mapping tree?

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center



  reply	other threads:[~2012-11-20 10:48 UTC|newest]

Thread overview: 181+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-08  6:38 [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls Marek Szyprowski
2012-11-08  6:38 ` Marek Szyprowski
2012-11-08  6:38 ` Marek Szyprowski
2012-11-11 17:22 ` Andrew Lunn
2012-11-11 17:22   ` Andrew Lunn
2012-11-11 17:22   ` Andrew Lunn
2012-11-12  9:48   ` Soeren Moch
2012-11-12  9:48     ` Soeren Moch
2012-11-12  9:48     ` Soeren Moch
2012-11-12 10:38     ` Andrew Lunn
2012-11-12 10:38       ` Andrew Lunn
2012-11-12 10:38       ` Andrew Lunn
2012-11-12 11:03       ` Soeren Moch
2012-11-12 11:03         ` Soeren Moch
2012-11-12 11:03         ` Soeren Moch
2012-11-11 17:31 ` [PATCH] ARM: Orion: Remove redundent init_dma_coherent_pool_size() Andrew Lunn
2012-11-19  0:20   ` Jason Cooper
2013-04-17 20:38   ` Jason Cooper
2013-04-17 20:49     ` Gregory CLEMENT
2013-05-13 19:38       ` Jason Cooper
2012-11-19  0:18 ` [PATCH] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls Jason Cooper
2012-11-19  0:18   ` Jason Cooper
2012-11-19  0:18   ` Jason Cooper
2012-11-19 22:48   ` Andrew Morton
2012-11-19 22:48     ` Andrew Morton
2012-11-19 22:48     ` Andrew Morton
2012-11-20 10:48     ` Marek Szyprowski [this message]
2012-11-20 10:48       ` Marek Szyprowski
2012-11-20 10:48       ` Marek Szyprowski
2012-11-20 19:52       ` Andrew Morton
2012-11-20 19:52         ` Andrew Morton
2012-11-20 19:52         ` Andrew Morton
2012-11-20 14:31     ` [PATCH v2] " Marek Szyprowski
2012-11-20 14:31       ` Marek Szyprowski
2012-11-20 14:31       ` Marek Szyprowski
2012-11-20 19:33       ` Andrew Morton
2012-11-20 19:33         ` Andrew Morton
2012-11-20 19:33         ` Andrew Morton
2012-11-20 20:27         ` Jason Cooper
2012-11-20 20:27           ` Jason Cooper
2012-11-20 20:27           ` Jason Cooper
2012-11-21  8:08         ` Marek Szyprowski
2012-11-21  8:08           ` Marek Szyprowski
2012-11-21  8:08           ` Marek Szyprowski
2012-11-21  8:36           ` Andrew Morton
2012-11-21  8:36             ` Andrew Morton
2012-11-21  8:36             ` Andrew Morton
2012-11-21  9:20             ` Marek Szyprowski
2012-11-21  9:20               ` Marek Szyprowski
2012-11-21  9:20               ` Marek Szyprowski
2012-11-21 19:17               ` Andrew Morton
2012-11-21 19:17                 ` Andrew Morton
2012-11-21 19:17                 ` Andrew Morton
2012-11-22 12:55                 ` Marek Szyprowski
2012-11-22 12:55                   ` Marek Szyprowski
2012-11-22 12:55                   ` Marek Szyprowski
2013-01-14 11:56       ` Soeren Moch
2013-01-14 11:56         ` Soeren Moch
2013-01-14 11:56         ` Soeren Moch
2013-01-15 16:56         ` Jason Cooper
2013-01-15 16:56           ` Jason Cooper
2013-01-15 16:56           ` Jason Cooper
2013-01-15 17:50           ` Greg KH
2013-01-15 17:50             ` Greg KH
2013-01-15 17:50             ` Greg KH
2013-01-15 20:16             ` Jason Cooper
2013-01-15 20:16               ` Jason Cooper
2013-01-15 20:16               ` Jason Cooper
2013-01-15 21:56               ` Jason Cooper
2013-01-15 21:56                 ` Jason Cooper
2013-01-15 21:56                 ` Jason Cooper
2013-01-16  0:17                 ` Soeren Moch
2013-01-16  0:17                   ` Soeren Moch
2013-01-16  0:17                   ` Soeren Moch
2013-01-16  2:40                   ` Jason Cooper
2013-01-16  2:40                     ` Jason Cooper
2013-01-16  2:40                     ` Jason Cooper
2013-01-16  3:24                     ` Soeren Moch
2013-01-16  3:24                       ` Soeren Moch
2013-01-16  3:24                       ` Soeren Moch
2013-01-16  8:55                       ` Soeren Moch
2013-01-16  8:55                         ` Soeren Moch
2013-01-16  8:55                         ` Soeren Moch
2013-01-16 15:50                         ` [PATCH] ata: sata_mv: fix sg_tbl_pool alignment Jason Cooper
2013-01-16 15:50                           ` Jason Cooper
2013-01-16 15:50                           ` Jason Cooper
2013-01-16 17:05                           ` Soeren Moch
2013-01-16 17:05                             ` Soeren Moch
2013-01-16 17:05                             ` Soeren Moch
2013-01-16 17:52                             ` Jason Cooper
2013-01-16 17:52                               ` Jason Cooper
2013-01-16 17:52                               ` Jason Cooper
2013-01-16 18:35                               ` Jason Cooper
2013-01-16 18:35                                 ` Jason Cooper
2013-01-16 18:35                                 ` Jason Cooper
2013-01-16 22:26                                 ` Soeren Moch
2013-01-16 22:26                                   ` Soeren Moch
2013-01-16 22:26                                   ` Soeren Moch
2013-01-16 23:10                               ` Soeren Moch
2013-01-16 23:10                                 ` Soeren Moch
2013-01-16 23:10                                 ` Soeren Moch
2013-01-17  9:11                               ` Soeren Moch
2013-01-17  9:11                                 ` Soeren Moch
2013-01-17  9:11                                 ` Soeren Moch
2013-01-16 17:32                         ` [PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls Soeren Moch
2013-01-16 17:32                           ` Soeren Moch
2013-01-16 17:32                           ` Soeren Moch
2013-01-16 17:47                           ` Jason Cooper
2013-01-16 17:47                             ` Jason Cooper
2013-01-16 17:47                             ` Jason Cooper
2013-01-16 22:36                             ` Soeren Moch
2013-01-16 22:36                               ` Soeren Moch
2013-01-16 22:36                               ` Soeren Moch
2013-01-17 10:49                       ` Arnd Bergmann
2013-01-17 10:49                         ` Arnd Bergmann
2013-01-17 10:49                         ` Arnd Bergmann
2013-01-17 13:47                         ` Soeren Moch
2013-01-17 13:47                           ` Soeren Moch
2013-01-17 13:47                           ` Soeren Moch
2013-01-17 20:26                           ` Arnd Bergmann
2013-01-17 20:26                             ` Arnd Bergmann
2013-01-17 20:26                             ` Arnd Bergmann
2013-01-19 15:29                             ` Soeren Moch
2013-01-19 15:29                               ` Soeren Moch
2013-01-19 18:59                               ` Andrew Lunn
2013-01-19 18:59                                 ` Andrew Lunn
2013-01-19 18:59                                 ` Andrew Lunn
2013-01-23 15:30                                 ` Soeren Moch
2013-01-23 15:30                                   ` Soeren Moch
2013-01-23 15:30                                   ` Soeren Moch
2013-01-23 16:25                                   ` Andrew Lunn
2013-01-23 16:25                                     ` Andrew Lunn
2013-01-23 16:25                                     ` Andrew Lunn
2013-01-23 17:07                                     ` Soeren Moch
2013-01-23 17:07                                       ` Soeren Moch
2013-01-23 17:07                                       ` Soeren Moch
2013-01-23 17:20                                       ` Soeren Moch
2013-01-23 17:20                                         ` Soeren Moch
2013-01-23 17:20                                         ` Soeren Moch
2013-01-23 18:10                                         ` Andrew Lunn
2013-01-23 18:10                                           ` Andrew Lunn
2013-01-23 18:10                                           ` Andrew Lunn
2013-01-28 20:59                                           ` Soeren Moch
2013-01-28 20:59                                             ` Soeren Moch
2013-01-28 20:59                                             ` Soeren Moch
2013-01-29  0:13                                             ` Jason Cooper
2013-01-29  0:13                                               ` Jason Cooper
2013-01-29  0:13                                               ` Jason Cooper
2013-01-29 11:02                                             ` Andrew Lunn
2013-01-29 11:02                                               ` Andrew Lunn
2013-01-29 11:02                                               ` Andrew Lunn
2013-01-29 11:50                                               ` Soeren Moch
2013-01-29 11:50                                                 ` Soeren Moch
2013-01-29 11:50                                                 ` Soeren Moch
2013-01-19 20:05                               ` Arnd Bergmann
2013-01-19 20:05                                 ` Arnd Bergmann
2013-01-19 20:05                                 ` Arnd Bergmann
2013-01-21 15:01                                 ` Soeren Moch
2013-01-21 15:01                                   ` Soeren Moch
2013-01-21 15:01                                   ` Soeren Moch
2013-01-21 18:55                                   ` Arnd Bergmann
2013-01-21 18:55                                     ` Arnd Bergmann
2013-01-21 18:55                                     ` Arnd Bergmann
2013-01-21 21:01                                     ` Greg KH
2013-01-21 21:01                                       ` Greg KH
2013-01-21 21:01                                       ` Greg KH
2013-01-22 18:13                                       ` Arnd Bergmann
2013-01-22 18:13                                         ` Arnd Bergmann
2013-01-22 18:13                                         ` Arnd Bergmann
2013-01-23 14:37                                         ` Soeren Moch
2013-01-23 14:37                                           ` Soeren Moch
2013-01-23 14:37                                           ` Soeren Moch
2013-01-19 16:24                             ` Andrew Lunn
2013-01-19 16:24                               ` Andrew Lunn
2013-01-19 16:24                               ` Andrew Lunn
2013-01-15 20:05           ` Sebastian Hesselbarth
2013-01-15 20:05             ` Sebastian Hesselbarth
2013-01-15 20:05             ` Sebastian Hesselbarth
2013-01-15 20:19             ` Jason Cooper
2013-01-15 20:19               ` Jason Cooper
2013-01-15 20:19               ` Jason Cooper

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=50AB600C.5010801@samsung.com \
    --to=m.szyprowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.