Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751423AbdGZKsr (ORCPT ); Wed, 26 Jul 2017 06:48:47 -0400 Received: from mail-pg0-f54.google.com ([74.125.83.54]:35553 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769AbdGZKsp (ORCPT ); Wed, 26 Jul 2017 06:48:45 -0400 Date: Wed, 26 Jul 2017 19:48:56 +0900 From: Sergey Senozhatsky To: Paolo Abeni , Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Paul Moore , "David S. Miller" , netdev@vger.kernel.org Subject: Re: linux-next: Tree for Jul 26 Message-ID: <20170726104856.GA5755@jagdpanzerIV.localdomain> References: <20170726161203.1dfbcff9@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170726161203.1dfbcff9@canb.auug.org.au> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 20 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