All of lore.kernel.org
 help / color / mirror / Atom feed
* 3.10, 3.14-stable-queue build failures
@ 2015-06-23  7:13 Guenter Roeck
  2015-06-23  7:35 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2015-06-23  7:13 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman

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.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe stable" in

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.10, 3.14-stable-queue build failures
  2015-06-23  7:13 3.10, 3.14-stable-queue build failures Guenter Roeck
@ 2015-06-23  7:35 ` Greg Kroah-Hartman
  2015-06-24 14:57   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-23  7:35 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

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.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.10, 3.14-stable-queue build failures
  2015-06-23  7:35 ` Greg Kroah-Hartman
@ 2015-06-24 14:57   ` Greg Kroah-Hartman
  2015-06-24 20:39     ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-24 14:57 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

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.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3.10, 3.14-stable-queue build failures
  2015-06-24 14:57   ` Greg Kroah-Hartman
@ 2015-06-24 20:39     ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2015-06-24 20:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-24 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-23  7:13 3.10, 3.14-stable-queue build failures Guenter Roeck
2015-06-23  7:35 ` Greg Kroah-Hartman
2015-06-24 14:57   ` Greg Kroah-Hartman
2015-06-24 20:39     ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.