build: Remove dependency of user space stack cookies from kernel
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 17 Jul 2020 21:27:41 +0000 (23:27 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 23 Jul 2020 22:35:21 +0000 (00:35 +0200)
Currently the user space stack cookies work well also when the kernel
stack cookies are not activated. This is handled completely in user
space and does not need kernel support.

This dependency was probably needed some years ago when the libc did not
support stack cookies.

Reviewed-by: Ian Cooper <iancooper@hotmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

No differences found