Received: by mail.netbsd.org (Postfix, from userid 605) id 85F0C14A3F5; Fri, 6 Nov 2015 22:50:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC19314A26C for ; Fri, 6 Nov 2015 22:50:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id U1cA9m4UHIzi for ; Fri, 6 Nov 2015 22:50:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E7FBF14A23A for ; Fri, 6 Nov 2015 22:50:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D213D98; Fri, 6 Nov 2015 22:50:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 6 Nov 2015 22:50:56 +0000 From: "Jeff Rizzo" Subject: CVS commit: [netbsd-7] src/sys/arch/x86/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151106225056.D213D98@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jeff Rizzo" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riz Date: Fri Nov 6 22:50:56 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7]: cpu_ucode_intel.c Log Message: Pull up following revision(s) (requested by jym in ticket #994): sys/arch/x86/x86/cpu_ucode_intel.c: revision 1.10 sys/arch/x86/x86/cpu_ucode_intel.c: revision 1.9 kmem_free() the address returned by kmem_alloc(). found by Brainy. use the newly aligned location if we needed it. found by kre. Cache CPU index in the non-preemptible part otherwise it can be unreliable (and report a CPU as patched while it was not). To generate a diff of this commit: cvs rdiff -u -r1.5.4.2 -r1.5.4.3 src/sys/arch/x86/x86/cpu_ucode_intel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.