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 6DA39C433F5 for ; Fri, 18 Mar 2022 01:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231529AbiCRBsN (ORCPT ); Thu, 17 Mar 2022 21:48:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231605AbiCRBsF (ORCPT ); Thu, 17 Mar 2022 21:48:05 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06B4D1FDFE1 for ; Thu, 17 Mar 2022 18:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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; bh=Cb1mYMgEq/l616np20E54xs6ulWzv/0BUcsNzaw04KQ=; b=ZlE1sBFXCVUevIjXy9KJv0SqD1 vl0FFdYl8O7uR2ZS227nfU9oxHUt3h3xmwVWDMPit/s6huCC/CuS6jOLRmVc6PrbAD9yKyrXLOETO zG2wllFDK0zml7qh17qMRci5Re+9GL3JGjH4+NBP6VeWA8kLaNfuTPFjQDbgM3ikg0boLO1TRYRHS ywGVwgmLviZ+KY/ZECwdcOeSgcjSCv1UmEeUO9HzMYbL45V4L2pXqrebCkXsvv1eseKjkaVQiwTw0 jdcAK3drF4wTCF/gyGio5yzz7V6LKNABaG9g7w+Kcgez4Z10xJ8Y8tdvaq8yPZozBvp5+p9rqkrKS LktUOo7Q==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nV1hP-007Vyf-8J; Fri, 18 Mar 2022 01:46:39 +0000 Date: Fri, 18 Mar 2022 01:46:39 +0000 From: Matthew Wilcox To: maobibo Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Anshuman Khandual Subject: Re: [PATCH v2] mm: add access/dirty bit on numa page fault Message-ID: References: <20220317065033.2635123-1-maobibo@loongson.cn> 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 Fri, Mar 18, 2022 at 09:01:32AM +0800, maobibo wrote: > > Is this a correctness problem, in which case this will need to be > > backported, or is this a performance problem, in which case can you > > share some numbers? > It is only performance issue, and there is no obvious performance > improvement for general workloads on my hand, but I do not test > it on microbenchmark. ... if there's no performance improvement, why should we apply this patch? Confused.