-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: enable object verification for QEMU builds
This will help catch bugs when running sanitycheck if an application or subsystem tries to make kernel calls on something that is not a valid kernel object. This adds a bit of overhead but we don't gather performance metrics in QEMU anyway, it's too dependent on the characteristics of the host system. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
- Loading branch information
Andrew Boie
committed
Jul 19, 2017
1 parent
ec939fd
commit f768509
Showing
6 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ CONFIG_TOOLCHAIN_VARIANT="iamcu" | |
CONFIG_X86_IAMCU=y | ||
CONFIG_XIP=y | ||
CONFIG_X86_MMU=y | ||
CONFIG_KERNEL_OBJECT_VERIFY=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters