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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 2FF58C2D0DB for ; Mon, 27 Jan 2020 15:51:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0353922522 for ; Mon, 27 Jan 2020 15:51:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580140270; bh=fgHgC1IHpgok6v54v63FdkHsuyc6wfcAIdY8ET3xw48=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fPAr4uN1FzhkC5D0B7pIoiAhKBwnb2zkZy8XjppbVeGcsnjDhKf0J4qHWVxTDx4si wA8vAWUst11IGPDA6fRBn+U2g/Cc4nNi9cfPrCEbJcbjaAqkz4DcxubLMksJ4u9/0f GJ56atPiz73JieMj4ggE/nFLoDnvndifEgQW6UMM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729347AbgA0PvJ (ORCPT ); Mon, 27 Jan 2020 10:51:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:40440 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729203AbgA0PvJ (ORCPT ); Mon, 27 Jan 2020 10:51:09 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4DE5D214D8; Mon, 27 Jan 2020 15:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580140268; bh=fgHgC1IHpgok6v54v63FdkHsuyc6wfcAIdY8ET3xw48=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tuyF5hywFyHks62ZJx/CbFxfdDW4y/Ago9dPOXjapDQc5cz9lysg9eYEyYAS1LR9V VckH/7w2tWiny7qW/aRgepW9O8OdkridutkSYk8tvuH/W1a5OmJ7+hOp6EeRL5RuYK Bvum/7Oh546J1VVzH5nguplJxViDKvfu017tftDg= Date: Mon, 27 Jan 2020 16:51:06 +0100 From: Greg Kroah-Hartman To: Sasha Levin Cc: Florian Fainelli , Jeremy Linton , stable@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Subject: Re: Request to backport "Documentation: Document arm64 kpti control" Message-ID: <20200127155106.GA668073@kroah.com> References: <520fee3a-4d14-9a78-e542-cce98acae9f6@gmail.com> <20200126135233.GB11467@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200126135233.GB11467@sasha-vm> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jan 26, 2020 at 08:52:33AM -0500, Sasha Levin wrote: > On Sat, Jan 25, 2020 at 08:03:25PM -0800, Florian Fainelli wrote: > > Hi Greg, Sasha, > > > > Could you backport upstream commit > > de19055564c8f8f9d366f8db3395836da0b2176c ("Documentation: Document arm64 > > kpti control") to the stable 4.9, 4.14 and 4.19 kernels since they all > > support the command line parameter. > > Hey Florian, > > We don't normally take documentation patches into stable trees. Normally we do not, but this is simple enough I've queued it up for 4.19 and 4.14. Are you sure it is ok for 4.9? If so, Florian, can you provide a backported version of it? thanks, greg k-h