Abdullah Zafar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32231 )
Change subject: Add KASAN stubs to coreboot.
......................................................................
Patch Set 1:
(1 comment)
This change is ready for review.
https://review.coreboot.org/#/c/32231/1/src/lib/kasan.c
File src/lib/kasan.c:
https://review.coreboot.org/#/c/32231/1/src/lib/kasan.c@5
PS1, Line 5: */
As you explicitly implement the KASan and not ASan feature here, name the stubs __kasan_xxx
When "-fsanitize=kernel-address" option is added, gcc requires __asan_xxx functions instead of __kasan-xxx.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/32231
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id13970514e37dfffb751391fb3e7e6b53ccc7577
Gerrit-Change-Number: 32231
Gerrit-PatchSet: 1
Gerrit-Owner: Abdullah Zafar
abdullahzafar4876@yahoo.com
Gerrit-Reviewer: Abdullah Zafar
abdullahzafar4876@yahoo.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Sun, 07 Apr 2019 17:07:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Werner Zeh
werner.zeh@siemens.com
Gerrit-MessageType: comment