GrapheneOS / linux-hardened

Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.freenode.net ##linux-hardened. Currently maintained at https://github.com/anthraxx/linux-hardened.
https://grapheneos.org/
Other
397 stars 105 forks source link

fixup! add alloc_pages_exact alloc_size attributes #83

Closed thithib closed 6 years ago

thithib commented 6 years ago

The index parameter for the alloc_size GCC attribute should be 2 instead of 1 as size is the second parameter to alloc_pages_exact_nid.

Bernhard40 commented 6 years ago

This project is currently put on hold. You may want to report it to active fork instead: https://github.com/anthraxx/linux-hardened

thithib commented 6 years ago

OK, I edited to do a PR on @anthraxx's repo, thanks ;)