From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752794AbcFVPPf (ORCPT ); Wed, 22 Jun 2016 11:15:35 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:59800 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751146AbcFVPPe (ORCPT ); Wed, 22 Jun 2016 11:15:34 -0400 Date: Wed, 22 Jun 2016 17:14:20 +0200 From: Willy Tarreau To: Greg KH Cc: Kevin Hilman , Guenter Roeck , Fengguang Wu , stable@vger.kernel.org, lkml , Milo Casagrande , Tyler Baker Subject: Re: Stable -rc git trees and email headers Message-ID: <20160622151420.GC1072@1wt.eu> References: <20160618031620.GA14082@kroah.com> <20160622151141.GA26764@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160622151141.GA26764@kroah.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 22, 2016 at 08:11:41AM -0700, Greg KH wrote: > On Wed, Jun 22, 2016 at 08:02:14AM -0700, Kevin Hilman wrote: > > Hi Greg, > > > > On Fri, Jun 17, 2016 at 8:16 PM, Greg KH wrote: > > > > [...] > > > > > Kevin, hopefully this tree also helps you. I will also be adding some > > > email headers to my announcements of the -rc releases that you can > > > parse. Here is what they are going to look like for an example release: > > > > > > X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.14-rc1.gz > > > X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > > X-KernelTest-Branch: linux-4.4.y > > > X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git > > > X-KernelTest-Version: 4.4.14-rc1 > > > X-KernelTest-Deadline: 2016-06-20T02:57+00:00 > > > > > > Will those work out? > > > > Can you add one more: X-KernelTest-PatchCount ? > > > > Which would include the total number of patches in the series/branch? > > This will help us determine uniqueness for a given branch. > > What do you mean by "uniqueness"? > > As these are going to be the -rc releases, they will be unique from any > other -rc release. I guess he means between incremental updates, though that doesn't work if you drop a patch. Willy