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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DA80C4741F for ; Fri, 30 Oct 2020 00:28:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F28C520756 for ; Fri, 30 Oct 2020 00:28:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604017706; bh=ptxAW43ZYEtEh9RNA40gJaK1af0/mySHiXBUQyFs5sk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=wF/KD+9uDLrdDLSJfj9lLB4fgEgBLmxs4oGqOK08w2sMaX8TwjdgTS3xA8MnKQDcK nZQfElujz3T6WCBiP8rzc0omglBC5znZwxikZnL0nYZbpxC46MZhoQGdPg7RSvTUWM lCM3/LnFbvgYPSled2mywK5qBmro2Hmq5U3pwns0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726155AbgJ3A2Z (ORCPT ); Thu, 29 Oct 2020 20:28:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:50722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgJ3A2Y (ORCPT ); Thu, 29 Oct 2020 20:28:24 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6C37D20738; Fri, 30 Oct 2020 00:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604017703; bh=ptxAW43ZYEtEh9RNA40gJaK1af0/mySHiXBUQyFs5sk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0SPR28G4LS98nv2G4G40LSUsro9NFglW5zu1ytvGTIaZW8+mzEnl5FrIboQLGDoDR u1QBdej3OCEer6Gm7JJepAc+lQJ4cXzXbux3g55oqbge6rNXYpqFNKYZKEpVpLNxm1 V8bWXspMKUBj77oR5uVJScnhp22I/T/4H3Y/kk7s= Date: Thu, 29 Oct 2020 17:28:22 -0700 From: Andrew Morton To: Zi Yan Cc: Yang Shi , Linux MM , Rik van Riel , Linux Kernel Mailing List , Subject: Re: [PATCH] mm/compaction: count pages and stop correctly during page isolation. Message-Id: <20201029172822.da31fa5ab34c3a795361768f@linux-foundation.org> In-Reply-To: References: <20201029200435.3386066-1-zi.yan@sent.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Oct 2020 17:31:28 -0400 Zi Yan wrote: > > > > Shall you add Fixes tag to commit > > 1da2f328fa643bd72197dfed0c655148af31e4eb? And may cc stable. > > Sure. > > Fixes: 1da2f328fa64 (“mm,thp,compaction,cma: allow THP migration for CMA allocations”) > > stable cc'ed. A think a cc:stable really requires a description of the end-user visible effects of the bug. Could you please provide that?