All of lore.kernel.org
 help / color / mirror / Atom feed
* build error in v3.18.y.stable-queue
@ 2018-08-03 21:01 Guenter Roeck
  2018-08-04  6:59 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2018-08-03 21:01 UTC (permalink / raw)
  To: stable; +Cc: Greg Kroah-Hartman

net/ipv4/fib_frontend.c: In function ‘fib_compute_spec_dst’:
net/ipv4/fib_frontend.c:225:3: error: expected expression before ‘if’
   if (!fib_lookup(net, &fl4, &res))

Looking into the source, it is indeed bad.

                fl4.flowi4_mark = vmark ? skb->mark : 0,
		if (!fib_lookup(net, &fl4, &res))
			return FIB_RES_PREFSRC(net, res);

Guenter

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

* Re: build error in v3.18.y.stable-queue
  2018-08-03 21:01 build error in v3.18.y.stable-queue Guenter Roeck
@ 2018-08-04  6:59 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-04  6:59 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Fri, Aug 03, 2018 at 02:01:51PM -0700, Guenter Roeck wrote:
> net/ipv4/fib_frontend.c: In function ‘fib_compute_spec_dst’:
> net/ipv4/fib_frontend.c:225:3: error: expected expression before ‘if’
>    if (!fib_lookup(net, &fl4, &res))
> 
> Looking into the source, it is indeed bad.
> 
>                 fl4.flowi4_mark = vmark ? skb->mark : 0,
> 		if (!fib_lookup(net, &fl4, &res))
> 			return FIB_RES_PREFSRC(net, res);
> 
> Guenter

Yeah, my fualt, will go fix that up, sorry.

greg k-h

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

end of thread, other threads:[~2018-08-04  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 21:01 build error in v3.18.y.stable-queue Guenter Roeck
2018-08-04  6:59 ` Greg Kroah-Hartman

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.