summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-11-30 12:26:06 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-11-30 12:26:06 -0800
commitd7aca8a78c8bc5d3707691aab13cb4f7f6de696f (patch)
treef11f5d4606e0705746a019472f1613b163193f55 /drivers/android/binder_alloc.h
parentcd9a0433238da43611179e44b1d71ad24998b107 (diff)
parenta66d972465d15b1d89281258805eb8b47d66bd36 (diff)
downloadlinux-stable-d7aca8a78c8bc5d3707691aab13cb4f7f6de696f.tar.gz
linux-stable-d7aca8a78c8bc5d3707691aab13cb4f7f6de696f.tar.bz2
linux-stable-d7aca8a78c8bc5d3707691aab13cb4f7f6de696f.zip
Merge tag 'driver-core-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core fix from Greg KH: "Here is a single driver core fix for 4.20-rc5 It resolves an issue with the data alignment in 'struct devres' for the ARC platform. The full details are in the commit changelog, but the short summary is the change is a single line: - unsigned long long data[]; /* guarantee ull alignment */ + u8 __aligned(ARCH_KMALLOC_MINALIGN) data[]; This has been in linux-next for a while with no reported issues" * tag 'driver-core-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: devres: Align data[] to ARCH_KMALLOC_MINALIGN
Diffstat (limited to 'drivers/android/binder_alloc.h')
0 files changed, 0 insertions, 0 deletions