Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757261AbbGQIFG (ORCPT ); Fri, 17 Jul 2015 04:05:06 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:36766 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757240AbbGQIE7 (ORCPT ); Fri, 17 Jul 2015 04:04:59 -0400 Date: Fri, 17 Jul 2015 10:04:56 +0200 From: Thomas Graf To: Meelis Roos Cc: sparclinux@vger.kernel.org, Linux Kernel list , netdev@vger.kernel.org, "David S. Miller" , Herbert Xu , Daniel Borkmann , Geert Uytterhoeven Subject: Re: 4.1 regression in resizable hashtable tests Message-ID: <20150717080456.GA13814@pox.localdomain> References: <20150702123130.GA20843@pox.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1378 Lines: 33 On 07/02/15 at 10:09pm, Meelis Roos wrote: > [ 33.425061] Running rhashtable test nelem=8, max_size=65536, shrinking=0 > [ 33.425154] Test 00: > [ 33.534470] Adding 50000 keys > [ 34.743553] Info: encountered resize > [ 34.743698] Info: encountered resize > [ 34.743838] Info: encountered resize > [ 34.744057] Info: encountered resize > [ 34.744430] Info: encountered resize > [ 34.745139] Info: encountered resize > [ 34.746441] Info: encountered resize > [ 34.749055] Info: encountered resize > [ 34.754469] Info: encountered resize > [ 34.764836] Info: encountered resize > [ 34.785696] Info: encountered resize > [ 34.827448] Info: encountered resize > [ 34.896936] Traversal complete: counted=49993, nelems=50000, entries=50000, table-jumps=12 > [ 34.897056] Test failed: Total count mismatch ^^^ I do see count mismatches as well due to the design of the walker which restarts and thus sees certain entries multiple times. Do you have this commit as well? Author: Phil Sutter Date: Mon Jul 6 15:51:20 2015 +0200 rhashtable: fix for resize events during table walk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/