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 E9BF4C83F18 for ; Wed, 30 Aug 2023 18:47:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243141AbjH3SqK (ORCPT ); Wed, 30 Aug 2023 14:46:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244552AbjH3NUi (ORCPT ); Wed, 30 Aug 2023 09:20:38 -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 1ED07CD2 for ; Wed, 30 Aug 2023 06:20:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6475D61D29 for ; Wed, 30 Aug 2023 13:20:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id B3CCBC433A9; Wed, 30 Aug 2023 13:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693401634; bh=hVtW05MKV0sf+IwOEnA77nj8VabEYfwLfx+JdrrM5ZI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pVqYuCawbpySbWx7oJa82WSo0DRz7LHqGQqpmRgIVVauivbzUh6A8pH3pCIdHPSMu zCAZlkHT1qH9t/LegYPbzGtYGMrKdRrPPd7YFrNB2X57Y3nFNXsCvCW67Jkc4LceCq 6rtqYK32VSRp6dvRwyuja0X0+7vNPAO87RvpDc3qLM+s99rzOHUGG5lL3hT3Btf13w iECrzczJ0RSPq/7b7ZA4GNAhiCveZtPmuyTp9EtnKzJYp936vt/50t+zgrOLrRN57k te/YEn7tYOdQcWHnlIUKyZB0G+mPHzbzNFPxOknSqg9MiaNNA3RMcOESL4fw1U/zbf UuQ/QMfrG6dbw== 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 92961E49BBF; Wed, 30 Aug 2023 13:20:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: =?utf-8?q?=5BPATCH=5D_riscv=3A_mm=3A_use_bitmap=5Fzero=28=29_API?= From: patchwork-bot+linux-riscv@kernel.org Message-Id: <169340163459.19859.10905358770015380538.git-patchwork-notify@kernel.org> Date: Wed, 30 Aug 2023 13:20:34 +0000 References: <202305061711417142802@zte.com.cn> In-Reply-To: <202305061711417142802@zte.com.cn> To: Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, guoren@kernel.org, sergey.matyukevich@syntacore.com, dylan@andestech.com, ajones@ventanamicro.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Sat, 6 May 2023 17:11:41 +0800 (CST) you wrote: > From: Ye Xingchen > > bitmap_zero() is faster than bitmap_clear(), so use bitmap_zero() > instead of bitmap_clear(). > > Signed-off-by: Ye Xingchen > > [...] Here is the summary with links: - riscv: mm: use bitmap_zero() API https://git.kernel.org/riscv/c/88ba8c83bead You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html