Received: by 10.192.165.148 with SMTP id m20csp2283881imm; Thu, 26 Apr 2018 08:33:23 -0700 (PDT) X-Google-Smtp-Source: AIpwx49VjGYWUapAiFpzg0yFCFqK697NcN69rX48YrfvrFNu5VKCVBcx+7NO18bzjzi5vsUldQLW X-Received: by 2002:a17:902:3c5:: with SMTP id d63-v6mr34015577pld.163.1524756803420; Thu, 26 Apr 2018 08:33:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524756803; cv=none; d=google.com; s=arc-20160816; b=AjM/nvPLnYSRcWJa6VppHzZQOjFMEqky8N2FE37g1uRuxHraxDctXLl9RCwGSwLwsF NAvu9u3j1/K7FgHXY22PH6pRLpnYWtLgRK7QLmC4MkmSGwfqcB6NhApwYbhpBksNAaYK v6rke/9JLfFvsK96onpdRM4hv6nWj9usTnMfpi4oQL1rV6tt1XOmmyncFpvIeQaUs3Zv jLt5nAMj3S5T46yIyzXDk8BAfBvpuZ0cZzCv+U10E38pXmRemXudEdGN7N8n75xvc7k1 mjBUEpgw5bX5/28cKsWCUtC5CqenYAXM5qWlRCkXU1zQ82scwYj2J7tLsDCP/xl6lwZt svWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=rzliMRGuF4oaqF6sQC5TbOmiHVnR5rVYiKoBkfoNDvI=; b=cN0qLL6mTIM5qsnTEfn7Pko91CBByExq350ZBPLKHjQqbvq8EGKg+wG/e/ljsAknff /AYjzr7o3iNwKigWgAGLUnnjuNjju/OLb/jk2RjUL6VDfTSqWGmyMeYDncBzTmq80xlZ SZXz/M+Lqn2BfaslUpj/tMQSHIzLRL6Ou1go8BlA1rIbJ1ypMITvyz3Ckoh/AU3+Asb2 mb+3o7Qusy7j+FgL5nhqnQxH+TYpV26Xyx85W3MBNGPyLoKsV0P+eIcOe7jT0knCkhfB 00rt8rF7mE4JxsSZ373K7OoDCqcU0CGuuoFI5MlFR+18AllhGSEtXynmy8VWBGTTCROD azMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l1-v6si18720276pld.594.2018.04.26.08.33.09; Thu, 26 Apr 2018 08:33:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756784AbeDZPbp (ORCPT + 99 others); Thu, 26 Apr 2018 11:31:45 -0400 Received: from mx2.suse.de ([195.135.220.15]:50349 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756589AbeDZPbl (ORCPT ); Thu, 26 Apr 2018 11:31:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 246C4AE65; Thu, 26 Apr 2018 15:31:40 +0000 (UTC) Date: Thu, 26 Apr 2018 17:31:37 +0200 From: Joerg Roedel To: Greg KH Cc: Joerg Roedel , Thomas Gleixner , Ingo Molnar , hpa@zytor.com, Michal Hocko , Borislav Petkov , Matthew Wilcox , stable@vger.kernel.org, Andrew Morton , linux-kernel@vger.kernel.org, x86@kernel.org, Toshi Kani Subject: Re: [PATCH] Revert "x86/mm: implement free pmd/pte page interfaces" Message-ID: <20180426153137.ztgwzmjnjwg3qvs4@suse.de> References: <1524755647-18695-1-git-send-email-joro@8bytes.org> <20180426152712.GA17729@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180426152712.GA17729@kroah.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 26, 2018 at 05:27:12PM +0200, Greg KH wrote: > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. > > That is fine, as this is an upstream-first submission. When this commit gets accepted it can also be applied to stable, given the original commit was applied there too (didn't check that). I just cc'ed stable because it was cc'ed on the original patch. Thanks, Joerg