From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751796AbdGZNJ0 (ORCPT ); Wed, 26 Jul 2017 09:09:26 -0400 Received: from mga11.intel.com ([192.55.52.93]:48080 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbdGZNJX (ORCPT ); Wed, 26 Jul 2017 09:09:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,415,1496127600"; d="scan'208";a="129687259" From: "Rosen, Rami" To: Sergey Senozhatsky , 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 Thread-Topic: linux-next: Tree for Jul 26 Thread-Index: AQHTBfzdfP8D4y9Z0UuUvhOBhCG34KJmFFsA Date: Wed, 26 Jul 2017 13:09:19 +0000 Message-ID: <9B0331B6EBBD0E4684FBFAEDA55776F93DA513FA@HASMSX110.ger.corp.intel.com> References: <20170726161203.1dfbcff9@canb.auug.org.au> <20170726104856.GA5755@jagdpanzerIV.localdomain> In-Reply-To: <20170726104856.GA5755@jagdpanzerIV.localdomain> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTk5MDE1MzItMWI2My00NWIwLTg0OWYtNmJmNThjNWRkZTlmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitDXC9VdGorOWZ0aDMzOUluK0xOYyswcDlKUGN4WjRRUDVDTjJYa3R4a0w4PSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.252.30.107] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v6QD9ULZ027802 Hi Sergey, Paolo Abeni had sent a patch: https://www.mail-archive.com/netdev@vger.kernel.org/msg179192.html Regards, Rami Rosen -----Original Message----- From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org] On Behalf Of Sergey Senozhatsky Sent: Wednesday, July 26, 2017 13:49 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 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