[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141031100522.GA8655@gondor.apana.org.au>
Date: Fri, 31 Oct 2014 18:05:22 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Maxime Ripard <maxime.ripard@...e-electrons.com>
Cc: Corentin LABBE <clabbe.montjoie@...il.com>, robh+dt@...nel.org,
pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
linux@....linux.org.uk, davem@...emloft.net,
grant.likely@...aro.org, akpm@...ux-foundation.org,
gregkh@...uxfoundation.org, joe@...ches.com,
mchehab@....samsung.com, crope@....fi, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-crypto@...r.kernel.org, linux-sunxi@...glegroups.com
Subject: Re: [PATCH v5 4/4] crypto: Add Allwinner Security System crypto
accelerator
On Fri, Oct 31, 2014 at 10:57:06AM +0100, Maxime Ripard wrote:
>
> On a 3.18-rc2 kernel:
>
> $ git grep kmap -- crypto/
> crypto/ahash.c: walk->data = kmap(walk->pg);
> crypto/ahash.c: walk->data = kmap_atomic(walk->pg);
> crypto/async_tx/async_memcpy.c: dest_buf = kmap_atomic(dest) + dest_offset;
> crypto/async_tx/async_memcpy.c: src_buf = kmap_atomic(src) + src_offset;
> crypto/scatterwalk.c: return kmap_atomic(scatterwalk_page(walk)) +
> crypto/shash.c: data = kmap_atomic(sg_page(sg));
> crypto/shash.c: data = kmap_atomic(sg_page(sg));
>
> None of the drivers are.
What do you mean? It's precisely because the page can be in highmem
that we are mapping it. If it's not in highmem it'll be a noop.
Admittedly I haven't tested highmem since moving over to x86-64
some years ago, but it definitely used to work on x86-32.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists