Re: [PATCH 0/2] Cyrpto: Clean up kmap() use

2020-08-21 Thread Herbert Xu
On Mon, Aug 10, 2020 at 05:40:13PM -0700, ira.we...@intel.com wrote: > From: Ira Weiny > > While going through kmap() users the following 2 issues were found via code > inspection. > > Ira Weiny (2): > crypto/ux500: Fix kmap() bug > crypto: Remove unused async iterators > > crypto/ahash.c

Re: [PATCH 0/2] Cyrpto: Clean up kmap() use

2020-08-19 Thread Ira Weiny
On Mon, Aug 10, 2020 at 05:40:13PM -0700, 'Ira Weiny' wrote: > From: Ira Weiny > > While going through kmap() users the following 2 issues were found via code > inspection. Any feedback on these patches? Perhaps I've not included the correct people? Adding some people to the CC list.

[PATCH 0/2] Cyrpto: Clean up kmap() use

2020-08-10 Thread ira . weiny
From: Ira Weiny While going through kmap() users the following 2 issues were found via code inspection. Ira Weiny (2): crypto/ux500: Fix kmap() bug crypto: Remove unused async iterators crypto/ahash.c| 41 +++