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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 EDF13C433E0 for ; Wed, 10 Mar 2021 20:53:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4E9864FD3 for ; Wed, 10 Mar 2021 20:53:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231786AbhCJUxM (ORCPT ); Wed, 10 Mar 2021 15:53:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:59712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230215AbhCJUwz (ORCPT ); Wed, 10 Mar 2021 15:52:55 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7558E64FCA; Wed, 10 Mar 2021 20:52:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615409574; bh=9TLZ3UuLAek2YDKYxVEVIbMal/1XxdYrNY1x5nvkKsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hsBjUCehd8Lp0wCHjHa8PVi+JxUY0YTRjVLdeHdCXYM2KGpuLz0YvFVKDHOS/Aj9m FAZzhvF1sNE2hsY7P6S1zEDVb8x8qfAgprKC90t/RzJZf6Pf6xOHr4E9xM871zYYOj Kb+4HbX6ck43X1CM10LbhT7gmkQgzagHt/OOyqgiVD0K/XwBC1CYC7/+1SjEqlzRa+ bJ7dvyyxYjQvxMKDAOktKukE8WN9d7BKU6hUgc/oIlDFs2b2uJyADP1If61deD6mnM ipBVoVDiMoScOs8Gd2ZColy3UTX3mTE1Oq/d7HGUoJ/Gvm01XE9fAlZoVK/PSj6ec4 wIjEyRfF3QE1g== Date: Wed, 10 Mar 2021 12:52:52 -0800 From: Jaegeuk Kim To: Chao Yu Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH v4] f2fs: compress: add compress_inode to cache compressed blockst Message-ID: References: <20210202080056.51658-1-yuchao0@huawei.com> <46e9924c-0086-cd2a-2e93-7149b92ba27e@huawei.com> <01a0ff76-6fa7-3196-8760-e7f6f163ef64@huawei.com> 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-kernel@vger.kernel.org On 03/09, Chao Yu wrote: > On 2021/3/9 8:01, Jaegeuk Kim wrote: > > On 03/05, Chao Yu wrote: > > > On 2021/3/5 4:20, Jaegeuk Kim wrote: > > > > On 02/27, Jaegeuk Kim wrote: > > > > > On 02/04, Chao Yu wrote: > > > > > > Jaegeuk, > > > > > > > > > > > > On 2021/2/2 16:00, Chao Yu wrote: > > > > > > > - for (i = 0; i < dic->nr_cpages; i++) { > > > > > > > + for (i = 0; i < cc->nr_cpages; i++) { > > > > > > > struct page *page = dic->cpages[i]; > > > > > > > > > > > > por_fsstress still hang in this line? > > > > > > > > > > I'm stuck on testing the patches, since the latest kernel is panicking somehow. > > > > > Let me update later, once I can test a bit. :( > > > > > > > > It seems this works without error. > > > > https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/commit/?h=dev&id=4e6e1364dccba80ed44925870b97fbcf989b96c9 > > > > > > Ah, good news. > > > > > > Thanks for helping to test the patch. :) > > > > Hmm, I hit this again. Let me check w/o compress_cache back. :( > > Oops :( Ok, apprantely that panic is caused by compress_cache. The test is running over 24hours w/o it. 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=-8.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 0FF3AC433DB for ; Wed, 10 Mar 2021 20:53:19 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 973CF64FCA; Wed, 10 Mar 2021 20:53:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 973CF64FCA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1lK5pU-0004mK-TX; Wed, 10 Mar 2021 20:53:16 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lK5pT-0004m6-7w for linux-f2fs-devel@lists.sourceforge.net; Wed, 10 Mar 2021 20:53:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CJ51uBYZQLRBewalou9z/x6pOojciU7MlFhrv7pKBM0=; b=ZCQpwBIFA0FVGJNxKcVsIlmlHw ggDGIVNvb1NEZUbE66u5fhAbetW5Do35Zg8/XrjUhtnT2ji8Q6ONdLqi/c+q7dvzRzg+L+u0VguH6 R5E8CQ5+jN9eu4SBydJvIUYwYpUc1rEpz8H8RXuHffs35gAZVp80VgRsWFEVCypwi+bc=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=CJ51uBYZQLRBewalou9z/x6pOojciU7MlFhrv7pKBM0=; b=J1qS15KWtJ6X34iRCXXZjbi9Db qAswWs47DUKTDge/+m0TFimctBFzM/c+uI2sdF09aLtnK4oIuNDlqDCiQqBK3GTIJAYPHxkvYtj2b EhXUHrF03DAmiFZP/gdY/NdHkns6sY8w9p8Nh89dU4uybi2wJYVf+xub6sHRpC1WW8pA=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1lK5pJ-0001CR-T8 for linux-f2fs-devel@lists.sourceforge.net; Wed, 10 Mar 2021 20:53:15 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7558E64FCA; Wed, 10 Mar 2021 20:52:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615409574; bh=9TLZ3UuLAek2YDKYxVEVIbMal/1XxdYrNY1x5nvkKsc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hsBjUCehd8Lp0wCHjHa8PVi+JxUY0YTRjVLdeHdCXYM2KGpuLz0YvFVKDHOS/Aj9m FAZzhvF1sNE2hsY7P6S1zEDVb8x8qfAgprKC90t/RzJZf6Pf6xOHr4E9xM871zYYOj Kb+4HbX6ck43X1CM10LbhT7gmkQgzagHt/OOyqgiVD0K/XwBC1CYC7/+1SjEqlzRa+ bJ7dvyyxYjQvxMKDAOktKukE8WN9d7BKU6hUgc/oIlDFs2b2uJyADP1If61deD6mnM ipBVoVDiMoScOs8Gd2ZColy3UTX3mTE1Oq/d7HGUoJ/Gvm01XE9fAlZoVK/PSj6ec4 wIjEyRfF3QE1g== Date: Wed, 10 Mar 2021 12:52:52 -0800 From: Jaegeuk Kim To: Chao Yu Message-ID: References: <20210202080056.51658-1-yuchao0@huawei.com> <46e9924c-0086-cd2a-2e93-7149b92ba27e@huawei.com> <01a0ff76-6fa7-3196-8760-e7f6f163ef64@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1lK5pJ-0001CR-T8 Subject: Re: [f2fs-dev] [PATCH v4] f2fs: compress: add compress_inode to cache compressed blockst X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On 03/09, Chao Yu wrote: > On 2021/3/9 8:01, Jaegeuk Kim wrote: > > On 03/05, Chao Yu wrote: > > > On 2021/3/5 4:20, Jaegeuk Kim wrote: > > > > On 02/27, Jaegeuk Kim wrote: > > > > > On 02/04, Chao Yu wrote: > > > > > > Jaegeuk, > > > > > > > > > > > > On 2021/2/2 16:00, Chao Yu wrote: > > > > > > > - for (i = 0; i < dic->nr_cpages; i++) { > > > > > > > + for (i = 0; i < cc->nr_cpages; i++) { > > > > > > > struct page *page = dic->cpages[i]; > > > > > > > > > > > > por_fsstress still hang in this line? > > > > > > > > > > I'm stuck on testing the patches, since the latest kernel is panicking somehow. > > > > > Let me update later, once I can test a bit. :( > > > > > > > > It seems this works without error. > > > > https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/commit/?h=dev&id=4e6e1364dccba80ed44925870b97fbcf989b96c9 > > > > > > Ah, good news. > > > > > > Thanks for helping to test the patch. :) > > > > Hmm, I hit this again. Let me check w/o compress_cache back. :( > > Oops :( Ok, apprantely that panic is caused by compress_cache. The test is running over 24hours w/o it. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel