|
@@ -14230,7 +14230,7 @@ static void do_test_single(struct bpf_test *test, bool unpriv,
|
|
|
|
|
|
reject_from_alignment = fd_prog < 0 &&
|
|
|
(test->flags & F_NEEDS_EFFICIENT_UNALIGNED_ACCESS) &&
|
|
|
- strstr(bpf_vlog, "Unknown alignment.");
|
|
|
+ strstr(bpf_vlog, "misaligned");
|
|
|
#ifdef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
|
|
|
if (reject_from_alignment) {
|
|
|
printf("FAIL\nFailed due to alignment despite having efficient unaligned access: '%s'!\n",
|