netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Xu Kuohai <xukuohai@huawei.com>
Cc: bpf@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	jean-philippe@linaro.org, will@kernel.org, kpsingh@kernel.org,
	mark.rutland@arm.com, catalin.marinas@arm.com,
	daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org,
	zlim.lnx@gmail.com, kafai@fb.com, songliubraving@fb.com,
	yhs@fb.com, john.fastabend@gmail.com, davem@davemloft.net,
	yoshfuji@linux-ipv6.org, dsahern@kernel.org, tglx@linutronix.de,
	mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com,
	x86@kernel.org, hpa@zytor.com, kuba@kernel.org, hawk@kernel.org,
	rmk+kernel@armlinux.org.uk, james.morse@arm.com,
	houtao1@huawei.com, wangborong@cdjrlc.com
Subject: Re: [PATCH bpf-next v9 0/4] bpf trampoline for arm64
Date: Mon, 11 Jul 2022 19:10:14 +0000	[thread overview]
Message-ID: <165756661463.27404.16087446828795658696.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220711150823.2128542-1-xukuohai@huawei.com>

Hello:

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

On Mon, 11 Jul 2022 11:08:19 -0400 you wrote:
> This patchset introduces bpf trampoline on arm64. A bpf trampoline converts
> native calling convention to bpf calling convention and is used to implement
> various bpf features, such as fentry, fexit, fmod_ret and struct_ops.
> 
> The trampoline introduced does essentially the same thing as the bpf
> trampoline does on x86.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v9,1/4] bpf: Remove is_valid_bpf_tramp_flags()
    https://git.kernel.org/bpf/bpf-next/c/535a57a7ffc0
  - [bpf-next,v9,2/4] arm64: Add LDR (literal) instruction
    https://git.kernel.org/bpf/bpf-next/c/f1e8a24ed2ca
  - [bpf-next,v9,3/4] bpf, arm64: Implement bpf_arch_text_poke() for arm64
    https://git.kernel.org/bpf/bpf-next/c/b2ad54e1533e
  - [bpf-next,v9,4/4] bpf, arm64: bpf trampoline for arm64
    https://git.kernel.org/bpf/bpf-next/c/efc9909fdce0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-07-11 19:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11 15:08 [PATCH bpf-next v9 0/4] bpf trampoline for arm64 Xu Kuohai
2022-07-11 15:08 ` [PATCH bpf-next v9 1/4] bpf: Remove is_valid_bpf_tramp_flags() Xu Kuohai
2022-07-11 15:08 ` [PATCH bpf-next v9 2/4] arm64: Add LDR (literal) instruction Xu Kuohai
2022-07-11 15:08 ` [PATCH bpf-next v9 3/4] bpf, arm64: Implement bpf_arch_text_poke() for arm64 Xu Kuohai
2022-07-18 13:52   ` Jon Hunter
2022-07-18 15:37     ` Xu Kuohai
2022-07-21  7:29       ` Jon Hunter
2022-07-11 15:08 ` [PATCH bpf-next v9 4/4] bpf, arm64: bpf trampoline " Xu Kuohai
2022-07-11 19:10 ` 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=165756661463.27404.16087446828795658696.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bp@alien8.de \
    --cc=bpf@vger.kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=daniel@iogearbox.net \
    --cc=dave.hansen@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=hawk@kernel.org \
    --cc=houtao1@huawei.com \
    --cc=hpa@zytor.com \
    --cc=james.morse@arm.com \
    --cc=jean-philippe@linaro.org \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mingo@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=songliubraving@fb.com \
    --cc=tglx@linutronix.de \
    --cc=wangborong@cdjrlc.com \
    --cc=will@kernel.org \
    --cc=x86@kernel.org \
    --cc=xukuohai@huawei.com \
    --cc=yhs@fb.com \
    --cc=yoshfuji@linux-ipv6.org \
    --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;
as well as URLs for NNTP newsgroup(s).