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 2EBC5C77B7D for ; Sat, 20 May 2023 15:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231800AbjETPeE (ORCPT ); Sat, 20 May 2023 11:34:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231742AbjETPeC (ORCPT ); Sat, 20 May 2023 11:34:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF17A10F for ; Sat, 20 May 2023 08:34:01 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 449B460B18 for ; Sat, 20 May 2023 15:34:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50D24C433EF; Sat, 20 May 2023 15:34:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684596840; bh=RCrb0iZRu61dtcKTYh2CYMyznwZ1y+qR8D0PCr7gzbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qsRaUbHcuW9ezMKsABRval6gFER4vT2tHfAI8xuNgCjzttMGNTTRzEXabUKx8Mawe lylPCQgLoTDfVFwZ+ODWPVMGwl3nnuaMTCs7iwNh5NFq8RAiaFF2iYp4k5yGeQmP89 Lr9WX2pixkcLqXlj/aVTTIqG3BidAPMTVyAhcancneJyzXFeHafhu7NGehRijeMC8/ hYv5pshjQEJr9l5E6r4VrUcNnkz+yztCwmsqngGUA6evGm3gn5IjoomnFn4FUvDXbe eC7umLdF0Q55M5enMl5xFQE5dQPI9bg+cqzsSmvimB/AuaUR0ckHsusdzv7mjfvTUb 1dAePjL6TOZAA== Date: Sat, 20 May 2023 08:33:58 -0700 From: Chris Li To: Liu Shixin Cc: Seth Jennings , Dan Streetman , Vitaly Wool , Andrew Morton , Nathan Chancellor , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH -next v9 0/3] Delay the initialization of zswap Message-ID: References: <20230411093632.822290-1-liushixin2@huawei.com> <9b2b6dac-9a3d-efcb-9706-44f6df1fe2bf@huawei.com> <6ed055cb-e705-3993-6285-3a30bba15c0d@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6ed055cb-e705-3993-6285-3a30bba15c0d@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Shixin, On Mon, May 08, 2023 at 09:37:23AM +0800, Liu Shixin wrote: > > I am guilty of giving this feedback late. If you come up with a V10, I will be glad > > to review it. Or, if you prefer, I can come up with the smaller patch for you > > to review as well. What do you say? > You can add a pre-patch to modify it before your patch. Thanks. Will do. I notice your patch has already been merged, that is the only way to move forward anyway. I will CC you for review when I send the patch out. Chris