Revision d5a047fd92c6e0db7d56b9e20200cc30f6c7c8e2 authored by Linus Torvalds on 13 January 2018, 22:04:06 UTC, committed by Linus Torvalds on 13 January 2018, 22:04:06 UTC
Pull staging driver fix from Greg KH:
 "Here is a single android ashmem bugfix that resolves a reported issue
  in that interface. It's been in linux-next this week with no reported
  issues"

* tag 'staging-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl
2 parent s 9e8f8f1 + 443064c
History
File Mode Size
Makefile -rw-r--r-- 657 bytes
atomic_32.c -rw-r--r-- 6.1 KB
atomic_asm_32.S -rw-r--r-- 6.9 KB
cacheflush.c -rw-r--r-- 5.5 KB
checksum.c -rw-r--r-- 2.0 KB
cpumask.c -rw-r--r-- 1.4 KB
delay.c -rw-r--r-- 1.2 KB
exports.c -rw-r--r-- 2.8 KB
memchr_32.c -rw-r--r-- 2.0 KB
memchr_64.c -rw-r--r-- 1.9 KB
memcpy_32.S -rw-r--r-- 17.4 KB
memcpy_64.c -rw-r--r-- 8.4 KB
memcpy_user_64.c -rw-r--r-- 2.7 KB
memmove.c -rw-r--r-- 1.4 KB
memset_32.c -rw-r--r-- 3.4 KB
memset_64.c -rw-r--r-- 3.4 KB
spinlock_32.c -rw-r--r-- 7.0 KB
spinlock_64.c -rw-r--r-- 2.9 KB
spinlock_common.h -rw-r--r-- 1.7 KB
strchr_32.c -rw-r--r-- 1.9 KB
strchr_64.c -rw-r--r-- 1.8 KB
string-endian.h -rw-r--r-- 1.5 KB
strlen_32.c -rw-r--r-- 1.1 KB
strlen_64.c -rw-r--r-- 1.0 KB
strnlen_32.c -rw-r--r-- 1.4 KB
strnlen_64.c -rw-r--r-- 1.4 KB
uaccess.c -rw-r--r-- 852 bytes
usercopy_32.S -rw-r--r-- 2.7 KB
usercopy_64.S -rw-r--r-- 2.7 KB

back to top