All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5 and devfs versioning
@ 2003-07-13  7:32 Andrey Borzenkov
  2003-07-13  9:25 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Borzenkov @ 2003-07-13  7:32 UTC (permalink / raw)
  To: linux-kernel

{pts/2}% dmesg | head -1
Linux version 2.5.75-1borsmp ...

{pts/2}% dmesg | grep devfs
Kernel command line: BOOT_IMAGE=2575-1borsmp ro root=345 devfs=mount
devfs: v1.22 (20021013) Richard Gooch (rgooch@atnf.csiro.au)

well, this is not quite correct to put it mildly. It has been so much changed 
that IMHO it needs own version just to avoid confusion.

-andrey

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5 and devfs versioning
  2003-07-13  7:32 2.5 and devfs versioning Andrey Borzenkov
@ 2003-07-13  9:25 ` Christoph Hellwig
  2003-07-14 18:37   ` [PATCH] Remove mtrr version printk Diego Calleja García
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2003-07-13  9:25 UTC (permalink / raw)
  To: Andrey Borzenkov; +Cc: linux-kernel

On Sun, Jul 13, 2003 at 11:32:46AM +0400, Andrey Borzenkov wrote:
> {pts/2}% dmesg | head -1
> Linux version 2.5.75-1borsmp ...
> 
> {pts/2}% dmesg | grep devfs
> Kernel command line: BOOT_IMAGE=2575-1borsmp ro root=345 devfs=mount
> devfs: v1.22 (20021013) Richard Gooch (rgooch@atnf.csiro.au)
> 
> well, this is not quite correct to put it mildly. It has been so much changed 
> that IMHO it needs own version just to avoid confusion.

Just rip out the whole printk then.  Componentes that are maintained inside
the kernel tree don't need version numbers.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Remove mtrr version printk
  2003-07-13  9:25 ` Christoph Hellwig
@ 2003-07-14 18:37   ` Diego Calleja García
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Calleja García @ 2003-07-14 18:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: Christoph Hellwig

El Sun, 13 Jul 2003 10:25:43 +0100 Christoph Hellwig <hch@infradead.org> escribió:

> Just rip out the whole printk then.  Componentes that are maintained inside
> the kernel tree don't need version numbers.



So I guess this would be right.


diff -puN arch/i386/kernel/cpu/mtrr/main.c~nuke_mtrrver arch/i386/kernel/cpu/mtrr/main.c
--- unsta.moo/arch/i386/kernel/cpu/mtrr/main.c~nuke_mtrrver	2003-07-14 20:29:53.000000000 +0200
+++ unsta.moo-diego/arch/i386/kernel/cpu/mtrr/main.c	2003-07-14 20:34:28.000000000 +0200
@@ -44,8 +44,6 @@
 #include <asm/msr.h>
 #include "mtrr.h"
 
-#define MTRR_VERSION            "2.0 (20020519)"
-
 u32 num_var_ranges = 0;
 
 unsigned int *usage_table;
@@ -677,7 +675,6 @@ static int __init mtrr_init(void)
 			break;
 		}
 	}
-	printk("mtrr: v%s\n",MTRR_VERSION);
 
 	if (mtrr_if) {
 		set_num_var_ranges();

_

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-14 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13  7:32 2.5 and devfs versioning Andrey Borzenkov
2003-07-13  9:25 ` Christoph Hellwig
2003-07-14 18:37   ` [PATCH] Remove mtrr version printk Diego Calleja García

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.