[PATCH v12 05/21] x86/stacktool: Add file and directory ignores

2015-09-09 Thread Josh Poimboeuf
Tell stacktool to skip validation of the following code: - boot image - vdso image - kexec purgatory - realmode - efi libstub - scripts/mod They all run outside the kernel's normal mode of operation and they don't affect runtime kernel stack traces, so they're free to skirt the stacktool rules.

[PATCH v12 05/21] x86/stacktool: Add file and directory ignores

2015-09-09 Thread Josh Poimboeuf
Tell stacktool to skip validation of the following code: - boot image - vdso image - kexec purgatory - realmode - efi libstub - scripts/mod They all run outside the kernel's normal mode of operation and they don't affect runtime kernel stack traces, so they're free to skirt the stacktool rules.