diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-11-08 09:01:11 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-11-08 09:01:11 -0800 |
| commit | 0d7bee10beeb59b1133bf5a4749b17a4ef3bbb01 (patch) | |
| tree | 2e18fabc6065cf3b304d652caee38e6acf7e8b1d /arch/x86/include/asm/amd/node.h | |
| parent | b5c0946029200d93f1239d3f310efa3f075abf79 (diff) | |
| parent | d23550efc6800841b4d1639784afaebdea946ae0 (diff) | |
Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar:
- Fix AMD PCI root device caching regression that triggers
on certain firmware variants
- Fix the zen5_rdseed_microcode[] array to be NULL-terminated
- Add more AMD models to microcode signature checking
* tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/microcode/AMD: Add more known models to entry sign checking
x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode
x86/amd_node: Fix AMD root device caching
Diffstat (limited to 'arch/x86/include/asm/amd/node.h')
| -rw-r--r-- | arch/x86/include/asm/amd/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/amd/node.h b/arch/x86/include/asm/amd/node.h index 23fe617898a8..a672b8765fa8 100644 --- a/arch/x86/include/asm/amd/node.h +++ b/arch/x86/include/asm/amd/node.h @@ -23,7 +23,6 @@ #define AMD_NODE0_PCI_SLOT 0x18 struct pci_dev *amd_node_get_func(u16 node, u8 func); -struct pci_dev *amd_node_get_root(u16 node); static inline u16 amd_num_nodes(void) { |
