From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ms.lwn.net ([45.79.88.28]:39274 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751517AbdDHRRd (ORCPT ); Sat, 8 Apr 2017 13:17:33 -0400 Date: Sat, 8 Apr 2017 11:17:31 -0600 From: Jonathan Corbet To: Johan Hovold Cc: Greg Kroah-Hartman , stable@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: stable-kernel-rules: fix stable-tag format Message-ID: <20170408111731.5364a32d@lwn.net> In-Reply-To: <20170403135334.27958-1-johan@kernel.org> References: <20170403135334.27958-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: On Mon, 3 Apr 2017 15:53:34 +0200 Johan Hovold wrote: > A patch documenting how to specify which kernels a particular fix should > be backported to (seemingly) inadvertently added a minus sign after the > kernel version. This particular stable-tag format had never been used > prior to this patch, and was neither present when the patch in question > was first submitted (it was added in v2 without any comment). > > Drop the minus sign to avoid any confusion. Makes sense. Applied, thanks. jon