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]
Date:	Thu, 21 Mar 2013 13:56:41 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	willemb@...gle.com
Cc:	dborkman@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: fix psock_fanout selftest hash collision

From: David Miller <davem@...emloft.net>
Date: Thu, 21 Mar 2013 13:49:14 -0400 (EDT)

> From: Willem de Bruijn <willemb@...gle.com>
> Date: Thu, 21 Mar 2013 13:27:51 -0400
> 
>> @@ -182,7 +182,13 @@ static char *sock_fanout_open_ring(int fd)
>>                 .tp_frame_nr   = RING_NUM_FRAMES,
>>         };
>>         char *ring;
>> +       int val = TPACKET_V2;
>> 
>> +       if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val,
> 
> This whole patch is whitespace damaged.

I hand applied this patch and it makes the test pass on sparc64.

Please submit this formally, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ