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 29226C61DA4 for ; Tue, 14 Feb 2023 18:07:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233282AbjBNSHo (ORCPT ); Tue, 14 Feb 2023 13:07:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233281AbjBNSHk (ORCPT ); Tue, 14 Feb 2023 13:07:40 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C95830192 for ; Tue, 14 Feb 2023 10:07:23 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 98EAA617E9 for ; Tue, 14 Feb 2023 18:07:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E376EC433D2; Tue, 14 Feb 2023 18:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676398042; bh=nSR8hVUSauHMlrOcczG32O1VhiEbOlM8in7Lm4PwEhU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Dxg+Mhsn4lxcC06z+dkoCPWr3JaiUr3WDh04awWbGuBj6UtkM8hMA2isJvKD7cTOm QkZL2TUqA1r1oUrnfKpsn2EkXjrpfT48N6UybcdOT0Z4d3JDJyOMJ1h8rwUNqtyC55 y//2VPHYA362k7I5o3Xgtrw1hQA+anp5/qEaSo7Wjmp4mDiLpkEZmNKwAmV6Wz98ET C54fJrAMqUEKuKziPKSSX9b2g965bSdffDP3VeVNHOssbHZrenkbuRJH1zBxavnud7 KPv34WV5SXe4ygNFaRP0CxnRJM0cwTzJXmnCsxMxqn+yr/EX4C4XBzbKcL9KC6Qbyb 7MKkxr5s6XfYw== Date: Tue, 14 Feb 2023 10:07:19 -0800 From: Jaegeuk Kim To: Chao Yu Cc: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] f2fs: make kobj_type structures constant Message-ID: References: <20230209-kobj_type-f2fs-v1-1-b6feedbdd4a8@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/14, Chao Yu wrote: > On 2023/2/14 1:51, Jaegeuk Kim wrote: > > On 02/13, Chao Yu wrote: > > > On 2023/2/9 11:20, Thomas Wei?schuh wrote: > > > > Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.") > > > > the driver core allows the usage of const struct kobj_type. > > > > > > > > Take advantage of this to constify the structure definitions to prevent > > > > modification at runtime. > > > > > > > > Signed-off-by: Thomas Wei?schuh > > > > > > Reviewed-by: Chao Yu > > > > Hi Chao, > > > > Note that, next time, I won't apply/modify any patches merged in -dev, > > unless it has a problem. > > Hi Jaegeuk, > > Oh, any particular reason, to avoid unneeded commit id change when the time is > close to merge window? Hi Chao, I'm trying to avoid breaking the -next branch. > > Is there any period of grace before merging patches from dev-test branch into dev > branch? Maybe a week is reasonable? so I may have time to catch up in time. No rule, but I'm trying to wait for several days while running my local tests. If the patch looks okay, sometimes I'll queue it right away. Thanks, > > Thanks, > > > > > Thanks, > > > > > > > > Thanks,