Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966619AbWKOBqg (ORCPT ); Tue, 14 Nov 2006 20:46:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966620AbWKOBqg (ORCPT ); Tue, 14 Nov 2006 20:46:36 -0500 Received: from emailer.gwdg.de ([134.76.10.24]:8654 "EHLO emailer.gwdg.de") by vger.kernel.org with ESMTP id S966619AbWKOBqf (ORCPT ); Tue, 14 Nov 2006 20:46:35 -0500 Date: Wed, 15 Nov 2006 02:46:11 +0100 (MET) From: Jan Engelhardt To: Marty Leisner cc: linux-kernel@vger.kernel.org Subject: Re: RFC -- /proc/patches to track development In-Reply-To: <200611150117.kAF1H3CD012244@dell2.home> Message-ID: References: <200611150117.kAF1H3CD012244@dell2.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2517 Lines: 76 >From: Marty Leisner >Subject: RFC -- /proc/patches to track development ^^^^^ Wrong place. Really. (And I do not think /sys is a better one either. But let others speak up.) >I always want to know WHAT I'm running (or people I'm working with `uname -a`? >are running) rather than "guessing" ("do you have the most current >patch" "I think so") > >I've been a proponent of capturing .config information SOMEPLACE where >you can look at it at runtime...(it took a while but its there now). /proc/config,gz? >In /proc/patches there would be a series of comments (perhaps including >file, date and time) of various patches you want to monitor. Wastes nonswappable memory. >It would be enabled by something like > >in file foo.c: >PATCH_COMMENT("this enables the foo feature"); > > >In membar.c: >PATCH_COMMENT("go to the bar on saturday"); >... >PATCH_COMMENT("watch how much you drink"); > > >and in /proc/patches: > >foo.c: compiled