From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EAB5182B6 for ; Fri, 18 Aug 2023 13:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1277CC433C9; Fri, 18 Aug 2023 13:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692366622; bh=mcW0nOegIRP7Rkka3bLiW1/6nk3ZGWuiqdXYYeIE3Bg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bonyM04OymaiOva4gyX7S9Qw+NGBMN25Myv9cNV2X7AUCiPFU6KjvXpTJDrE3wylt QBgtPdE1s4DsD5qOdFFoNbBwKH2UaleCEdYNy86F+UQ2nGUg/efL7FiLQdgqA+y+bg hY2/Vk5FieYDLX642Oi47T89PUN67KTir/GNE5wUJ7ioyuWAomQWcWXgsW7JEAYaAf 4qfsux8ZJVzocUBfhNaQKhYv8PNw5DQUtgElHdYkLqedSDwdbFuBT8EvfQZruBsZSo EKu77ZizKbGYbPuqEcJ/RJI6L7SsB6PiHA9QgOtemPQdjt5JU3OJf7ftkciVt0FmBt 2cT/WL1y4DTiw== 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 EA864E1F65A; Fri, 18 Aug 2023 13:50:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next 0/7] Support cpu v4 instructions for arm64 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169236662195.1676.7648597269343903207.git-patchwork-notify@kernel.org> Date: Fri, 18 Aug 2023 13:50:21 +0000 References: <20230815154158.717901-1-xukuohai@huaweicloud.com> In-Reply-To: <20230815154158.717901-1-xukuohai@huaweicloud.com> To: Xu Kuohai Cc: bpf@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ast@kernel.org, andrii@kernel.org, catalin.marinas@arm.com, daniel@iogearbox.net, martin.lau@linux.dev, will@kernel.org, mark.rutland@arm.com, yhs@fb.com, zlim.lnx@gmail.com Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 15 Aug 2023 11:41:51 -0400 you wrote: > From: Xu Kuohai > > This series adds arm64 support for cpu v4 instructions [1]. > > [1] https://lore.kernel.org/all/20230728011143.3710005-1-yonghong.song@linux.dev/ > > Xu Kuohai (7): > arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW > bpf, arm64: Support sign-extension load instructions > bpf, arm64: Support sign-extension mov instructions > bpf, arm64: Support unconditional bswap > bpf, arm64: Support 32-bit offset jmp instruction > bpf, arm64: Support signed div/mod instructions > selftests/bpf: Enable cpu v4 tests for arm64 > > [...] Here is the summary with links: - [bpf-next,1/7] arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW https://git.kernel.org/bpf/bpf-next/c/6c9f86d3632c - [bpf-next,2/7] bpf, arm64: Support sign-extension load instructions https://git.kernel.org/bpf/bpf-next/c/cc88f540da52 - [bpf-next,3/7] bpf, arm64: Support sign-extension mov instructions https://git.kernel.org/bpf/bpf-next/c/bb0a1d6b49cb - [bpf-next,4/7] bpf, arm64: Support unconditional bswap https://git.kernel.org/bpf/bpf-next/c/1104247f3f97 - [bpf-next,5/7] bpf, arm64: Support 32-bit offset jmp instruction https://git.kernel.org/bpf/bpf-next/c/c32b6ee514d2 - [bpf-next,6/7] bpf, arm64: Support signed div/mod instructions https://git.kernel.org/bpf/bpf-next/c/68b18191fe41 - [bpf-next,7/7] selftests/bpf: Enable cpu v4 tests for arm64 https://git.kernel.org/bpf/bpf-next/c/5f6395fd0680 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E7EDDC71149 for ; Fri, 18 Aug 2023 13:50:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Q6JnMFv8vmIdXvp5ev0IdvYEgKrha7uvECSILL6zi7c=; b=g/YnEMwjJbyArP I/NjhjZpzGT0/zm5yILitiwgmvFAZrrZpmFMomxJVzLAQ6DzRMis0ijjm3GG3bdapITWXlgjmqE2d eVVp2VjcNJl/g55Z11gouiVHxOVBvs7R58C6gsyRsRcJTLK1tgMVVwWaOqPhoisUFAcDQJLQtexRY Y5kz9n9nrYpElVa7MryjYNWavOri76Hofu4RgaaTgsFxIhmasA/jPY34IR6Otiy3QmYA3K/I1+f+P 6a89iPza940dIl82ZWan6qCMeqJ61sI5rmJceQUqCsmQ/GURkOS34Z7snNS9NnGgwl7xgjls+V/RN 1ttm5odaDNeZAJFyq2xg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qWzru-009QP7-26; Fri, 18 Aug 2023 13:50:26 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qWzrr-009QNZ-0v for linux-arm-kernel@lists.infradead.org; Fri, 18 Aug 2023 13:50:24 +0000 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 B40C264688; Fri, 18 Aug 2023 13:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1277CC433C9; Fri, 18 Aug 2023 13:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692366622; bh=mcW0nOegIRP7Rkka3bLiW1/6nk3ZGWuiqdXYYeIE3Bg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bonyM04OymaiOva4gyX7S9Qw+NGBMN25Myv9cNV2X7AUCiPFU6KjvXpTJDrE3wylt QBgtPdE1s4DsD5qOdFFoNbBwKH2UaleCEdYNy86F+UQ2nGUg/efL7FiLQdgqA+y+bg hY2/Vk5FieYDLX642Oi47T89PUN67KTir/GNE5wUJ7ioyuWAomQWcWXgsW7JEAYaAf 4qfsux8ZJVzocUBfhNaQKhYv8PNw5DQUtgElHdYkLqedSDwdbFuBT8EvfQZruBsZSo EKu77ZizKbGYbPuqEcJ/RJI6L7SsB6PiHA9QgOtemPQdjt5JU3OJf7ftkciVt0FmBt 2cT/WL1y4DTiw== 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 EA864E1F65A; Fri, 18 Aug 2023 13:50:21 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH bpf-next 0/7] Support cpu v4 instructions for arm64 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169236662195.1676.7648597269343903207.git-patchwork-notify@kernel.org> Date: Fri, 18 Aug 2023 13:50:21 +0000 References: <20230815154158.717901-1-xukuohai@huaweicloud.com> In-Reply-To: <20230815154158.717901-1-xukuohai@huaweicloud.com> To: Xu Kuohai Cc: bpf@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ast@kernel.org, andrii@kernel.org, catalin.marinas@arm.com, daniel@iogearbox.net, martin.lau@linux.dev, will@kernel.org, mark.rutland@arm.com, yhs@fb.com, zlim.lnx@gmail.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230818_065023_397202_588B5043 X-CRM114-Status: UNSURE ( 9.18 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Tue, 15 Aug 2023 11:41:51 -0400 you wrote: > From: Xu Kuohai > > This series adds arm64 support for cpu v4 instructions [1]. > > [1] https://lore.kernel.org/all/20230728011143.3710005-1-yonghong.song@linux.dev/ > > Xu Kuohai (7): > arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW > bpf, arm64: Support sign-extension load instructions > bpf, arm64: Support sign-extension mov instructions > bpf, arm64: Support unconditional bswap > bpf, arm64: Support 32-bit offset jmp instruction > bpf, arm64: Support signed div/mod instructions > selftests/bpf: Enable cpu v4 tests for arm64 > > [...] Here is the summary with links: - [bpf-next,1/7] arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW https://git.kernel.org/bpf/bpf-next/c/6c9f86d3632c - [bpf-next,2/7] bpf, arm64: Support sign-extension load instructions https://git.kernel.org/bpf/bpf-next/c/cc88f540da52 - [bpf-next,3/7] bpf, arm64: Support sign-extension mov instructions https://git.kernel.org/bpf/bpf-next/c/bb0a1d6b49cb - [bpf-next,4/7] bpf, arm64: Support unconditional bswap https://git.kernel.org/bpf/bpf-next/c/1104247f3f97 - [bpf-next,5/7] bpf, arm64: Support 32-bit offset jmp instruction https://git.kernel.org/bpf/bpf-next/c/c32b6ee514d2 - [bpf-next,6/7] bpf, arm64: Support signed div/mod instructions https://git.kernel.org/bpf/bpf-next/c/68b18191fe41 - [bpf-next,7/7] selftests/bpf: Enable cpu v4 tests for arm64 https://git.kernel.org/bpf/bpf-next/c/5f6395fd0680 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel