Commit c8dcf655 authored by Luis Chamberlain's avatar Luis Chamberlain Committed by Greg Kroah-Hartman

x86/build: Tuck away built-in firmware under FW_LOADER

When FW_LOADER is modular or disabled we don't use it.
Update x86 relocs to reflect that.
Reviewed-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20211021155843.1969401-7-mcgrof@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 771856ca
...@@ -63,7 +63,9 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = { ...@@ -63,7 +63,9 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
"(__parainstructions|__alt_instructions)(_end)?|" "(__parainstructions|__alt_instructions)(_end)?|"
"(__iommu_table|__apicdrivers|__smp_locks)(_end)?|" "(__iommu_table|__apicdrivers|__smp_locks)(_end)?|"
"__(start|end)_pci_.*|" "__(start|end)_pci_.*|"
#if CONFIG_FW_LOADER_BUILTIN
"__(start|end)_builtin_fw|" "__(start|end)_builtin_fw|"
#endif
"__(start|stop)___ksymtab(_gpl)?|" "__(start|stop)___ksymtab(_gpl)?|"
"__(start|stop)___kcrctab(_gpl)?|" "__(start|stop)___kcrctab(_gpl)?|"
"__(start|stop)___param|" "__(start|stop)___param|"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment