From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439AbbBSMdt (ORCPT ); Thu, 19 Feb 2015 07:33:49 -0500 Received: from mail-we0-f178.google.com ([74.125.82.178]:43334 "EHLO mail-we0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753182AbbBSMdr (ORCPT ); Thu, 19 Feb 2015 07:33:47 -0500 Date: Thu, 19 Feb 2015 13:33:42 +0100 From: Ingo Molnar To: Borislav Petkov Cc: x86-ml , lkml Subject: Re: [GIT PULL] x86/microcode updates Message-ID: <20150219123342.GC7047@gmail.com> References: <20150219114641.GF31218@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150219114641.GF31218@pd.tnic> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > Hi guys, > > please pull, thanks. > > --- > The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e: > > Linux 3.19-rc7 (2015-02-01 20:07:21 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tags/microcode_fixes_for-3.21 > > for you to fetch changes up to 35a9ff4eec7a1725ac4364972fc6c156e4feedd0: > > x86/microcode/intel: Handle truncated microcode images more robustly (2015-02-19 12:42:23 +0100) > > ---------------------------------------------------------------- > * Two fixes hardening microcode data handling. (Quentin Casasnovas) > > ---------------------------------------------------------------- > Quentin Casasnovas (2): > x86/microcode/intel: Guard against stack overflow in the loader > x86/microcode/intel: Handle truncated microcode images more robustly > > arch/x86/kernel/cpu/microcode/intel.c | 5 +++++ > arch/x86/kernel/cpu/microcode/intel_early.c | 6 +++++- > 2 files changed, 10 insertions(+), 1 deletion(-) Pulled into tip:x86/urgent for v3.20 (because they look small and beneficial enough fixes), thanks Boris! Ingo