From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010AbbH1MKK (ORCPT ); Fri, 28 Aug 2015 08:10:10 -0400 Received: from tex.lwn.net ([70.33.254.29]:52637 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688AbbH1MKH (ORCPT ); Fri, 28 Aug 2015 08:10:07 -0400 Date: Fri, 28 Aug 2015 14:10:00 +0200 From: Jonathan Corbet To: Prarit Bhargava Cc: linux-kernel@vger.kernel.org, x86@kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation, add kernel-parameters.txt entry for dis_ucode_ldr Message-ID: <20150828141000.066109ff@xps> In-Reply-To: <1440524093-15476-1-git-send-email-prarit@redhat.com> References: <1440524093-15476-1-git-send-email-prarit@redhat.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Aug 2015 13:34:53 -0400 Prarit Bhargava wrote: > dis_ucode_ldr was introduced in 65cef13 ("x86, microcode: Add a disable > chicken bit") and will disable microcode loading on x86. This kernel > parameter is buried in the code and should be added to the Documentation. Applied to the docs tree, thanks. jon