Re: [PATCH 6/6] KEYS: Use individual pages in big_key for crypto buffers

From: David Howells
Date: Thu Feb 22 2018 - 18:42:23 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> + l = min(len, PAGE_SIZE);

Sigh. This needs to be a min_t().

David