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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4621128.kXzvTGAT2u@blindfold>
Date:   Fri, 18 Jan 2019 20:42:13 +0100
From:   Richard Weinberger <richard@....at>
To:     Anton Ivanov <anton.ivanov@...bridgegreys.com>
Cc:     Sabyasachi Gupta <sabyasachi.linux@...il.com>, jdike@...toit.com,
        yuehaibing@...wei.com, brajeswar.linux@...il.com,
        linux-um@...ts.infradead.org, jrdr.linux@...il.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] um: Remove duplicate headers

Am Freitag, 18. Januar 2019, 20:23:07 CET schrieb Anton Ivanov:
> 
> On 18/01/2019 14:58, Sabyasachi Gupta wrote:
> > Remove sys/socket.h and sys/uio.h which are included more than once
> > 
> > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...il.com>
> > ---
> >   arch/um/drivers/vector_user.c | 2 --
> >   1 file changed, 2 deletions(-)
> > 
> > diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
> > index d2c17dd..c863921 100644
> > --- a/arch/um/drivers/vector_user.c
> > +++ b/arch/um/drivers/vector_user.c
> > @@ -23,7 +23,6 @@
> >   #include <netinet/ether.h>
> >   #include <linux/if_ether.h>
> >   #include <linux/if_packet.h>
> > -#include <sys/socket.h>
> >   #include <sys/wait.h>
> >   #include <sys/uio.h>
> >   #include <linux/virtio_net.h>
> > @@ -31,7 +30,6 @@
> >   #include <stdlib.h>
> >   #include <os.h>
> >   #include <um_malloc.h>
> > -#include <sys/uio.h>
> >   #include "vector_user.h"
> >   
> >   #define ID_GRE 0
> > 
> 
> Hi Sabyasachi,
> 
> I believe we have an identical patch enqueued already from a couple of 
> weeks back.

Hmm, did I miss that one in patchwork?

Thanks,
//richard


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ