-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
defconfig: Delete the redundant Kasan configuration on CI #15514
Conversation
[Experimental Bot, please feedback here] Does this PR meet the NuttX Requirements? Please be conciseThis PR appears incomplete and does not fully meet the NuttX requirements. The summary is too brief and lacks crucial information. It mentions changes related to KASAN and ASAN but doesn't explain why these changes are necessary or how they work. There's no mention of a related issue. The impact and testing sections are completely empty. Specifically:
Therefore, this PR needs significant revision before it can be considered. |
arm/qemu-v7a: 1. Keep arm/smp configuration, use kasan in generic mode arm64/qemu-v8a: 1. Keep arm/citest configuration, use kasan in generic mode 2. Keep arm/swtags configuration, use kasan in software tag mode sim: 1. Keep sim/ostest, use asan 2. Keep sim/ostest_oneholder, use kasan in generic mode Signed-off-by: wangmingrong1 <[email protected]>
Note: Please adhere to Contributing Guidelines.
Summary
Impact
Update this section, where applicable, on how change affects users,
build process, hardware, documentation, security, compatibility, etc.
Testing
Update this section with details on how did you verify the change,
what Host was used for build (OS, CPU, compiler, ..), what Target was
used for verification (arch, board:config, ..), etc. Providing build
and runtime logs from before and after change is highly appreciated.