Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246Ab3HMFNz (ORCPT ); Tue, 13 Aug 2013 01:13:55 -0400 Received: from mail-we0-f176.google.com ([74.125.82.176]:41830 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753619Ab3HMFNx (ORCPT ); Tue, 13 Aug 2013 01:13:53 -0400 From: Jordi Pujol To: Thomas Backlund Cc: stable@vger.kernel.org, Jiang Liu , linux-kernel@vger.kernel.org Subject: Re: ZRAM 3.10.6 Buffer I/O error Date: Tue, 13 Aug 2013 07:13:48 +0200 Message-ID: <2264723.tat6cUGQk9@pcjordi> User-Agent: KMail/4.10.5 (Linux/3.10.6-2-lnet-amd64; KDE/4.10.5; x86_64; ; ) In-Reply-To: <52090FD2.9030702@mageia.org> References: <1998314.O9XRMyhM6u@pcjordi> <52090FD2.9030702@mageia.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 648 Lines: 22 El Dilluns, 12 d'agost de 2013, a les 19:39:46, Thomas Backlund va escriure: > /* out of range range */ > - if (unlikely(start >= bound || end >= bound || start > end)) > + if (unlikely(start >= bound || end > bound || start > end)) > return 0; > OK, I confirm that this change solves the problem Thanks, Jordi Pujol Live never ending Tale GNU/Linux Live forever! http://livenet.selfip.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/