public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Xu Kuohai <xukuohai@huaweicloud.com>
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
Subject: Re: [PATCH bpf-next 0/7] Support cpu v4 instructions for arm64
Date: Fri, 18 Aug 2023 13:50:21 +0000	[thread overview]
Message-ID: <169236662195.1676.7648597269343903207.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230815154158.717901-1-xukuohai@huaweicloud.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 15 Aug 2023 11:41:51 -0400 you wrote:
> From: Xu Kuohai <xukuohai@huawei.com>
> 
> 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



      parent reply	other threads:[~2023-08-18 13:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 15:41 [PATCH bpf-next 0/7] Support cpu v4 instructions for arm64 Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 1/7] arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 2/7] bpf, arm64: Support sign-extension load instructions Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 3/7] bpf, arm64: Support sign-extension mov instructions Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 4/7] bpf, arm64: Support unconditional bswap Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 5/7] bpf, arm64: Support 32-bit offset jmp instruction Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 6/7] bpf, arm64: Support signed div/mod instructions Xu Kuohai
2023-08-15 15:41 ` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for arm64 Xu Kuohai
2023-08-15 16:57   ` Yonghong Song
2023-08-16  1:28     ` Xu Kuohai
2023-08-16  1:57       ` Yonghong Song
2023-08-16  2:31         ` Xu Kuohai
2023-08-18 14:04           ` Daniel Borkmann
2023-08-18 15:34             ` Yonghong Song
2023-08-18 12:22 ` [PATCH bpf-next 0/7] Support cpu v4 instructions " Florent Revest
2023-08-18 13:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169236662195.1676.7648597269343903207.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=daniel@iogearbox.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.lau@linux.dev \
    --cc=will@kernel.org \
    --cc=xukuohai@huaweicloud.com \
    --cc=yhs@fb.com \
    --cc=zlim.lnx@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox