Re: [Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10

2017-02-09 Thread Phil Sutter
Hi, On Thu, Feb 09, 2017 at 08:28:06AM +, Cristian Stoica wrote: > I'm sure I can find an explanation of why I've written it that way but as I > look at your version I wonder why I didn't recheck my assumptions and > simplify it further. > > Anyway, Phil can apply your suggested version si

Re: [Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10

2017-02-09 Thread Cristian Stoica
e clear. Cristian S. From: Frediano Ziglio Sent: Wednesday, February 8, 2017 18:50 To: Cristian Stoica Cc: cryptodev-linux-devel@gna.org; p...@nwl.cc Subject: Re: [Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10 2017-02-08 10:11 GMT+00:00 Cristian St

Re: [Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10

2017-02-08 Thread Frediano Ziglio
2017-02-08 10:11 GMT+00:00 Cristian Stoica : > There are many changes related to get_user_pages and the code is rewritten > for clarity. > > Signed-off-by: Cristian Stoica > --- > zc.c | 28 +--- > 1 file changed, 17 insertions(+), 11 deletions(-) > > diff --git a/zc.c b/z

Re: [Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10

2017-02-08 Thread Phil Sutter
On Wed, Feb 08, 2017 at 12:11:04PM +0200, Cristian Stoica wrote: > There are many changes related to get_user_pages and the code is rewritten > for clarity. > > Signed-off-by: Cristian Stoica Applied, thanks! ___ Cryptodev-linux-devel mailing list Cry

[Cryptodev-linux-devel] [PATCH] adjust to API changes in kernel >=4.10

2017-02-08 Thread Cristian Stoica
There are many changes related to get_user_pages and the code is rewritten for clarity. Signed-off-by: Cristian Stoica --- zc.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/zc.c b/zc.c index e766ee3..2f4ea99 100644 --- a/zc.c +++ b/zc.c @@ -5