On 21. 07. 22, 7:42, Jiri Slaby wrote:
Config: https://github.com/openSUSE/kernel-source/blob/stable/config/i386/pae
It says: CONFIG_CC_HAS_SLS=y CONFIG_CC_HAS_RETURN_THUNK=y CONFIG_SPECULATION_MITIGATIONS=y CONFIG_PAGE_TABLE_ISOLATION=y CONFIG_RETPOLINE=y CONFIG_RETHUNK=y CONFIG_CPU_UNRET_ENTRY=y CONFIG_CPU_IBPB_ENTRY=y CONFIG_CPU_IBRS_ENTRY=y CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
Patches: https://github.com/openSUSE/kernel-source/tree/stable/patches.suse
Apart from others, it contains: 3131ef39fb03 x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
...
b75b7f8ef114 x86/xen: Rename SYS* entry points
Thinking about it, that's likely the reason I'm not seeing any failures -- I still carry all the retbleed patches on the top of stable. So while 5.18.12-rc1 (the retbleed one) had them and added the above configs, later 5.18.12-rc/-final (only rawnand fixup), or 5.18.13-rc1 do not -- the configs are gone.
regards,