From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: fix psock_fanout selftest hash collision Date: Thu, 21 Mar 2013 13:46:26 -0400 (EDT) Message-ID: <20130321.134626.486899185375222307.davem@davemloft.net> References: <514AA946.6020603@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dborkman@redhat.com, netdev@vger.kernel.org To: willemb@google.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:45084 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186Ab3CURq3 (ORCPT ); Thu, 21 Mar 2013 13:46:29 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Willem de Bruijn Date: Thu, 21 Mar 2013 13:27:51 -0400 > Unfortunately, I don't have the hardware to verify, but it still > passes on my platforms. I think you do, simply build your test program with "gcc -m32" and run it on your x86_64 machine. But in any event I'll test your change too.