Greg KH <gregkh <at> suse.de> writes: > I'm announcing the release of the 2.6.38.1 kernel.
I'm still having a build failure with my .config. The faulty file is: arch/x86/kernel/entry_32.S My .config is all M except when only Y is available, and all debug/obsolete related options are set to "not set". The fix is quite simple. Signed-Off-by: Edouard Gomez <[email protected]> diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S @@ -1413,7 +1413,7 @@ CFI_ADJUST_CFA_OFFSET 4 jmp error_code CFI_ENDPROC -END(apf_page_fault) +END(async_page_fault) #endif /* -- Edouard Gomez _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
