Re: [PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-05 Thread Herbert Xu
On Thu, Nov 05, 2015 at 01:12:04PM +0530, Harsh Jain wrote: > Hi herbert, > > Which kernel versions will have this patch? It has to go into 4.4 first before it gets backported. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~her

Re: [PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-04 Thread Harsh Jain
Hi herbert, Which kernel versions will have this patch? Regards Harsh Jain On Mon, Nov 2, 2015 at 8:42 AM, Herbert Xu wrote: > On Sun, Nov 01, 2015 at 12:07:12PM +0100, Stephan Mueller wrote: >> Am Sonntag, 1. November 2015, 17:11:19 schrieb Herbert Xu: >> >> Hi Herbert, >> >> > On Sat, Oct 31,

Re: [PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-01 Thread Herbert Xu
On Sun, Nov 01, 2015 at 12:07:12PM +0100, Stephan Mueller wrote: > Am Sonntag, 1. November 2015, 17:11:19 schrieb Herbert Xu: > > Hi Herbert, > > > On Sat, Oct 31, 2015 at 12:45:47AM +0100, Stephan Mueller wrote: > > > Testing complete: patch solves the oops and allows to successfully perform > >

Re: [PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-01 Thread Stephan Mueller
Am Sonntag, 1. November 2015, 17:11:19 schrieb Herbert Xu: Hi Herbert, > On Sat, Oct 31, 2015 at 12:45:47AM +0100, Stephan Mueller wrote: > > Testing complete: patch solves the oops and allows to successfully perform > > HMAC even when having subsequent accepts and operating on those subsequent >

Re: [PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-01 Thread Stephan Mueller
Am Sonntag, 1. November 2015, 17:11:19 schrieb Herbert Xu: Hi Herbert, > On Sat, Oct 31, 2015 at 12:45:47AM +0100, Stephan Mueller wrote: > > Testing complete: patch solves the oops and allows to successfully perform > > HMAC even when having subsequent accepts and operating on those subsequent >

[PATCH v2] crypto: algif_hash - Only export and import on sockets with data

2015-11-01 Thread Herbert Xu
On Sat, Oct 31, 2015 at 12:45:47AM +0100, Stephan Mueller wrote: > > Testing complete: patch solves the oops and allows to successfully perform > HMAC even when having subsequent accepts and operating on those subsequent > accepts. Thanks Stephan! Unfortunately my patch is incomplete as some o