BPF List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Hou Tao <houtao@huaweicloud.com>
Cc: bpf@vger.kernel.org, martin.lau@linux.dev,
	alexei.starovoitov@gmail.com, andrii@kernel.org,
	eddyz87@gmail.com, song@kernel.org, haoluo@google.com,
	yonghong.song@linux.dev, daniel@iogearbox.net,
	kpsingh@kernel.org, sdf@fomichev.me, jolsa@kernel.org,
	john.fastabend@gmail.com, toke@redhat.com, bigeasy@linutronix.de,
	tglx@linutronix.de, linux@weissschuh.net, houtao1@huawei.com,
	xukuohai@huawei.com
Subject: Re: [PATCH bpf v3 0/9] Fixes for LPM trie
Date: Fri, 06 Dec 2024 17:40:31 +0000	[thread overview]
Message-ID: <173350683178.2738959.6443569959137524250.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241206110622.1161752-1-houtao@huaweicloud.com>

Hello:

This series was applied to bpf/bpf.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Fri,  6 Dec 2024 19:06:13 +0800 you wrote:
> From: Hou Tao <houtao1@huawei.com>
> 
> Hi,
> 
> This patch set fixes several issues for LPM trie. These issues were
> found during adding new test cases or were reported by syzbot.
> 
> [...]

Here is the summary with links:
  - [bpf,v3,1/9] bpf: Remove unnecessary check when updating LPM trie
    https://git.kernel.org/bpf/bpf/c/156c977c539e
  - [bpf,v3,2/9] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem
    https://git.kernel.org/bpf/bpf/c/3d5611b4d7ef
  - [bpf,v3,3/9] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
    https://git.kernel.org/bpf/bpf/c/eae6a075e953
  - [bpf,v3,4/9] bpf: Handle in-place update for full LPM trie correctly
    https://git.kernel.org/bpf/bpf/c/532d6b36b2bf
  - [bpf,v3,5/9] bpf: Fix exact match conditions in trie_get_next_key()
    https://git.kernel.org/bpf/bpf/c/27abc7b3fa2e
  - [bpf,v3,6/9] bpf: Switch to bpf mem allocator for LPM trie
    https://git.kernel.org/bpf/bpf/c/3d8dc43eb2a3
  - [bpf,v3,7/9] bpf: Use raw_spinlock_t for LPM trie
    https://git.kernel.org/bpf/bpf/c/6a5c63d43c02
  - [bpf,v3,8/9] selftests/bpf: Move test_lpm_map.c to map_tests
    https://git.kernel.org/bpf/bpf/c/3e18f5f1e5a1
  - [bpf,v3,9/9] selftests/bpf: Add more test cases for LPM trie
    https://git.kernel.org/bpf/bpf/c/04d4ce91b0be

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



      parent reply	other threads:[~2024-12-06 17:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-06 11:06 [PATCH bpf v3 0/9] Fixes for LPM trie Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 1/9] bpf: Remove unnecessary check when updating " Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 2/9] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 3/9] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 4/9] bpf: Handle in-place update for full LPM trie correctly Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 5/9] bpf: Fix exact match conditions in trie_get_next_key() Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator for LPM trie Hou Tao
2025-09-19 21:28   ` Andrii Nakryiko
2025-09-23  1:33     ` Hou Tao
2025-09-24 23:31       ` Andrii Nakryiko
2025-10-10 17:04         ` Andrii Nakryiko
2025-10-13  0:59           ` Hou Tao
2025-10-13 23:18             ` Andrii Nakryiko
2024-12-06 11:06 ` [PATCH bpf v3 7/9] bpf: Use raw_spinlock_t " Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 8/9] selftests/bpf: Move test_lpm_map.c to map_tests Hou Tao
2024-12-06 11:06 ` [PATCH bpf v3 9/9] selftests/bpf: Add more test cases for LPM trie Hou Tao
2024-12-06 17:40 ` 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=173350683178.2738959.6443569959137524250.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexei.starovoitov@gmail.com \
    --cc=andrii@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=haoluo@google.com \
    --cc=houtao1@huawei.com \
    --cc=houtao@huaweicloud.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=linux@weissschuh.net \
    --cc=martin.lau@linux.dev \
    --cc=sdf@fomichev.me \
    --cc=song@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=toke@redhat.com \
    --cc=xukuohai@huawei.com \
    --cc=yonghong.song@linux.dev \
    /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