]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/bpf: Update test_tag to use sha256
authorXing Guo <higuoxing@gmail.com>
Fri, 21 Nov 2025 06:14:58 +0000 (14:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:03:11 +0000 (14:03 +0100)
commit982ef82af9980eb9e058320b9f9ce673d941c612
tree423b59cf4bc198b808dcddff3b505e37aff5f157
parenta8cf555fd77383574c4dcff7a2625fbcbd149362
selftests/bpf: Update test_tag to use sha256

[ Upstream commit b7f7d76d6e354a5acc711da37cb2829ccf40558f ]

commit 603b44162325 ("bpf: Update the bpf_prog_calc_tag to use SHA256")
changed digest of prog_tag to SHA256 but forgot to update tests
correspondingly. Fix it.

Fixes: 603b44162325 ("bpf: Update the bpf_prog_calc_tag to use SHA256")
Signed-off-by: Xing Guo <higuoxing@gmail.com>
Link: https://lore.kernel.org/r/20251121061458.3145167-1-higuoxing@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/bpf/test_tag.c