[PATCH] crypto: Used macros from compiler.h instead of __attribute__(...))

2016-12-30 Thread gidisrael
From: = <=> This continues from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))") I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the subsystems under /kernel /mm

[PATCH] crypto: Replaced gcc specific attributes with macros from compiler.h

2016-12-31 Thread gidisrael
From: Gideon Israel Dsouza Continuing from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))") I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the

[PATCH] This continues from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))")

2016-12-30 Thread gidisrael
From: Gideon Israel Dsouza Very sorry about the previous broken patch. Here is an updated one. I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the subsystems under /kernel /mm /block and

[PATCH] crypto: Used macros from compiler.h instead of __attribute__(...))

2016-12-30 Thread gidisrael
From: = <=> This continues from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))") I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the subsystems under /kernel /mm

[PATCH] This continues from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))")

2016-12-30 Thread gidisrael
From: Gideon Israel Dsouza Very sorry about the previous broken patch. Here is an updated one. I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the subsystems under /kernel /mm /block and /security, this patch

[PATCH] crypto: Replaced gcc specific attributes with macros from compiler.h

2016-12-31 Thread gidisrael
From: Gideon Israel Dsouza Continuing from this commit: 52f5684c8e1e ("kernel: use macros from compiler.h instead of __attribute__((...))") I submitted 4 total patches. They are part of task I've taken up to increase compiler portability in the kernel. I've cleaned up the subsystems under