forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- put every ASM func into a separate section if -ffunction-sections or ClangLTO is enabled; - fix relocations inside .altinstr_replacement; - fix functions being placed beyond _etext (reserve some space at the end); - align every text section to at least 16 bytes (they're already aligned to 16 99% of cases, but some of them are not, let's keep it consistent); - don't even allow to put any function inside just .text of vmlinux.o; - misc stuff. Signed-off-by: Alexander Lobakin <alexandr.lobakin@intel.com>
- Loading branch information
Showing
81 changed files
with
586 additions
and
438 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
Oops, something went wrong.