From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932637Ab3GCIqs (ORCPT ); Wed, 3 Jul 2013 04:46:48 -0400 Received: from mga02.intel.com ([134.134.136.20]:1827 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755768Ab3GCIpN (ORCPT ); Wed, 3 Jul 2013 04:45:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,987,1363158000"; d="scan'208";a="364059221" Message-ID: <51D3E494.50206@linux.intel.com> Date: Wed, 03 Jul 2013 11:45:08 +0300 From: Eliezer Tamir User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Stephen Rothwell CC: David Miller , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the final tree (net-next tree related) References: <20130703174822.d06500db5cbd5191c39e3f08@canb.auug.org.au> In-Reply-To: <20130703174822.d06500db5cbd5191c39e3f08@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/07/2013 10:48, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allnoconfig) failed like this: > > fs/select.c: In function 'do_select': > fs/select.c:408:2: error: implicit declaration of function 'll_start_time' [-Werror=implicit-function-declaration] > u64 ll_start = ll_start_time(ll_flag); [..] > Caused by commit 1bc2774d8664 ("net: convert lls to use time_in_range()") > from the net-next tree. > > I cherry-picked the commit 419076f59fc5 ("net: lls fix build with > allnoconfig") out of tomorrow's net-next tree. (I am feeling generous > and noticed that patch being applied :-)) Yes, my bad. Thank you. I knew lots of people could get this so I sent out a fix ASAP (at 6AM my time). If it's not too much trouble we should add: Reported-by: kbuild test robot -Eliezer