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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 5D224C433E7 for ; Mon, 19 Oct 2020 17:42:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F403F20720 for ; Mon, 19 Oct 2020 17:42:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603129363; bh=RfrTCidALdftT0BtNOmHgEMqPyabobNKzsG38fnWsTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Litw7wMQaVx2ORTxBq7SqBocixtz0Hs09C2Zol0swjmbCVZFZPQAaxnZz3Ry8+N6e WLKGAV1OQWWF/Ps7Fns0WkpA563Kn8T/adU3ocwTu4/NX0iykxIUodOeN0gV+fvAcv WFsBWLj//WnOOXjRv+tbcelX273q/81qNThA0DoA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728348AbgJSRml (ORCPT ); Mon, 19 Oct 2020 13:42:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:49130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727255AbgJSRml (ORCPT ); Mon, 19 Oct 2020 13:42:41 -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 7C58B20720; Mon, 19 Oct 2020 17:42:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603129361; bh=RfrTCidALdftT0BtNOmHgEMqPyabobNKzsG38fnWsTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rghtu6+R/BkH6PeKX6wlekyZM8xZT3TTJTJbv8SGmnV+YRZ7fVlIqyaSFuD14ITJW ROL1GaHtxiV6RO6MRo5zMPyUI+0Ufv2tP7YUU3vFuSQ6hL5Lu5CN4xUWi8FEVFnGNk G72DUl5P5kUClYieO2bVvBqtrQzH18hMQQhSpSKE= Date: Mon, 19 Oct 2020 19:43:25 +0200 From: Greg KH To: "Protopopov, Boris" Cc: stable Subject: Re: [PATCH 4.9-5.8] Convert trailing spaces and periods in path components Message-ID: <20201019174325.GD3327376@kroah.com> References: <20201017152839.4398-1-pboris@amazon.com> <20201018055519.GB599591@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Oct 19, 2020 at 02:17:35PM +0000, Protopopov, Boris wrote: > I could not find the patch in Linus's tree at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/cifs/cifs_unicode.c#n491 or in the commit list. The patch is in linux-next, commit https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7698a46ed868f03afe1871d7cb63061db6a62b71 Have you read the rules for stable patches: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html Please do so, you seem to be missing the "MUST BE IN LINUS'S TREE" requirement... greg k-h