All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Paul Burton <paul.burton@mips.com>, Christoph Hellwig <hch@lst.de>
Cc: linux-mips@linux-mips.org
Subject: dma_pool broken on MIPS generic?
Date: Fri, 9 Nov 2018 14:10:14 +0100	[thread overview]
Message-ID: <20181109131014.GA29768@piout.net> (raw)

Hello,

I'm working on a (not yet upstreamed) dmaengine driver. While rebasing
from v4.19 to v4.20-rc1, I saw that it is not working properly anymore
because dma_pool is allocating descriptors in kseg0 which is cached
while in v4.19, it was allocating them in kseg1.

Am I missing something to explicitely state that the cache is not dma
coherent? How could I track this behaviour change?


-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2018-11-09 13:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-09 13:10 Alexandre Belloni [this message]
2018-11-09 13:24 ` dma_pool broken on MIPS generic? Christoph Hellwig
2018-11-09 13:45   ` Alexandre Belloni

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=20181109131014.GA29768@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=hch@lst.de \
    --cc=linux-mips@linux-mips.org \
    --cc=paul.burton@mips.com \
    /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.