Re: linux-next: Tree for Jul 26

From: Sergey Senozhatsky
Date: Wed Jul 26 2017 - 06:48:50 EST


Hello,

On (07/26/17 16:12), Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20170725:
>
> Non-merge commits (relative to Linus' tree): 2358
> 2466 files changed, 86994 insertions(+), 44655 deletions(-)


dce4551cb2adb1ac ("udp: preserve head state for IP_CMSG_PASSSEC")
causes a build error

net/ipv4/udp.c: In function â__udp_queue_rcv_skbâ:
net/ipv4/udp.c:1789:49: error: âstruct sk_buffâ has no member named âspâ; did you mean âskâ?
if (likely(IPCB(skb)->opt.optlen == 0 && !skb->sp))
^

-ss