Commit fdef057
committed
src/nvidia: mark THREAD_STATE_NODE nolocal for grsecurity compatibility
grsecurity's private kernel stack feature demands 'struct THREAD_STATE_NODE'
objects to be moved off the stack as different threads cannot access each
other's kernel stacks.
Signed-off-by: Mathias Krause <minipli@grsecurity.net>1 parent 4fac189 commit fdef057
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
93 | | - | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
0 commit comments