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 64971C6FD18 for ; Wed, 29 Mar 2023 00:36:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229697AbjC2AgR (ORCPT ); Tue, 28 Mar 2023 20:36:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229695AbjC2AgL (ORCPT ); Tue, 28 Mar 2023 20:36:11 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8096C1BD1; Tue, 28 Mar 2023 17:36:10 -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 1F7C1B81F65; Wed, 29 Mar 2023 00:36:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99D71C433D2; Wed, 29 Mar 2023 00:36:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680050167; bh=CRGoe9g/Zg2dbVzuHdM29TbmYjg+4heFgOM3Ae0VP8s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WEobjo2qUZgLl+BRnj0/+9kJmxt/OoqabnlGUjaIW06Iuc+OwkrkkE0tbBlIKlyYf ssb+AWTkGyri1oyNJjro5YEOLLUCQeACb55VAXMKjZBaw5FA7/GdmzC0o35xnou59r QL3kd8E2gpFl0nGC+/kI8LwFvMzPTMzqTuVwlRmIEC5IAmU72CgNL8DKrttHRpxDe4 ar0tOEDr35NOfBQ6cYtV4RUbxKOH9SRHu7VLQvjvU1oCDOAUlY9Hvi/c9CTnYDl3xo e8vBMNDurHtsBSYmIdoimwI/DPIvMKP6VKoC/nXzHD94vOwHXnHL2CANfxPfpCKlnt ynDaDGYd5CcAQ== Date: Tue, 28 Mar 2023 17:36:06 -0700 From: Jaegeuk Kim To: Steven Rostedt Cc: patchwork-bot+f2fs@kernel.org, Douglas RAILLARD , chao@kernel.org, mhiramat@kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event Message-ID: References: <20230306122549.236561-1-douglas.raillard@arm.com> <167821082479.1693.18260840022075703789.git-patchwork-notify@kernel.org> <20230328190306.3337b7b0@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230328190306.3337b7b0@gandalf.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/28, Steven Rostedt wrote: > On Tue, 07 Mar 2023 17:40:24 +0000 > patchwork-bot+f2fs@kernel.org wrote: > > > Hello: > > > > This patch was applied to jaegeuk/f2fs.git (dev) > > by Jaegeuk Kim : > > > > On Mon, 6 Mar 2023 12:25:49 +0000 you wrote: > > > From: Douglas Raillard > > > > > > Fix the nid_t field so that its size is correctly reported in the text > > > format embedded in trace.dat files. As it stands, it is reported as > > > being of size 4: > > > > > > field:nid_t nid[3]; offset:24; size:4; signed:0; > > > > > > [...] > > > > Here is the summary with links: > > - [f2fs-dev] f2fs: Fix f2fs_truncate_partial_nodes ftrace event > > https://git.kernel.org/jaegeuk/f2fs/c/3ccc99d5a4ea > > > > You are awesome, thank you! > > I'm hoping you are not waiting for the merge window to get this in. Please > get it to Linus before rc5 is out, because I plan on adding my patch[1] > which will cause this to fail the build at rc5. > > The above is a fix to bug that causes unwanted results. Please get it into > mainline ASAP. Thanks for heads-up. I sent a pull request having the above patch to Linus. https://lore.kernel.org/linux-f2fs-devel/ZCOHd4jYn8zUCEZ0@google.com/T/#u Thanks, > > [1] https://patchwork.kernel.org/project/linux-trace-kernel/patch/20230309221302.642e82d9@gandalf.local.home/ > > -- Steve