From: Mathieu Desnoyers Date: Fri, 22 Jan 2021 20:27:35 +0000 (-0500) Subject: aarch64: blacklist gcc prior to 5.1 X-Git-Tag: v0.13.0~41 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=ddec79fd4f75b5ae0c49ee25c843220cf060cb96;hp=ddec79fd4f75b5ae0c49ee25c843220cf060cb96 aarch64: blacklist gcc prior to 5.1 Linux aarch64 requires GCC 5.1 or better because prior versions perform unsafe access to deallocated stack. Some Linux distributions may have backported the fix, but it was never released into earlier upstream gcc versions. Link: https://lwn.net/Articles/842122/ Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63293 Signed-off-by: Mathieu Desnoyers ---