From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752625AbcGGRzX (ORCPT ); Thu, 7 Jul 2016 13:55:23 -0400 Received: from mail-pf0-f173.google.com ([209.85.192.173]:35630 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512AbcGGRzP (ORCPT ); Thu, 7 Jul 2016 13:55:15 -0400 From: Kevin Hilman To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: Re: [PATCH 4.4 00/32] 4.4.15-stable review Organization: BayLibre References: <20160707011626.475554429@linuxfoundation.org> Date: Thu, 07 Jul 2016 10:55:13 -0700 In-Reply-To: <20160707011626.475554429@linuxfoundation.org> (Greg Kroah-Hartman's message of "Wed, 6 Jul 2016 18:19:10 -0700") Message-ID: <7hy45d8ha6.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg Kroah-Hartman writes: > This is the start of the stable review cycle for the 4.4.15 release. > There are 32 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sat Jul 9 01:16:17 UTC 2016. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.15-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y > and the diffstat can be found below. another minor nit/request: can you update your scripts to push all the released stable tags to the new stable-rc tree? Currently, it's missing the v4.4.14 tag, so the git-describe comes looking like it's 115 patches on top of v4.4.13 instead of 33 patches on top of v4.4.14: $ git checkout origin/linux-4.4.y HEAD is now at 5db8024c795f... Linux 4.4.15-rc1 $ git describe v4.4.13-115-g5db8024c795f Note that in my previous email, I did the git describe in a tree that also had the released stable tree tags, so the git describe came out right, but the auto-builders don't do that. For the git describe to be most useful, it probably makes the most sense if the released stable tree tags are also pushed to the stable-rc tree. Thanks, Kevin