GENERIC crash 11.3-PRERELEASE (i386)

Schuendehuette, Matthias (LDA IT PLM) matthias.schuendehuette at siemens.com
Thu Jul 11 07:26:42 UTC 2019


Hi Konstantin,

BINGO! 110 out of 100 possible points :-)

Yes, that fixed the problem:

root at blnn719x - ~
2048 # uname -a
FreeBSD blnn719x.ad001.siemens.net 11.3-PRERELEASE FreeBSD 
11.3-PRERELEASE #2 r349719M: Thu Jul 11 09:12:21 CEST 2019 
root at blnn719x.ad001.siemens.net:/usr/obj/usr/src/sys/BLNN719X i386

...and I have no doubt that this will work with the current revision as 
well.

Thank you very much!

Best regards - Matthias


Am 10.07.2019 um 20:12 schrieb Konstantin Belousov:
> On Wed, Jul 10, 2019 at 03:02:40PM +0200, Schuendehuette, Matthias (LDA IT PLM) wrote:
>> Sorry, wrong link... :-(
>>
>> See the verbose boot messages here...
>>
>> https://www.dropbox.com/sh/buzxekimo2h2r67/AADpUvLndhm2SHa5t9s9Ckksa?dl=0
>>
>> ...in file "Boot_verbose.jpg"
> Can you try the following patch ?
>
> Index: sys/x86/x86/cpu_machdep.c
> ===================================================================
> --- sys/x86/x86/cpu_machdep.c	(revision 349890)
> +++ sys/x86/x86/cpu_machdep.c	(working copy)
> @@ -953,7 +953,6 @@
>    * architectural state except possibly %rflags. Also, it is always
>    * called with interrupts disabled.
>    */
> -void (*mds_handler)(void);
>   void mds_handler_void(void);
>   void mds_handler_verw(void);
>   void mds_handler_ivb(void);
> @@ -962,6 +961,7 @@
>   void mds_handler_skl_avx(void);
>   void mds_handler_skl_avx512(void);
>   void mds_handler_silvermont(void);
> +void (*mds_handler)(void) = mds_handler_void;
>   
>   static int
>   sysctl_hw_mds_disable_state_handler(SYSCTL_HANDLER_ARGS)


More information about the freebsd-stable mailing list