From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40A0BC433FE for ; Wed, 26 Oct 2022 12:50:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233844AbiJZMuV (ORCPT ); Wed, 26 Oct 2022 08:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233619AbiJZMuQ (ORCPT ); Wed, 26 Oct 2022 08:50:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E76385B11E; Wed, 26 Oct 2022 05:50:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 862A861EBA; Wed, 26 Oct 2022 12:50:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E6791C433D7; Wed, 26 Oct 2022 12:50:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666788614; bh=7RDWmlcQAFx3kwj1N0nkhwHAsUQrVQLqkwGOPnD2VxU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qpFj8bZeJ9DwzaCJVNpqg1tCzwG51Ouu3Ccjx2iqaBCuITNTp9AbaCtJ/MlSQ6LZI kDcLawyGkUoE0aILfC6c7BT+i29MfGHHXsvnJ9ys2G7zYoF8ZmwVHl2IoCHBs0aK0T 3V509wfUFS3Pr5DG3KoJbphQ4Az8lTyXUq9TQ6BnyvFi17x7WPrstMSdfyMJRVZfSb oGOsHsfTl8+5jQM56Y3XghV5Y70+YqeM3zUbDXZ9aqdMEupxF0BU+iVKSo/BKYZMv9 7yP5OtQ3pCxayhjDka2/JzcBvONSBlHwDUC9aUI5SL4/PZnYhAeoaeal7k29tMeaIH TtYcJl/njFmQA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id C6F56E45192; Wed, 26 Oct 2022 12:50:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH][Resend] rhashtable: make test actually random From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166678861481.24035.4960761110592518621.git-patchwork-notify@kernel.org> Date: Wed, 26 Oct 2022 12:50:14 +0000 References: <5894765.lOV4Wx5bFT@eto.sf-tec.de> In-Reply-To: <5894765.lOV4Wx5bFT@eto.sf-tec.de> To: Rolf Eike Beer Cc: tgraf@suug.ch, herbert@gondor.apana.org.au, fw@strlen.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jason@zx2c4.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 21 Oct 2022 15:47:03 +0200 you wrote: > The "random rhlist add/delete operations" actually wasn't very random, as all > cases tested the same bit. Since the later parts of this loop depend on the > first case execute this unconditionally, and then test on different bits for the > remaining tests. While at it only request as much random bits as are actually > used. > > Signed-off-by: Rolf Eike Beer > > [...] Here is the summary with links: - [Resend] rhashtable: make test actually random https://git.kernel.org/netdev/net/c/c5f0a1728874 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html