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 ED224C10F07 for ; Sun, 10 Dec 2023 05:34:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231467AbjLJFaT (ORCPT ); Sun, 10 Dec 2023 00:30:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjLJFaR (ORCPT ); Sun, 10 Dec 2023 00:30:17 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D866BF3 for ; Sat, 9 Dec 2023 21:30:23 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 54083C433C9; Sun, 10 Dec 2023 05:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702186223; bh=1UoYqhVsIOO+xKsV2z9mjZ0OK6SVw+LuzpHTU5ab7mE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ocvynBAdIestMiZv+RQ2esNxDPqf1zXZxNDJBN5MaOJMgYr/6NcntNfmuBnha9PqR zbgxF+3KLQz/Ms/FB+loNgkLP7ohx+rGwigX3vH0DbkP7ZEw6RsNsaXnxNkFFVMAXt bhkQXqt4GOlzn7oaUOyjpifgxcAUZCf8S+bn2isFNuBP4z/UcDilCvNnCsGEl1yO99 tKSw9EvBfe4+0qzb+kICm0cYqv67r9hAv/s+f2urJ/qcgebHAWQVa33yGj9KxZlsiS xVXBSTDqBHtBZBA9oxuscly+bryhJojpf2X/TFrhVBr2ZFGJ8K9DQIDgbw3l+oa5pB 6zYMOeGPBXhTg== 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 39B0FDD4F1D; Sun, 10 Dec 2023 05:30:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH RESEND bpf-next v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170218622323.12725.6922514276385110557.git-patchwork-notify@kernel.org> Date: Sun, 10 Dec 2023 05:30:23 +0000 References: <20231207040851.19730-1-yangtiezhu@loongson.cn> In-Reply-To: <20231207040851.19730-1-yangtiezhu@loongson.cn> To: Tiezhu Yang Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, puranjay12@gmail.com, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Thu, 7 Dec 2023 12:08:51 +0800 you wrote: > Currently, there are two test cases with same name > "ALU64_SMOD_X: -7 % 2 = -1", the first one is right, > the second one should be ALU64_SMOD_K because its > code is BPF_ALU64 | BPF_MOD | BPF_K. > > Before: > test_bpf: #170 ALU64_SMOD_X: -7 % 2 = -1 jited:1 4 PASS > test_bpf: #171 ALU64_SMOD_X: -7 % 2 = -1 jited:1 4 PASS > > [...] Here is the summary with links: - [RESEND,bpf-next,v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K https://git.kernel.org/bpf/bpf-next/c/5181dc08f795 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html