Commit 5a25188
arm64: fix add kasan bug
In general, each process have 16kb stack space to use, but stack need
extra space to store red_zone when kasan enable. the patch fix above
question.
Signed-off-by: zhong jiang <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Xishi Qiu <[email protected]>
Cc: Wang Long <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 353aa3c commit 5a25188
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | | - | |
| 33 | + | |
28 | 34 | | |
29 | | - | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| |||
0 commit comments