From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751327AbdAQVTq (ORCPT ); Tue, 17 Jan 2017 16:19:46 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:46455 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbdAQVTp (ORCPT ); Tue, 17 Jan 2017 16:19:45 -0500 Date: Tue, 17 Jan 2017 22:19:40 +0100 (CET) From: Thomas Gleixner To: Borislav Petkov cc: X86 ML , LKML Subject: Re: [PATCH 12/13] x86/microcode/AMD: Simplify saving from initrd In-Reply-To: <20170117173734.14251-13-bp@alien8.de> Message-ID: References: <20170117173734.14251-1-bp@alien8.de> <20170117173734.14251-13-bp@alien8.de> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Jan 2017, Borislav Petkov wrote: > From: Borislav Petkov > > No need to use the previously stashed info in the container - simply go > ahead and parse the initrd once more. It simplifies and streamlines the > code a whole lot. > > Signed-off-by: Borislav Petkov Reviewed-by: Thomas Gleixner