From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 982A7C32789 for ; Thu, 8 Nov 2018 06:18:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6103F20827 for ; Thu, 8 Nov 2018 06:18:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6103F20827 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726781AbeKHPw1 (ORCPT ); Thu, 8 Nov 2018 10:52:27 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:44170 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726185AbeKHPw1 (ORCPT ); Thu, 8 Nov 2018 10:52:27 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A316D493C66A3; Thu, 8 Nov 2018 14:18:30 +0800 (CST) Received: from [10.151.23.176] (10.151.23.176) by smtp.huawei.com (10.3.19.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 8 Nov 2018 14:18:21 +0800 Subject: Re: [PATCH] staging: erofs: use the new LZ4_decompress_safe_partial() To: Chao Yu , Chao Yu CC: Greg Kroah-Hartman , , LKML , , Miao Xie , References: <20181108040036.13671-1-gaoxiang25@huawei.com> From: Gao Xiang Message-ID: <056249f9-e607-af3b-e73c-fbadf68aacfe@huawei.com> Date: Thu, 8 Nov 2018 14:18:15 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.151.23.176] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Chao, On 2018/11/8 14:11, Chao Yu wrote: > On 2018/11/8 12:00, Gao Xiang wrote: >> LZ4_decompress_safe_partial() can now decode exactly the nb of bytes >> requested after the upstreamed commit 2209fda323e2 ("lib/lz4: update LZ4 >> decompressor module"), remove the erofs hacked lz4 decompression code. >> >> A more cleaned compressor wrapper will be introduced in the subsequent >> patches in order to prepare for supporting multiple compression algorithms. >> >> Signed-off-by: Gao Xiang >> --- >> >> Hi Chao, >> Could you please kindly confirm (review) this before merging into the staging tree? > > Looks good to me. > > Reviewed-by: Chao Yu > Thanks for quickly confirming this :) Thanks, Gao Xiang > Thanks, >