summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2018-02-26 23:38:18 -0800
committernshrivas <nshrivas@codeaurora.org>2018-05-05 10:13:58 -0700
commit3fdbd58a38a814ae91b4a77dcc8b694ec32e84f5 (patch)
treeca7941a20b288cc0ff053cd64b2407da138c2632 /tools/perf/scripts/python
parent0287c879a9d5377c33feb5772cd370e61d5dc687 (diff)
qcacld-3.0: Match callback pointer type to callback function signature
Control Flow Integrity (CFI) implementation in the kernel. CFI is an LLVM feature that protects function pointers against control flow hijacking. Basically, when calling a function through a pointer, the type of the pointer must match the signature of the target function. Hence, fix all the occurences of the function pointer type which doesn't match the signature of the target function. Change-Id: I194f2dc3c609ffda89cccaf09aa4f9ec955f0cd7 CRs-Fixed: 2196462
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions