From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753203Ab3DKTUZ (ORCPT ); Thu, 11 Apr 2013 15:20:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35944 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491Ab3DKTUX (ORCPT ); Thu, 11 Apr 2013 15:20:23 -0400 Message-ID: <51670CF4.9050700@suse.cz> Date: Thu, 11 Apr 2013 21:20:20 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: Rob Landley Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Gleixner , Josh Boyer , "Paul E. McKenney" , Andrew Morton , David Howells , Sam Ravnborg Subject: Re: [PATCH 3/3] convert headers_install.pl to headers_install.sh References: <1365697510.18069.78@driftwood> In-Reply-To: <1365697510.18069.78@driftwood> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 11.4.2013 18:25, Rob Landley napsal(a): > On 04/09/2013 05:52:32 AM, Michal Marek wrote: >> I forgot to do it right after rc1, but I took the patch from the mm tree >> now. I also added Sam's Ack from the earlier submission. > > Yay! > > Is this for 3.10? Yes. The kbuild, kconfig, misc and trivial branches of kbuild.git contain changes for the next merge window (next -rc1). The rc-fixes branch is for the current rc phase. Michal