Re: [PATCH v3] zram: fix invalid memory references during disk write

2012-11-29 Thread Nitin Gupta
On Thu, Nov 29, 2012 at 6:13 PM, Greg KH wrote: > On Fri, Nov 30, 2012 at 09:36:09AM +0900, Minchan Kim wrote: >> Hi Greg, >> >> I would like to tidy zram_bvec_write up but it needs more churn >> than needed to fix this bug and makes review hard. So I want you to pick up >> this patch asap because

Re: [PATCH v3] zram: fix invalid memory references during disk write

2012-11-29 Thread Greg KH
On Fri, Nov 30, 2012 at 09:36:09AM +0900, Minchan Kim wrote: > Hi Greg, > > I would like to tidy zram_bvec_write up but it needs more churn > than needed to fix this bug and makes review hard. So I want you to pick up > this patch asap because it's a candidate of stable. Ok, I have way too many d

Re: [PATCH v3] zram: fix invalid memory references during disk write

2012-11-29 Thread Greg KH
On Fri, Nov 30, 2012 at 09:36:09AM +0900, Minchan Kim wrote: > Hi Greg, > > I would like to tidy zram_bvec_write up but it needs more churn > than needed to fix this bug and makes review hard. So I want you to pick up > this patch asap because it's a candidate of stable. It is? How come no one s

Re: [PATCH v3] zram: fix invalid memory references during disk write

2012-11-29 Thread Minchan Kim
Hi Greg, I would like to tidy zram_bvec_write up but it needs more churn than needed to fix this bug and makes review hard. So I want you to pick up this patch asap because it's a candidate of stable. Thanks. On Thu, Nov 29, 2012 at 01:18:48AM -0800, Nitin Gupta wrote: > Changelog v3 vs v2: > -

[PATCH v3] zram: fix invalid memory references during disk write

2012-11-29 Thread Nitin Gupta
Changelog v3 vs v2: - Further changes to changelog message to explain the bug case of incorrect use of kunmapped buffer Changelog v2 vs v1: - Changelog message now correctly explains the problem Fixes a bug introduced by commit c8f2f0db1 ("zram: Fix handling of incompressible pages") which cause