Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754967AbZFVIuX (ORCPT ); Mon, 22 Jun 2009 04:50:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753580AbZFVIuL (ORCPT ); Mon, 22 Jun 2009 04:50:11 -0400 Received: from casper.infradead.org ([85.118.1.10]:60630 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753324AbZFVIuL (ORCPT ); Mon, 22 Jun 2009 04:50:11 -0400 Subject: Re: [PATCH] Add new TAINT_KSPLICE flag for when a Ksplice update has been loaded. From: Peter Zijlstra To: Jon Masters Cc: Tim Abbott , Linus Torvalds , Linux kernel mailing list , Arjan van de Ven , Alexey Dobriyan , Andrew Morton , Anders Kaseorg , Jeffrey B Arnold In-Reply-To: <1245657114.3265.4074.camel@perihelion.bos.jonmasters.org> References: <1245442307.16209.66.camel@laptop> <1245657114.3265.4074.camel@perihelion.bos.jonmasters.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 22 Jun 2009 10:50:14 +0200 Message-Id: <1245660614.19816.203.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1719 Lines: 39 On Mon, 2009-06-22 at 03:51 -0400, Jon Masters wrote: > On Fri, 2009-06-19 at 22:11 +0200, Peter Zijlstra wrote: > > On Fri, 2009-06-19 at 15:57 -0400, Tim Abbott wrote: > > > Distributions and kerneloops.org have requested that the Ksplice > > > rebootless update system taint the kernel the first time that a > > > Ksplice update is installed, in order to assist with bug triage. > > > > > > Ksplice uses a new taint flag, TAINT_KSPLICE, displayed as 'K', for > > > this purpose. > > > > > > We would like to confirm that this use of taint meets with the > > > community's approval and get this taint flag registered in mainline. > > > > > > Signed-off-by: Tim Abbott > > > > Since all of ksplice is still out-of-tree, it seems to me this taint > > should be too. > > Respectfully, I disagree. > > The thing is, distribution maintainers and others would really benefit > from knowing if this stuff is loaded today, before the possible eventual > addition of ksplice upstream. We already have tainting for non-GPL code > and I don't see us arguing about the fact that the kernel has no non-GPL > code actually shipping in it to cause such taints to get set :) But without ksplice patches you cannot ksplice, right? That is, there is a non trivial patch to the kernel to make this happen afaik. If distros ship that, then they can add this taint flag as well. No need to burden mainline with any of that until it ksplice proper makes it in. -- 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/