Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3453699ybl; Mon, 19 Aug 2019 19:25:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqxBCd9VKX6hQm1QY9KjlejHOlCze9B8u0Zvy1rnqsBjNcANPxbXH57Z5KSE5GQwWEjw0WP5 X-Received: by 2002:aa7:8814:: with SMTP id c20mr27094220pfo.87.1566267933618; Mon, 19 Aug 2019 19:25:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566267933; cv=none; d=google.com; s=arc-20160816; b=KL2JDILbdBOSL9qINWI1lGsyB1jB0rayRZI5XG41BEnd4atEF4CMaWJMlmqdCpg47e wr8ZR+bKXL5brxN35QmePEXyHSKeMj0ro/wMm+TdOiq6Kb/J1Vz0NY1l772og+M/PUE8 AWYI2ZJ7S7gccXBO18AB1yuMjxRxbEQQV2OFjFktztND46RwvPVEpKmsq0Vh0hECol3D 7xxJ5Pqdpz/w3TDASyWLNpwWh6RXS+dVrRQ0bUqt0G65BLl/BX3PEgCxIJa4Hqj84qTv v/xsR6diXsRiuM/vtYTetEbF4+YFjfvX02v+nKO1hSkLS3dH/ZGjgtdJpXhiJBpzKBLE wuiQ== 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=XQ1GlxP6hAT08DzmXH1tTnuNsLVhrzGVInsd6X9YQ7Y=; b=XbNduARknugxpIGRyuUfx2EmseZ4bSnr3Jgvr+SbFinZRoiWFe6UODyF/+lcZx2KOu kJqAQ96qdwSekWOw376IXuxwKCeI3zYdhwckMYbfaQj9wVETHgJkdxTR90uit/EfISrp pCj4D4OKznk1ShD4Ex49aYDbmS8VGiTh4zTDB/BlH5AiGin+1P0Em8gQAxLhPw3mf8kA IlcgzAKm9bDw5+aOijbNA0tdYuwOpuixDGIQkbkHGaUzZ4mr4yc7a8nY/BCkjGEf4pQa OdKzJjM3+heq5IsWpjMt1E7uq1/tFIt/cgYxGX85nrPWk8JrVjor55oDpFUzp5xkoVEd N4Zw== 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 l35si11379895plb.322.2019.08.19.19.25.18; Mon, 19 Aug 2019 19:25:33 -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 S1728944AbfHTCY0 (ORCPT + 99 others); Mon, 19 Aug 2019 22:24:26 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:46342 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728647AbfHTCY0 (ORCPT ); Mon, 19 Aug 2019 22:24:26 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id C71668F12330DC8248D7; Tue, 20 Aug 2019 10:24:22 +0800 (CST) Received: from [10.134.22.195] (10.134.22.195) by smtp.huawei.com (10.3.19.209) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 20 Aug 2019 10:24:13 +0800 Subject: Re: [PATCH] erofs: move erofs out of staging To: Qu Wenruo , Gao Xiang , "Darrick J. Wong" CC: Christoph Hellwig , "Theodore Y. Ts'o" , Eric Biggers , Richard Weinberger , "Greg Kroah-Hartman" , Jan Kara , "Dave Chinner" , David Sterba , Miao Xie , devel , Stephen Rothwell , Amir Goldstein , linux-erofs , Al Viro , "Jaegeuk Kim" , linux-kernel , "Li Guifu" , Fang Wei , "Pavel Machek" , linux-fsdevel , "Andrew Morton" , torvalds References: <790210571.69061.1566120073465.JavaMail.zimbra@nod.at> <20190818151154.GA32157@mit.edu> <20190818155812.GB13230@infradead.org> <20190818161638.GE1118@sol.localdomain> <20190818162201.GA16269@infradead.org> <20190818172938.GA14413@sol.localdomain> <20190818174702.GA17633@infradead.org> <20190818181654.GA1617@hsiangkao-HP-ZHAN-66-Pro-G1> <20190818201405.GA27398@hsiangkao-HP-ZHAN-66-Pro-G1> <20190819160923.GG15198@magnolia> <20190819203051.GA10075@hsiangkao-HP-ZHAN-66-Pro-G1> From: Chao Yu Message-ID: Date: Tue, 20 Aug 2019 10:24:11 +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: Content-Type: text/plain; charset="utf-8" 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 2019/8/20 8:55, Qu Wenruo wrote: > [...] >>>> I have made a simple fuzzer to inject messy in inode metadata, >>>> dir data, compressed indexes and super block, >>>> https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/commit/?h=experimental-fuzzer >>>> >>>> I am testing with some given dirs and the following script. >>>> Does it look reasonable? >>>> >>>> # !/bin/bash >>>> >>>> mkdir -p mntdir >>>> >>>> for ((i=0; i<1000; ++i)); do >>>> mkfs/mkfs.erofs -F$i testdir_fsl.fuzz.img testdir_fsl > /dev/null 2>&1 >>> >>> mkfs fuzzes the image? Er.... >> >> Thanks for your reply. >> >> First, This is just the first step of erofs fuzzer I wrote yesterday night... >> >>> >>> Over in XFS land we have an xfs debugging tool (xfs_db) that knows how >>> to dump (and write!) most every field of every metadata type. This >>> makes it fairly easy to write systematic level 0 fuzzing tests that >>> check how well the filesystem reacts to garbage data (zeroing, >>> randomizing, oneing, adding and subtracting small integers) in a field. >>> (It also knows how to trash entire blocks.) > > The same tool exists for btrfs, although lacks the write ability, but > that dump is more comprehensive and a great tool to learn the on-disk > format. > > > And for the fuzzing defending part, just a few kernel releases ago, > there is none for btrfs, and now we have a full static verification > layer to cover (almost) all on-disk data at read and write time. > (Along with enhanced runtime check) > > We have covered from vague values inside tree blocks and invalid/missing > cross-ref find at runtime. > > Currently the two layered check works pretty fine (well, sometimes too > good to detect older, improper behaved kernel). > - Tree blocks with vague data just get rejected by verification layer > So that all members should fit on-disk format, from alignment to > generation to inode mode. > > The error will trigger a good enough (TM) error message for developer > to read, and if we have other copies, we retry other copies just as > we hit a bad copy. > > - At runtime, we have much less to check > Only cross-ref related things can be wrong now. since everything > inside a single tree block has already be checked. > > In fact, from my respect of view, such read time check should be there > from the very beginning. > It acts kinda of a on-disk format spec. (In fact, by implementing the > verification layer itself, it already exposes a lot of btrfs design > trade-offs) > > Even for a fs as complex (buggy) as btrfs, we only take 1K lines to > implement the verification layer. > So I'd like to see every new mainlined fs to have such ability. Out of curiosity, it looks like every mainstream filesystem has its own fuzz/injection tool in their tool-set, if it's really such a generic requirement, why shouldn't there be a common tool to handle that, let specified filesystem fill the tool's callback to seek a node/block and supported fields can be fuzzed in inode. It can help to avoid redundant work whenever Linux welcomes a new filesystem.... Thanks, > >> >> Actually, compared with XFS, EROFS has rather simple on-disk format. >> What we inject one time is quite deterministic. >> >> The first step just purposely writes some random fuzzed data to >> the base inode metadata, compressed indexes, or dir data field >> (one round one field) to make it validity and coverability. >> >>> >>> You might want to write such a debugging tool for erofs so that you can >>> take apart crashed images to get a better idea of what went wrong, and >>> to write easy fuzzing tests. >> >> Yes, we will do such a debugging tool of course. Actually Li Guifu is now >> developping a erofs-fuse to support old linux versions or other OSes for >> archiveing only use, we will base on that code to develop a better fuzzer >> tool as well. > > Personally speaking, debugging tool is way more important than a running > kernel module/fuse. > It's human trying to write the code, most of time is spent educating > code readers, thus debugging tool is way more important than dead cold code. > > Thanks, > Qu >> >> Thanks, >> Gao Xiang >> >>> >>> --D >>> >>>> umount mntdir >>>> mount -t erofs -o loop testdir_fsl.fuzz.img mntdir >>>> for j in `find mntdir -type f`; do >>>> md5sum $j > /dev/null >>>> done >>>> done >>>> >>>> Thanks, >>>> Gao Xiang >>>> >>>>> >>>>> Thanks, >>>>> Gao Xiang >>>>> >