Re: [PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-09-06 Thread Joonsoo Kim
On Tue, Sep 01, 2015 at 11:12:39AM +0900, Sergey Senozhatsky wrote: > On (09/01/15 11:06), Minchan Kim wrote: > > Thanks. > > > > I want to include this patchset in Joonsoo's crypto support patch > > if you don't mind. Hello, Sorry for long delay. I will work crypto support with this patchset. S

Re: [PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-08-31 Thread Sergey Senozhatsky
On (09/01/15 11:06), Minchan Kim wrote: > Thanks. > > I want to include this patchset in Joonsoo's crypto support patch > if you don't mind. > Sure. Thanks. -ss > Because we don't need to make additional changes at this moment > unless we provides another compress algorithm which needs

Re: [PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-08-31 Thread Minchan Kim
On Tue, Sep 01, 2015 at 10:41:50AM +0900, Sergey Senozhatsky wrote: > Hello Minchan, > > On (09/01/15 10:22), Minchan Kim wrote: > > Hello Sergey, > > > > On Fri, Aug 28, 2015 at 05:02:12AM -0700, Sergey Senozhatsky wrote: > > > Hi, > > > > > > I think those are the changes we need to do in zram

Re: [PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-08-31 Thread Sergey Senozhatsky
Hello Minchan, On (09/01/15 10:22), Minchan Kim wrote: > Hello Sergey, > > On Fri, Aug 28, 2015 at 05:02:12AM -0700, Sergey Senozhatsky wrote: > > Hi, > > > > I think those are the changes we need to do in zram. The rest > > is zcomp specific. I'll be quite surprised to find out that > > we need

Re: [PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-08-31 Thread Minchan Kim
Hello Sergey, On Fri, Aug 28, 2015 at 05:02:12AM -0700, Sergey Senozhatsky wrote: > Hi, > > I think those are the changes we need to do in zram. The rest > is zcomp specific. I'll be quite surprised to find out that > we need to change (in zram_drv) more. This patchset looks good to me. Sergey,

[PATCH 0/2] prepare zram for crypto api-powered zcomp

2015-08-28 Thread Sergey Senozhatsky
Hi, I think those are the changes we need to do in zram. The rest is zcomp specific. I'll be quite surprised to find out that we need to change (in zram_drv) more. Sergey Senozhatsky (2): zram: make stream find and release functions static zram: pass zstrm down to decompression path drivers