From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:50209 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbbFXUju (ORCPT ); Wed, 24 Jun 2015 16:39:50 -0400 Message-ID: <558B1593.1030705@roeck-us.net> Date: Wed, 24 Jun 2015 13:39:47 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Greg Kroah-Hartman CC: stable Subject: Re: 3.10, 3.14-stable-queue build failures References: <55890707.2090005@roeck-us.net> <20150623073519.GA27103@kroah.com> <20150624145704.GB25842@kroah.com> In-Reply-To: <20150624145704.GB25842@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 06/24/2015 07:57 AM, Greg Kroah-Hartman wrote: > On Tue, Jun 23, 2015 at 12:35:19AM -0700, Greg Kroah-Hartman wrote: >> On Tue, Jun 23, 2015 at 12:13:11AM -0700, Guenter Roeck wrote: >>> arm:allmodconfig >>> arm64:allmodconfig >>> i386:defconfig >>> i386:allmodconfig >>> +many more >>> >>> kernel/trace/trace_events_filter.c: In function 'check_preds': >>> kernel/trace/trace_events_filter.c:1344:18: error: 'OP_NOT' undeclared >>> >>> arm:allmodconfig >>> i386:allmodconfig >>> +more >>> >>> drivers/infiniband/ulp/isert/ib_isert.c: In function 'isert_free_conn': >>> drivers/infiniband/ulp/isert/ib_isert.c:2429:2: error: implicit declaration of function 'isert_wait4flush' >>> >>> Please let me know if I need to bisect. >> >> No, I will fix this up, I know the fix for the trace issue, and the ib >> one should be easy as well, give me a day or so to catch up, thanks. > > These should all be resolved now, sorry for the delay, was traveling. > Yes, looks good. Thanks, Guenter