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

2017-01-12 Thread Herbert Xu
On Sat, Dec 31, 2016 at 09:26:23PM +0530, gidisr...@gmail.com wrote: > 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

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

2017-01-04 Thread Gideon D'souza
Any update on this patch, should I base it on another tree, this was based off of linus's tree right when he released 4.10-rc2 Should I send it close to the next merge window? On Sat, Dec 31, 2016 at 9:26 PM, wrote: > From: Gideon Israel Dsouza > >

[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