On Thu, Oct 20, 2016 at 06:31:07AM -0700, Christoph Hellwig wrote: > On Thu, Oct 20, 2016 at 09:20:30AM -0400, J. Bruce Fields wrote: > > The crypto code isn't actually doing that though, is it? > > > > (Or is there a chance it could be passing the data to separate crypto > > hardware? Do people do that these days?) > > Yes, there are tons of crypto accelarators, and they are built around > using struct scatterlist. OK, thanks. Turns out there are several places in the kerberos code where it just needs to encrypt one small checksum or sequence number, and it's been doing that on the stack. For now I'll just sprinkle kmalloc()'s all over. Eventually we'll need to find something better. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html