Skip to content
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

[cet] Bug fix: Correct Errors in CMakeLists.txt #410

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

zxv111n
Copy link
Contributor

@zxv111n zxv111n commented Oct 1, 2024

  1. The cet_ioctl is a kernel module, and should not use the make install command for installation. Remove it from CMakeLists.txt.
  2. The -no-pie option is a linker parameter.
  3. The quick_test shstk_huge_page and glibc_shstk_test should utilize CETFLAGS.

1. The `cet_ioctl` is a kernel module, and should not use the `make install` command for installation. Remove it from CMakeLists.txt.
2. The `-no-pie` option is a linker parameter.
3. The `quick_test` `shstk_huge_page` and `glibc_shstk_test` should utilize `CETFLAGS`.

Signed-off-by: Haoliang Zhu <[email protected]>
@ysun ysun merged commit 70fc9e6 into intel:main Oct 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants