aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic/Makefile
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-11-21 18:26:42 -0600
committerScott Wood <scottwood@freescale.com>2013-11-22 16:57:29 -0600
commitd742aa152f27448d39ce65fb829e396d10cd63a9 (patch)
tree51b626c0dc20c3c2992987929860a6d8c19a3003 /scripts/basic/Makefile
parentpowerpc/85xx: typo in dts: "interupt" (four devices) (diff)
powerpc/booke: Only check for hugetlb in flush if vma != NULL
And in flush_hugetlb_page(), don't check whether vma is NULL after we've already dereferenced it. This was found by Dan using static analysis as described here: https://lists.ozlabs.org/pipermail/linuxppc-dev/2013-November/113161.html We currently get away with this because the callers that currently pass NULL for vma seem to be 32-bit-only (e.g. highmem, and CONFIG_DEBUG_PGALLOC in pgtable_32.c) Hugetlb is currently 64-bit only, so we never saw a NULL vma here. Signed-off-by: Scott Wood <scottwood@freescale.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Diffstat (limited to 'scripts/basic/Makefile')
0 files changed, 0 insertions, 0 deletions
class='inline' src='https://seccdn.libravatar.org/avatar/2dc7be159cea316e3a119238e2a159bc?s=13&d=retro' />Sanchayan Maity1-2/+32 2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0 2013-11-13drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat1-1/+1 2013-07-03drivers/rtc/rtc-snvs.c: remove empty functionSachin Kamat1-6/+0 2013-04-29rtc: rtc-snvs: use devm_rtc_device_register()Jingoo Han1-5/+1 2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1 2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat1-1/+1 2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding1-3/+3 2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4 2012-10-06rtc: snvs: add Freescale rtc-snvs driverShawn Guo1-0/+350