Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Borislav Petkov:

- Use the proper CONFIG symbol in a preprocessor check.

* tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/build: Use the proper name CONFIG_FW_LOADER

+1 -1
+1 -1
arch/x86/tools/relocs.c
··· 68 68 "(__parainstructions|__alt_instructions)(_end)?|" 69 69 "(__iommu_table|__apicdrivers|__smp_locks)(_end)?|" 70 70 "__(start|end)_pci_.*|" 71 - #if CONFIG_FW_LOADER_BUILTIN 71 + #if CONFIG_FW_LOADER 72 72 "__(start|end)_builtin_fw|" 73 73 #endif 74 74 "__(start|stop)___ksymtab(_gpl)?|"