summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2018-02-27 00:04:45 -0800
committernshrivas <nshrivas@codeaurora.org>2018-05-05 10:13:53 -0700
commitee6e11636b39d99244bd65d8312a0adba9f7f250 (patch)
tree6066a61986af8afa6b970906834f2d9e3e716d68 /scripts/patch-kernel
parentb98fa1591744dce7c03581d4b79a47df6517ea2f (diff)
qcacmn: 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: I910a7e1995dddf8fdcd7551f7a5e442e1d0120ab CRs-Fixed: 2196475
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions