From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755723Ab3LJSe6 (ORCPT ); Tue, 10 Dec 2013 13:34:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50660 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752717Ab3LJSez (ORCPT ); Tue, 10 Dec 2013 13:34:55 -0500 Date: Tue, 10 Dec 2013 13:33:53 -0500 From: Vivek Goyal To: "H. Peter Anvin" Cc: Kees Cook , LKML , Rik van Riel , Andrew Morton , Matthew Garrett , Rob Landley , Eric Biederman , Ingo Molnar , Peter Zijlstra , Mel Gorman , "linux-doc@vger.kernel.org" , kexec@lists.infradead.org Subject: Re: [PATCH v2] kexec: add sysctl to disable kexec Message-ID: <20131210183352.GD13909@redhat.com> References: <20131210001620.GA7938@www.outflux.net> <52A66190.9060907@zytor.com> <20131210143540.GA13909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 10, 2013 at 08:32:38AM -0800, H. Peter Anvin wrote: > Of course it isn't. I am not sure what are you trying to say. This is too brief. Thanks Vivek > > Vivek Goyal wrote: > >On Mon, Dec 09, 2013 at 05:06:10PM -0800, Kees Cook wrote: > >> On Mon, Dec 9, 2013 at 4:34 PM, H. Peter Anvin wrote: > >> > On 12/09/2013 04:16 PM, Kees Cook wrote: > >> >> For general-purpose (i.e. distro) kernel builds it makes sense to > >build with > >> >> CONFIG_KEXEC to allow end users to choose what kind of things they > >want to do > >> >> with kexec. However, in the face of trying to lock down a system > >with such > >> >> a kernel, there needs to be a way to disable kexec (much like > >module loading > >> >> can be disabled). Without this, it is too easy for the root user > >to modify > >> >> kernel memory even when CONFIG_STRICT_DEVMEM and modules_disabled > >are set. > >> >> > >> >> Signed-off-by: Kees Cook > >> >> Acked-by: Rik van Riel > >> > > >> > So the logic is to load a crashkernel and then lock down the > >machine > >> > before services, networking etc. are enabled? > >> > >> Right, or to just turn it off at boot time if kexec will not be used > >at all. > > > >kdump kernel is loaded with the help of kdump service. Different > >distro's > >might have different dependencies for that serivce. But recently in > >fedora > >we wait network to come up before starting that service. (So that nfs > >targets can be mounted and checked for valid dump destinations). > > > >IOW, crash kernel is loaded quite late in the game (quite a few > >services > >have run and possibly networking is up too). To me, practically one > >will > >disable kdump also if you change state of this knob early. > > > >Thanks > >Vivek > > -- > Sent from my mobile phone. Please pardon brevity and lack of formatting.