File aufs-stack-protect-stub.diff of Package aufs
--- fs/aufs25/sysaufs.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/fs/aufs25/sysaufs.c +++ b/fs/aufs25/sysaufs.c @@ -101,3 +101,8 @@ int __init sysaufs_init(void) AuTraceErr(err); return err; } + +#ifndef CONFIG_CC_STACKPROTECTOR +void __stack_chk_fail(void) +{} +#endif