lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 16:50:59 +0200 From: Richard Cochran <richardcochran@...il.com> To: Richard Cochran <rcochran@...utronix.de> Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, intel-wired-lan@...ts.osuosl.org, Andre Guedes <andre.guedes@...el.com>, Anna-Maria Gleixner <anna-maria@...utronix.de>, David Miller <davem@...emloft.net>, Henrik Austad <henrik@...tad.us>, Jesus Sanchez-Palencia <jesus.sanchez-palencia@...el.com>, John Stultz <john.stultz@...aro.org>, Thomas Gleixner <tglx@...utronix.de>, Vinicius Costa Gomes <vinicius.gomes@...el.com> Subject: Re: [PATCH RFC V1 net-next 1/6] net: Add a new socket option for a future transmit time. 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 <asm-generic/socket.h> > > +#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
Powered by blists - more mailing lists