summaryrefslogtreecommitdiffstats
path: root/arch/s390/scripts
Commit message (Collapse)AuthorAgeFilesLines
* s390: introduce compile time check for empty .bss sectionVasily Gorbik2018-05-091-0/+14
Introduce compile time check for files which should avoid using .bss section, because of the following reasons: - .bss section has not been zeroed yet, - initrd has not been moved to a safe location and could be overlapping with .bss section. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>