Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp5016758imm; Tue, 11 Sep 2018 23:22:35 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZ4GlF2joMQQWCFo2/WALgIyOhuJaoBSg0I1I77/jfjZkdzNqteNPLASViWLdVUfaCLt81J X-Received: by 2002:a63:510c:: with SMTP id f12-v6mr398379pgb.30.1536733355054; Tue, 11 Sep 2018 23:22:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536733355; cv=none; d=google.com; s=arc-20160816; b=wfNuAHXFq3yDTrIeS+64CNBAm9ZO63fRqD8wb/r18MpE+yos0Sj7qEud0xrQep3YhS gPbA9hJMZ9I5uRjmHi+8TPBvseOTho89+iA2oSnj75PuYX7nUOeCwej4vUgUiiWh0OLS oP12ZkzaojVSPkIQosZb8pEXqwisjDuTfWlXSZpwO+43B4GWWNxFyRoG3zuiP5OOLosM qTMEVILge+90EGZrLD4FTY21DF8SG7S8VzWsmzuE1a9BpF75PDo3LSjzsZqCk6Xul2/p YkODNDYPoiP8S/lV6FKFz71b9gyRrY9Q2gpysW/GvpMGGrYG5GTsqBgR++1FxRakPzEa uT7Q== 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:in-reply-to :mime-version:user-agent:date:message-id:cc:from:references:to :subject; bh=rFjzLYJyuz0Ab3TkF+WFAmsl85OhxkddrU71RmozKVU=; b=m/zjWRoah5KR4dmeXSR/oevcj7VmfPjYU26tWyUIUaDj7X0fHy7PLChtJ3JmjHNmJ7 m4ZVB31niYhcFd2k1ofBPEWhQLTf7MHzJMjOqRbaJ+hW4DY+vk8MoYpb9ntO/L4I2uf7 bzn+wx0mYlkBHRD8vJNfdUje6jCGN8q2pvIrFwxE6zrb6S8dIgeraeX19dIADON4n5VY +p+gh8vdzvyn186sa7oy9UNa78fpUR1HxFKoAiF07eItoSUEyoJYeVh/tNqYQH4kR88h WbYA9pxOjMmIWNuGizM1MaZ477lxAB6duwIy7KuuZRrGvormdlkMWdAD4yUK8v7+RsjH APUA== 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 e1-v6si64624pli.469.2018.09.11.23.22.19; Tue, 11 Sep 2018 23:22:35 -0700 (PDT) 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 S1726642AbeILLZM (ORCPT + 99 others); Wed, 12 Sep 2018 07:25:12 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:39936 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726027AbeILLZM (ORCPT ); Wed, 12 Sep 2018 07:25:12 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id A742A4A552CF3; Wed, 12 Sep 2018 14:22:11 +0800 (CST) Received: from [10.151.23.176] (10.151.23.176) by smtp.huawei.com (10.3.19.209) with Microsoft SMTP Server (TLS) id 14.3.399.0; Wed, 12 Sep 2018 14:22:05 +0800 Subject: Re: [PATCH v4] staging: erofs: use explicit unsigned int type To: =?UTF-8?Q?Thomas_Wei=c3=9fschuh?= References: <23218dc6-8aba-a4e6-7c18-64380082f747@kernel.org> <20180910194114.13314-1-linux@weissschuh.net> From: Gao Xiang CC: Chao Yu , Greg Kroah-Hartman , , , Message-ID: <94678bbe-4d9b-67a7-c3a4-b711fe32c432@huawei.com> Date: Wed, 12 Sep 2018 14:21:51 +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: <20180910194114.13314-1-linux@weissschuh.net> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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 Thomas, On 2018/9/11 3:41, Thomas Weißschuh wrote: > Hi Chao, > > On Mon, 2018-09-10T23:59+0800, Chao Yu wrote: >> [...] >>>> I was not aware of this tree and worked off of staging / next. >>>> A patch is attached to this message that adds the tree to the MAINTAINERS file. >>> Hi Chao, >>> >>> I think this tree has some PREVIEW patches which preview in linux-erofs mailing list only and >>> doesn't send to staging mailing list and LKML, >>> >>> https://git.kernel.org/pub/scm/linux/kernel/git/chao/linux.git/log/?h=erofs >>> >>> so erofs tree is actually Greg's staging tree. >> Thomas, >> >> I confirmed that erofs git repository for linux upstream is Greg's staging tree. >> >> Let me explain, in order to avoid sending buggy or preview patch, Xiang and me >> plan to review patches in erofs mailing list first, and then cache reviewed >> patches in my git tree before sending them to Greg and staging mailing list. >> >> Based on that, I'm trying to serialize all erofs patches, expecting that can >> help those patches sent to staging mailing list can be merged by Greg with >> lesser conflict. But I made a mistake that my erofs branch has merged some >> pending patches, result in failing to merge yours, that mislead me to ask you to >> rebase the code, sorry about that. > Thank you for clearing this up! And I am sorry for causing you all this work > for what is essentially a very small style cleanup. > >> Now I can confirm that your v2 patch can apply on Greg's staging-next, so fixing >> warning reported by checkpatch.pl on your v2 patch is enough. :) > The patch follows. > > Thomas Could you please resend your patch seperately? Because it will be easier for Greg to merge. > > > Changes since v1: > > * Removed changes that conflicted with > [PATCH 1/6] staging: erofs: formatting fix in unzip_vle_lz4.c > * Added patch description > > Changes since v2: > > * Fixed conflicts with other patchsets > * Don't introduce new style issues > > Changes since v3: > > * Fixed conflicts with other patchsets > > Note: This patchset should be applied with the "git am --scissors", to > remove the historic information and this note. > > -- >8 -- I personally think that is not the correct kernel patch style. Just as Greg's said, > These changes belong below the --- line, not above it. LINK: https://lists.ozlabs.org/pipermail/linux-erofs/2018-August/000367.html For reference, it will help the patch quickly get merged. ;) and you could add, Reviewed-by: Gao Xiang Thanks, Gao Xiang > > Fix coding style issue "Prefer 'unsigned int' to bare use of 'unsigned'" > detected by checkpatch.pl. > > Signed-off-by: Thomas Weißschuh