commit | dbbb08f500d6146398b794fdc68a8e811366b451 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Jun 05 21:52:30 2017 -0700 |
committer | Will Deacon <will.deacon@arm.com> | Tue Jun 06 17:49:55 2017 +0100 |
tree | 8a224d661380d2dd65612671096c27070f963a5a | |
parent | 8dd0ee651d8aefdc2d8ae0fcc9c68dfc943c9e4c [diff] |
arm64, vdso: Define vdso_{start,end} as array Adjust vdso_{start|end} to be char arrays to avoid compile-time analysis that flags "too large" memcmp() calls with CONFIG_FORTIFY_SOURCE. Cc: Jisheng Zhang <jszhang@marvell.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Suggested-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Will Deacon <will.deacon@arm.com>