[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1225814260.5433.13.camel@dax.rpnet.com>
Date: Tue, 04 Nov 2008 15:57:40 +0000
From: Richard Purdie <rpurdie@...nedhand.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Cc: David Woodhouse <dwmw2@...radead.org>,
linux-mtd@...ts.infradead.org,
Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] jffs2: Fix race condition in jffs2_lzo_compress()
On Mon, 2008-11-03 at 17:17 +0100, Geert Uytterhoeven wrote:
> deflate_mutex protects the globals lzo_mem and lzo_compress_buf. However,
> jffs2_lzo_compress() unlocks deflate_mutex _before_ it has copied out the
> compressed data from lzo_compress_buf. Correct this by moving the mutex unlock
> after the copy.
> In addition, document what deflate_mutex actually protects.
>
> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Acked-by: Richard Purdie <rpurdie@...ux.intel.com>
This should probably be queued as a bugfix for the current -rc series.
> ---
> Just noticed this when looking at the code.
> The patch is untested, except for a quick compile test.
>
> fs/jffs2/compr_lzo.c | 15 +++++++++------
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists