aarch64: blacklist gcc prior to 5.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 22 Jan 2021 20:27:35 +0000 (15:27 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 22 Jan 2021 20:27:35 +0000 (15:27 -0500)
commitddec79fd4f75b5ae0c49ee25c843220cf060cb96
tree40483b48a120a2014ebda79b2c21d47f625975f9
parentb72f6acbd36aeb32c9f5345082a8d0bdd779a9aa
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 <mathieu.desnoyers@efficios.com>
README.md
include/urcu/arch/aarch64.h
This page took 0.024374 seconds and 4 git commands to generate.