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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 C9DAFC4727C for ; Tue, 29 Sep 2020 14:29:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6278E208B8 for ; Tue, 29 Sep 2020 14:29:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601389740; bh=iocx2I8s4yXKt+lp1EQlYMBUlUUVSgr/zLh6l0K+h3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Hx/3sYhmagASYon4TGf06OdFkkWRT6uzdP3xEDUwyztnsfJpVtZOcuKaq33bSJvKF DNqFot++CyUtxpN7GLFF4HO7K0ttxhKWLJ44v7+9h0A5YsG599Kfk5Ez+F7nnwDO68 Wvj0blyGra/CcCcTtHNbHbLWU0rIAY/gbd4A4EMM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729460AbgI2O27 (ORCPT ); Tue, 29 Sep 2020 10:28:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:40594 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727543AbgI2O27 (ORCPT ); Tue, 29 Sep 2020 10:28:59 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 73D0520739; Tue, 29 Sep 2020 14:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601389739; bh=iocx2I8s4yXKt+lp1EQlYMBUlUUVSgr/zLh6l0K+h3Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=THXOWVHeIhXUqSHfg7x99bpbE4ptJa7teKsPQjRzi75+2Ck8/cn5GEgBFzbOOVlEV rdJAYwAkPw03gGdYbd4/lN6guXC77T5EDLscULRScjx8MQDSkAVozMxxA6wpJrVpow BGZn4yUogpkC5RIXnyFy/d6M8A9tloc3WX3BWrfg= Date: Tue, 29 Sep 2020 16:29:04 +0200 From: Greg KH To: Laurent Dufour Cc: stable@vger.kernel.org Subject: Re: [PATCH 1/2] mm: replace memmap_context by memplug_context Message-ID: <20200929142904.GC1203131@kroah.com> References: <20200929135738.28697-1-ldufour@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200929135738.28697-1-ldufour@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 29, 2020 at 03:57:37PM +0200, Laurent Dufour wrote: > Backport version to the 5.4-stable tree of the commit: > > c1d0da83358a ("mm: replace memmap_context by meminit_context") > > Cc: # 5.4.y > Signed-off-by: Laurent Dufour What happened to the full changelog from the original commit, and all of the cc: and signed-off-by from it? Please include that in the patch, you don't want to see all of that stripped off, right? thanks, greg k-h