From owner-freebsd-stable@freebsd.org Sun Jul 1 10:13:49 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14A5BFEECBD for ; Sun, 1 Jul 2018 10:13:49 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3A2B89A69 for ; Sun, 1 Jul 2018 10:13:48 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from [2a02:b90:3002:411::6] (helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1fZZMW-000HWY-F4; Sun, 01 Jul 2018 10:13:44 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1fZZMW-0001Es-CH; Sun, 01 Jul 2018 11:13:44 +0100 To: cpghost@cordula.ws, freebsd-stable@freebsd.org Subject: Re: Ryzen issues on FreeBSD ? (with sort of workaround) Cc: kostikbel@gmail.com In-Reply-To: <70feb5c9-4755-ebe7-f802-c36ea21288e4@cordula.ws> Message-Id: From: Pete French Date: Sun, 01 Jul 2018 11:13:44 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 10:13:49 -0000 > % sudo x86info -a | grep Microcode > Microcode patch level: 0x8001136 > > Without that script, the system would lockup up to 5-6 times a day. > Now running without any lockup at all for 3 days, with all kinds > of workload from idle to torture tests. Too early to tell, but it > looks good for now. This is interseting to me because (as per previous emial) I have tried *without* the script, and it seems stable to me with that too! root@dilbert:/home/petefrench # x86info -a | grep Microcode Microcode patch level: 0x8001137 So, I am running a slightly later microcode than you are - want to give that a try without the atch maybe ? Though I see its going into the kernel which makes me very happy, as I prefer stability over pretty much anything else on my machines :-) -pete.