From: patchwork-bot+linux-riscv@kernel.org
To: Samuel Holland <samuel.holland@sifive.com>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
yury.norov@gmail.com, linux@rasmusvillemoes.dk,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] riscv: Improve KASAN coverage to fix unit tests
Date: Fri, 20 Sep 2024 08:20:36 +0000 [thread overview]
Message-ID: <172682043622.2112413.9572431906377753101.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240801033725.28816-1-samuel.holland@sifive.com>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 31 Jul 2024 20:36:58 -0700 you wrote:
> This series fixes two areas where uninstrumented assembly routines
> caused gaps in KASAN coverage on RISC-V, which were caught by KUnit
> tests. The KASAN KUnit test suite passes after applying this series.
>
> This series fixes the following test failures:
> # kasan_strings: EXPECTATION FAILED at mm/kasan/kasan_test.c:1520
> KASAN failure expected in "kasan_int_result = strcmp(ptr, "2")", but none occurred
> # kasan_strings: EXPECTATION FAILED at mm/kasan/kasan_test.c:1524
> KASAN failure expected in "kasan_int_result = strlen(ptr)", but none occurred
> not ok 60 kasan_strings
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1531
> KASAN failure expected in "set_bit(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1533
> KASAN failure expected in "clear_bit(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1535
> KASAN failure expected in "clear_bit_unlock(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1536
> KASAN failure expected in "__clear_bit_unlock(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1537
> KASAN failure expected in "change_bit(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1543
> KASAN failure expected in "test_and_set_bit(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1545
> KASAN failure expected in "test_and_set_bit_lock(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1546
> KASAN failure expected in "test_and_clear_bit(nr, addr)", but none occurred
> # kasan_bitops_generic: EXPECTATION FAILED at mm/kasan/kasan_test.c:1548
> KASAN failure expected in "test_and_change_bit(nr, addr)", but none occurred
> not ok 61 kasan_bitops_generic
>
> [...]
Here is the summary with links:
- [1/2] riscv: Omit optimized string routines when using KASAN
https://git.kernel.org/riscv/c/58ff537109ac
- [2/2] riscv: Enable bitops instrumentation
https://git.kernel.org/riscv/c/77514915b72c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
prev parent reply other threads:[~2024-09-20 8:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-01 3:36 [PATCH 0/2] riscv: Improve KASAN coverage to fix unit tests Samuel Holland
2024-08-01 3:36 ` [PATCH 1/2] riscv: Omit optimized string routines when using KASAN Samuel Holland
2024-08-01 10:26 ` Alexandre Ghiti
2024-08-14 9:06 ` Samuel Holland
2024-08-01 3:37 ` [PATCH 2/2] riscv: Enable bitops instrumentation Samuel Holland
2024-08-01 10:31 ` Alexandre Ghiti
2024-09-20 8:20 ` patchwork-bot+linux-riscv [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=172682043622.2112413.9572431906377753101.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux@rasmusvillemoes.dk \
--cc=palmer@dabbelt.com \
--cc=samuel.holland@sifive.com \
--cc=yury.norov@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