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 8A0E9C4727C for ; Tue, 29 Sep 2020 16:03:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E1E020C09 for ; Tue, 29 Sep 2020 16:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601395411; bh=JGLmjeIPrF77pZIwGYIOwOXFqja3Ao+CgtckD6pJE/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DdhwPR5CEG68A4IFP+RJPt84VQOcBsgl0oua5Afyxj1Y+sw6Bp+CwTX1726WkBhoI /z+f4ndnX9DC2MDfrsa+wdYIKu8wdtq7uqdOAYRytkfQ8m/FsBLuDuugxt1KqQhi37 eghXlu2i4ByFJCaQt3BxDi0Er6LFv1B1Ieg53CKI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728424AbgI2QDa (ORCPT ); Tue, 29 Sep 2020 12:03:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:51780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725497AbgI2QDa (ORCPT ); Tue, 29 Sep 2020 12:03:30 -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 62C432074F; Tue, 29 Sep 2020 16:03:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601395410; bh=JGLmjeIPrF77pZIwGYIOwOXFqja3Ao+CgtckD6pJE/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ObfrPMb0TCtSx6DwQ8mVRfB4ZO2YJ7/kf993EEKVMnA2zEaAhH1otb9OCAJIT9/M+ X849IglgxaRoISmfjJKkmM3KK8Mf8mqv83QFj/aF4ASb5CXMa8sKB2YZJ8vimyM0K6 VhMpvCnJaJmMUSxtPo3TzpucAbwEr+3iJocxjvc8= Date: Tue, 29 Sep 2020 18:03:35 +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: <20200929160335.GA1324521@kroah.com> References: <20200929135738.28697-1-ldufour@linux.ibm.com> <20200929142904.GC1203131@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 29, 2020 at 05:31:50PM +0200, Laurent Dufour wrote: > Le 29/09/2020 à 16:29, Greg KH a écrit : > > 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? > > Sorry, I was thinking some magic script was pulling the original commit > description based on the git commit id ;) > > I'll send the patches again. > Is there a specific tag to use when mentioning the original commit id? You can copy the format we use when committing the patch to a stable tree if you want to be nice. thanks, greg k-h