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 C5D93C636CC for ; Wed, 15 Feb 2023 17:47:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229824AbjBORrE (ORCPT ); Wed, 15 Feb 2023 12:47:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbjBORrC (ORCPT ); Wed, 15 Feb 2023 12:47:02 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA11B3C283 for ; Wed, 15 Feb 2023 09:47:00 -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 7CD1A61CE1 for ; Wed, 15 Feb 2023 17:47:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C21BCC433EF; Wed, 15 Feb 2023 17:46:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676483219; bh=lJ13sfplKi9wVIbjK9iTUN/dZmrxheytiIyXNADUn+M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tLCm5calblgP6bIiv0xKzWrdZQoK0KViVHN4fe+W3z6MtQ9NcAdSiP6/ilDmr0BFi cKU8+vWInxpVVJSMzdJWFKw2uyvl6P8aqVVDVwnBmybMsyOXZKFB/bfXJJGys9KM+R av73wr7ZdWNMgGwFWljrKxDFVOG2WM7cMRUCCQIC9/D5RygM8i/oCJbOmzOVD+d81y aNRMTIW1liJrwwB2uT0Vg1G3ME383ECRY5iTQzjwnJgJWc65IKe9yn8HvXI2TKlIN8 jZOwwfP4rAG8+DNpyvLqEEfnW8OdrWKA6KLyhYHVsp8QaG0b9PHCY7TjrggXwXsds0 bsmuesZlbI2sw== Date: Wed, 15 Feb 2023 09:46:58 -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> <10a80557-50f6-f563-56ca-eb3df7e4ea93@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <10a80557-50f6-f563-56ca-eb3df7e4ea93@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/15, Chao Yu wrote: > On 2023/2/15 2:07, Jaegeuk Kim wrote: > > 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. > > Jaegeuk, so why do we need to avoid breaking -next branch? I didn't get it. :-( That's not for linux-next, but my -next work. > > > > > > > > > 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. > > Sure, not problem. > > Thanks, > > > > > Thanks, > > > > > > > > Thanks, > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > Thanks,