https://github.com/torvalds/linux
Revision a1c516a60a702630347e27c7beb7f2f44ca7a8b5 authored by Linus Torvalds on 01 September 2017, 17:30:03 UTC, committed by Linus Torvalds on 01 September 2017, 17:30:03 UTC
Pull crypto fixes from Herbert Xu:
 "This fixes the following issues:

   - Regression in chacha20 handling of chunked input

   - Crash in algif_skcipher when used with async io

   - Potential bogus pointer dereference in lib/mpi"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: algif_skcipher - only call put_page on referenced and used pages
  crypto: testmgr - add chunked test cases for chacha20
  crypto: chacha20 - fix handling of chunked input
  lib/mpi: kunmap after finishing accessing buffer
2 parent s e89ce1f + 445a582
History
Tip revision: a1c516a60a702630347e27c7beb7f2f44ca7a8b5 authored by Linus Torvalds on 01 September 2017, 17:30:03 UTC
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Tip revision: a1c516a
File Mode Size
unittest-data
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 667 bytes
address.c -rw-r--r-- 22.6 KB
base.c -rw-r--r-- 47.4 KB
device.c -rw-r--r-- 8.2 KB
dynamic.c -rw-r--r-- 19.7 KB
fdt.c -rw-r--r-- 33.7 KB
fdt_address.c -rw-r--r-- 6.4 KB
irq.c -rw-r--r-- 19.4 KB
of_mdio.c -rw-r--r-- 13.1 KB
of_net.c -rw-r--r-- 2.4 KB
of_numa.c -rw-r--r-- 4.5 KB
of_pci.c -rw-r--r-- 10.7 KB
of_pci_irq.c -rw-r--r-- 3.9 KB
of_private.h -rw-r--r-- 3.8 KB
of_reserved_mem.c -rw-r--r-- 10.1 KB
overlay.c -rw-r--r-- 14.0 KB
pdt.c -rw-r--r-- 5.7 KB
platform.c -rw-r--r-- 19.3 KB
property.c -rw-r--r-- 27.8 KB
resolver.c -rw-r--r-- 8.8 KB
unittest.c -rw-r--r-- 61.6 KB

back to top