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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA540C00140 for ; Tue, 26 Jul 2022 20:10:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231731AbiGZUKa (ORCPT ); Tue, 26 Jul 2022 16:10:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229659AbiGZUK2 (ORCPT ); Tue, 26 Jul 2022 16:10:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16FE331DEB for ; Tue, 26 Jul 2022 13:10:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CBE67B80D66 for ; Tue, 26 Jul 2022 20:10:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 743F5C433C1; Tue, 26 Jul 2022 20:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658866225; bh=ZrA09ISaRESz72+2HUqUVJP4XR1T/vN52Zf75VOF5AA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kDFN4UJRuAaRb/OSG+NDGCMdXTeZZ86jwj+8xCSLZN2QrQCvAEqKQ6xHHUv/mYcZK CtmaPwv6N0Pc+UQPBt9aJ90ZhG1jZzUtsmIt0FE9QHnprGKCPGBJTJnPVFZOhtnHc/ cY601ew5Iqoi325sGNIEwAPa2gN9T8vkBGGjgG4Xv1J8Q3vjF2nOUGCV19soGlO+SS ohe3bStiO28z+WWlebtLmEkxg2pMBrufvH4IEYpPelfkqZotP3AMCC+MQOfSpgeQEW UngKsKCkjvhVPEwuETF+e9e1gPLN+3K1zf/yEfttEapa+mcejKngW077aTiSYx1BPD xyxbiyOlb8OBQ== Date: Tue, 26 Jul 2022 13:10:24 -0700 From: "Darrick J. Wong" To: bugzilla-daemon@kernel.org Cc: linux-ext4@vger.kernel.org Subject: Re: [Bug 216283] New: FUZZ: BUG() triggered in fs/ext4/extent.c:ext4_ext_insert_extent() when mount and operate on crafted image Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org If you are going to run some scripted tool to randomly corrupt the filesystem to find failures, then you have an ethical and moral responsibility to do some of the work to narrow down and identify the cause of the failure, not just throw them at someone to do all the work. --D