Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932155AbdIROvF (ORCPT ); Mon, 18 Sep 2017 10:51:05 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:36339 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753118AbdIROvE (ORCPT ); Mon, 18 Sep 2017 10:51:04 -0400 X-Google-Smtp-Source: ADKCNb5HJtIoUmMGwB2KWD90gFoRhF2rwwfjzYcXbN8Og6XY5ciQ2xsn2W8+vkYaYOvBRKpi37/heQ== Date: Mon, 18 Sep 2017 16:50:59 +0200 From: Richard Cochran To: Richard Cochran Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org, Andre Guedes , Anna-Maria Gleixner , David Miller , Henrik Austad , Jesus Sanchez-Palencia , John Stultz , Thomas Gleixner , Vinicius Costa Gomes Subject: Re: [PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. Message-ID: <20170918145059.lxaxbsfqen43exam@localhost> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 18 On Mon, Sep 18, 2017 at 09:41:16AM +0200, Richard Cochran wrote: > diff --git a/arch/powerpc/include/uapi/asm/socket.h b/arch/powerpc/include/uapi/asm/socket.h > index 3c590c7c42c0..55718129ab06 100644 > --- a/arch/powerpc/include/uapi/asm/socket.h > +++ b/arch/powerpc/include/uapi/asm/socket.h > @@ -17,4 +17,7 @@ > > #include > > +#define SO_TXTIME 54 > +#define SCM_TXTIME SO_TXTIME > + > #endif /* _ASM_POWERPC_SOCKET_H */ This hunk breaks powerpc builds. Will fix in the next round... Thanks, Richard