Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp3228448ybf; Tue, 3 Mar 2020 01:59:31 -0800 (PST) X-Google-Smtp-Source: ADFU+vuTMIgLScqc3BA0auvSC0RFHtsev2hHQiWPgfq+apTUeLQVjyquCn3LbK/r1i2hWJsIAgMR X-Received: by 2002:aca:c586:: with SMTP id v128mr1977804oif.166.1583229571793; Tue, 03 Mar 2020 01:59:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583229571; cv=none; d=google.com; s=arc-20160816; b=Zx0MN0BIIyb9EUgbrDWcUuavvd8HuT5DbiS3l8ZIs2fIUma8MdtCmkFQ/5lTXOJmhd kC2l/R+i+QkAv86mEZ1zwjqI1b/7RVgzPIuHwaqkFF9eAYyA8ZTEabQTqt2/WyXuAzwA MLkqAyXnDlF+WAp1ItsiN46/AXZ/ZiXIB2Um05raEKpNSD0E2fU+90jxaqm1T1XKElpV 0zbjNHoGnKig5a1zitNcSCSxb1ZVq143+9I/KATPfjAcI0/YGzHgu8M73FlQrcjmzaHG inOuHCDlxMONpGHcFLVeYxFHR5y5UvSavQ5QoHeG9Y7mLMKvJEcoexZLR+dMUs1QYlew Af+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=V+9jpBq5HMDxRLTezXpZ3Q32CHLTIqP6hv+9iaQocIo=; b=jTTIgpVQj94KNeGsDmKNFkwhD4P/XGaiQOouNfNsfBGcuJcLuxrZnsj2+kzaIAko5l uclbhdPfp4MtollZoCADFuPutFSEklza3K4JBJw372kxWjKw+nFO6U76JR/WdzznkibB sjmqBTob8AqkOBnBZb5YE4tnXamYwcIqacR7GU3QLhVq3Jg61P/pCB1UntYWbpbQqA8F oGzX5I55HjkAlS8fBcvxwTY9g7dw9FbECEbjj6rFn65mHxA01W9/j4M2s6DRGZToam6o 2b5OnSRKXnuV21+s/g7GopTnY2P8pW1qQS34udPjUnOW+XGlXSH0+RIV5D3PH05GVbIl SU1w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h9si7893493oti.155.2020.03.03.01.59.19; Tue, 03 Mar 2020 01:59:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728324AbgCCJuI (ORCPT + 99 others); Tue, 3 Mar 2020 04:50:08 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:11137 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727912AbgCCJuH (ORCPT ); Tue, 3 Mar 2020 04:50:07 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id AE1EDB7AAA038C916A33; Tue, 3 Mar 2020 17:50:04 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Mar 2020 17:49:55 +0800 Subject: Re: [PATCH 2/3] erofs: use LZ4_decompress_safe() for full decoding To: Gao Xiang , CC: LKML , Miao Xie , "Lasse Collin" References: <20200226023011.103798-1-gaoxiang25@huawei.com> <20200226023011.103798-2-gaoxiang25@huawei.com> From: Chao Yu Message-ID: <8c1a119e-7f3d-a42d-3208-d30b476baf73@huawei.com> Date: Tue, 3 Mar 2020 17:49:54 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200226023011.103798-2-gaoxiang25@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/2/26 10:30, Gao Xiang wrote: > As Lasse pointed out, "EROFS uses LZ4_decompress_safe_partial > for both partial and full blocks. Thus when it is decoding a > full block, it doesn't know if the LZ4 decoder actually decoded > all the input. The real uncompressed size could be bigger than > the value stored in the file system metadata. > > Using LZ4_decompress_safe instead of _safe_partial when > decompressing a full block would help to detect errors." > > So it's reasonable to use _safe in case of corrupted images and > it might have some speed gain as well although I didn't observe > much difference. > > Cc: Lasse Collin > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,