summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSe Wang (Patrick) Oh <sewango@codeaurora.org>2015-07-21 20:42:34 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:10:46 -0700
commit8bb334401c8410620a7a96b0737ca81f41a1679f (patch)
treedb93c62df4a43bdb6f34e0dbf8e12708e8b356fb /scripts
parent1ee3c679cd8339f61aac3392cc1711f352895d1d (diff)
kernel: lib: allow larger stack frame size for KASan
Some functions consume more than allowed stack frame size with KASan enabled and GCC warns it as an error. To avoid compilation warning, allow larger stack frame size when KASan is enabled instead of changing each file. Below is one of the warning messages for reference. kernel/net/wireless/nl80211.c: In function 'nl80211_send_wiphy': kernel/net/wireless/nl80211.c:1705:1: warning: the frame size of 5488 bytes is larger than 2048 bytes [-Wframe-larger-than=] Change-Id: I953018f459bf048366f0ba5ff7c980edcd9bbe07 Signed-off-by: Se Wang (Patrick) Oh <sewango@codeaurora.org> [satyap: trivial merge conflict resolution] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions