Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753367AbbBXQrm (ORCPT ); Tue, 24 Feb 2015 11:47:42 -0500 Received: from mail.skyhub.de ([78.46.96.112]:33111 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411AbbBXQrl (ORCPT ); Tue, 24 Feb 2015 11:47:41 -0500 Date: Tue, 24 Feb 2015 17:48:17 +0100 From: Borislav Petkov To: Quentin Casasnovas Cc: X86 ML , LKML Subject: Re: [PATCH 13/13] x86/microcode/intel: Fix printing of microcode blobs in show_saved_mc() Message-ID: <20150224164817.GF3420@pd.tnic> References: <1424774232-5981-1-git-send-email-bp@alien8.de> <1424774232-5981-14-git-send-email-bp@alien8.de> <20150224162427.GJ4565@chrystal.uk.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150224162427.GJ4565@chrystal.uk.oracle.com> 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 Content-Length: 1662 Lines: 43 On Tue, Feb 24, 2015 at 05:24:27PM +0100, Quentin Casasnovas wrote: > Hmm I might be completely wrong but I thought the whole point of pr_debug() > was to have something dynamic at runtime as opposed to compiled in? What > am I missing? That's the CONFIG_DYNAMIC_DEBUG case. But the functionality here is ifdeffed off anyway, which makes it really clumsy to use as it is now. So it will need more work. Which leads me to say what I actually wanted to say: Thanks for the review, very good points. I had spotted some of them myself but had to restrain myself not to do them now for the very simple reason: we want this code first cleaned up nicely, in small and self-contained pieces so that no regressions get introduced from more involved patches (debugging early microcode loader issues is nasty). Then we can start improving it, once enough rust is shaken off. Now, I have limited time so, if, in case you wanted to do small and clean patchsets cleaning up this more or improving some aspects of it and tested them and sent them to me, I'll gladly give them a good look and test them here too. :-) But you don't have to, this is just a suggestion anyway - I just get the feeling that you like looking at it and wanted to mention that in case you'd like to help out cleaning it up, you're welcome to do so. :-) Thanks again. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/