linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Linux 2.4.17-pre1
@ 2001-11-28 22:00 Mikael Pettersson
  2001-11-28 23:39 ` Alan Cox
  0 siblings, 1 reply; 13+ messages in thread
From: Mikael Pettersson @ 2001-11-28 22:00 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

On Wed, 28 Nov 2001 13:47:07 -0200 (BRST), Marcelo Tosatti wrote:
>pre1:
>
>- Added missing MODULE_LICENSE("GPL") in some   (Andreas Krennmair)
>  modules

Below is yet another one, for ide-tape.c; please apply.

The files in fs/nls/ that have license tags (nls_iso8859-1.c lacks one),
use "BSD without advertising clause", which causes the kernel to be
tainted. Shouldn't fs/nls/*.c use "Dual BSD/GPL" or "GPL" instead?

/Mikael

--- linux-2.4.17-pre1/drivers/ide/ide-tape.c.~1~	Thu Aug 16 23:47:01 2001
+++ linux-2.4.17-pre1/drivers/ide/ide-tape.c	Wed Nov 28 20:34:07 2001
@@ -6182,6 +6182,7 @@
 };
 
 MODULE_DESCRIPTION("ATAPI Streaming TAPE Driver");
+MODULE_LICENSE("GPL");
 
 static void __exit idetape_exit (void)
 {

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

* Re: Linux 2.4.17-pre1
  2001-11-28 22:00 Linux 2.4.17-pre1 Mikael Pettersson
@ 2001-11-28 23:39 ` Alan Cox
  2001-11-28 23:48   ` Robert Love
  0 siblings, 1 reply; 13+ messages in thread
From: Alan Cox @ 2001-11-28 23:39 UTC (permalink / raw)
  To: Mikael Pettersson; +Cc: marcelo, linux-kernel

> use "BSD without advertising clause", which causes the kernel to be
> tainted. Shouldn't fs/nls/*.c use "Dual BSD/GPL" or "GPL" instead?

Dual BSD/GPL is the correct one.  Not a big issue. Since the GPL allows
stuff to be freer than GPL but still GPL its arguably correct too I suspect

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

* Re: Linux 2.4.17-pre1
  2001-11-28 23:39 ` Alan Cox
@ 2001-11-28 23:48   ` Robert Love
  2001-11-29  0:05     ` Mark Hymers
  2001-11-29  0:06     ` Robert Love
  0 siblings, 2 replies; 13+ messages in thread
From: Robert Love @ 2001-11-28 23:48 UTC (permalink / raw)
  To: marcelo, Alan Cox; +Cc: Mikael Pettersson, linux-kernel

On Wed, 2001-11-28 at 18:39, Alan Cox wrote:
> > use "BSD without advertising clause", which causes the kernel to be
> > tainted. Shouldn't fs/nls/*.c use "Dual BSD/GPL" or "GPL" instead?
> 
> Dual BSD/GPL is the correct one.  Not a big issue. Since the GPL allows
> stuff to be freer than GPL but still GPL its arguably correct too I
> suspect

I was waiting for confirmation about the license status...without
getting into what license is correct and legal, the current
MODULE_LICENSE value taints the kernel.  The attached patch switches to
Dual BSD/GPL.

Marcelo, please apply.

	Robert Love

diff -urN linux-2.4.17-pre1/fs/nls/nls_cp1251.c linux/fs/nls/nls_cp1251.c
--- linux-2.4.17-pre1/fs/nls/nls_cp1251.c	Wed Nov 28 15:15:10 2001
+++ linux/fs/nls/nls_cp1251.c	Wed Nov 28 18:41:14 2001
@@ -315,4 +315,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp1255.c linux/fs/nls/nls_cp1255.c
--- linux-2.4.17-pre1/fs/nls/nls_cp1255.c	Wed Nov 28 15:15:10 2001
+++ linux/fs/nls/nls_cp1255.c	Wed Nov 28 18:41:29 2001
@@ -396,4 +396,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp437.c linux/fs/nls/nls_cp437.c
--- linux-2.4.17-pre1/fs/nls/nls_cp437.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp437.c	Wed Nov 28 18:41:40 2001
@@ -401,4 +401,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp737.c linux/fs/nls/nls_cp737.c
--- linux-2.4.17-pre1/fs/nls/nls_cp737.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp737.c	Wed Nov 28 18:41:50 2001
@@ -364,4 +364,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp775.c linux/fs/nls/nls_cp775.c
--- linux-2.4.17-pre1/fs/nls/nls_cp775.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp775.c	Wed Nov 28 18:42:00 2001
@@ -333,4 +333,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp850.c linux/fs/nls/nls_cp850.c
--- linux-2.4.17-pre1/fs/nls/nls_cp850.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp850.c	Wed Nov 28 18:42:10 2001
@@ -329,4 +329,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp852.c linux/fs/nls/nls_cp852.c
--- linux-2.4.17-pre1/fs/nls/nls_cp852.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp852.c	Wed Nov 28 18:42:22 2001
@@ -351,4 +351,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp855.c linux/fs/nls/nls_cp855.c
--- linux-2.4.17-pre1/fs/nls/nls_cp855.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp855.c	Wed Nov 28 18:42:34 2001
@@ -313,4 +313,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp857.c linux/fs/nls/nls_cp857.c
--- linux-2.4.17-pre1/fs/nls/nls_cp857.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp857.c	Wed Nov 28 18:43:07 2001
@@ -315,4 +315,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp860.c linux/fs/nls/nls_cp860.c
--- linux-2.4.17-pre1/fs/nls/nls_cp860.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp860.c	Wed Nov 28 18:45:14 2001
@@ -378,4 +378,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp861.c linux/fs/nls/nls_cp861.c
--- linux-2.4.17-pre1/fs/nls/nls_cp861.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp861.c	Wed Nov 28 18:43:42 2001
@@ -401,4 +401,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp862.c linux/fs/nls/nls_cp862.c
--- linux-2.4.17-pre1/fs/nls/nls_cp862.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp862.c	Wed Nov 28 18:43:50 2001
@@ -435,4 +435,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp863.c linux/fs/nls/nls_cp863.c
--- linux-2.4.17-pre1/fs/nls/nls_cp863.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp863.c	Wed Nov 28 18:43:59 2001
@@ -395,4 +395,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp864.c linux/fs/nls/nls_cp864.c
--- linux-2.4.17-pre1/fs/nls/nls_cp864.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp864.c	Wed Nov 28 18:44:07 2001
@@ -421,4 +421,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp865.c linux/fs/nls/nls_cp865.c
--- linux-2.4.17-pre1/fs/nls/nls_cp865.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp865.c	Wed Nov 28 18:44:16 2001
@@ -401,4 +401,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp866.c linux/fs/nls/nls_cp866.c
--- linux-2.4.17-pre1/fs/nls/nls_cp866.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp866.c	Wed Nov 28 18:44:36 2001
@@ -319,4 +319,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp869.c linux/fs/nls/nls_cp869.c
--- linux-2.4.17-pre1/fs/nls/nls_cp869.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp869.c	Wed Nov 28 18:44:43 2001
@@ -329,4 +329,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");
diff -urN linux-2.4.17-pre1/fs/nls/nls_cp874.c linux/fs/nls/nls_cp874.c
--- linux-2.4.17-pre1/fs/nls/nls_cp874.c	Wed Nov 28 15:15:09 2001
+++ linux/fs/nls/nls_cp874.c	Wed Nov 28 18:44:51 2001
@@ -287,4 +287,4 @@
  * c-continued-brace-offset: 0
  * End:
  */
-MODULE_LICENSE("BSD without advertising clause");
+MODULE_LICENSE("Dual BSD/GPL");


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

* Re: Linux 2.4.17-pre1
  2001-11-28 23:48   ` Robert Love
@ 2001-11-29  0:05     ` Mark Hymers
  2001-11-29  0:06     ` Robert Love
  1 sibling, 0 replies; 13+ messages in thread
From: Mark Hymers @ 2001-11-29  0:05 UTC (permalink / raw)
  To: Robert Love; +Cc: linux-kernel

On Wed, 28, Nov, 2001 at 06:48:13PM -0500, Robert Love spoke thus..
> On Wed, 2001-11-28 at 18:39, Alan Cox wrote:
> > > use "BSD without advertising clause", which causes the kernel to
> > > be
> > > tainted. Shouldn't fs/nls/*.c use "Dual BSD/GPL" or "GPL" instead?
> >
> > Dual BSD/GPL is the correct one.  Not a big issue. Since the GPL
> > allows
> > stuff to be freer than GPL but still GPL its arguably correct too I
> > suspect
>
> I was waiting for confirmation about the license status...without
> getting into what license is correct and legal, the current
> MODULE_LICENSE value taints the kernel.  The attached patch switches
> to
> Dual BSD/GPL.
Do you know what the legal status of the rest of the *.c files in fs/nls
is?  There are still quite a few which have no MODULE_LICENSE tag at all
which causes the kernel to be tainted (IMO) incorrectly.

Mark

-- 
Mark Hymers					 BLFS Editor
markh@linuxfromscratch.org

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

* Re: Linux 2.4.17-pre1
  2001-11-28 23:48   ` Robert Love
  2001-11-29  0:05     ` Mark Hymers
@ 2001-11-29  0:06     ` Robert Love
  1 sibling, 0 replies; 13+ messages in thread
From: Robert Love @ 2001-11-29  0:06 UTC (permalink / raw)
  To: Mark Hymers; +Cc: linux-kernel

On Wed, 2001-11-28 at 19:05, Mark Hymers wrote:

> Do you know what the legal status of the rest of the *.c files in fs/nls
> is?  There are still quite a few which have no MODULE_LICENSE tag at all
> which causes the kernel to be tainted (IMO) incorrectly.

I believe all the fs/nls files are GPL or Dual GPL/something else.

	Robert Love


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

* Re: Linux 2.4.17-pre1
  2001-11-29  2:56 ` Mike Fedyk
  2001-11-29  3:13   ` Ken Brownfield
  2001-11-29  3:30   ` Robert Love
@ 2001-11-29 16:48   ` Marcelo Tosatti
  2 siblings, 0 replies; 13+ messages in thread
From: Marcelo Tosatti @ 2001-11-29 16:48 UTC (permalink / raw)
  To: Mike Fedyk; +Cc: lkml, Linus Torvalds, Alan Cox



On Wed, 28 Nov 2001, Mike Fedyk wrote:

> On Wed, Nov 28, 2001 at 01:47:07PM -0200, Marcelo Tosatti wrote:
> > 
> > 
> > Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
> > a while if you haven't found a copy on your local mirror. 
> > 
> > 
> > pre1:
> > 
> 
> Any chance you'll merge Robert's netdev-random uniformity cleanup patch with
> the default to "no"?

Not sure. Have to read the patch... 


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

* Re: Linux 2.4.17-pre1
  2001-11-29  2:56 ` Mike Fedyk
  2001-11-29  3:13   ` Ken Brownfield
@ 2001-11-29  3:30   ` Robert Love
  2001-11-29 16:48   ` Marcelo Tosatti
  2 siblings, 0 replies; 13+ messages in thread
From: Robert Love @ 2001-11-29  3:30 UTC (permalink / raw)
  To: Ken Brownfield, marcelo; +Cc: lkml

On Wed, 2001-11-28 at 22:13, Ken Brownfield wrote:>
> Seconded.  Off by default and with appropriate security caveats in the
> Configure.help section, which Robert has already mentioned.
> 
> It's pretty critical given the burgeoning amount of cryptography in
> production environments where entropy from disk I/O is essentially
> non-existent.  The security concerns are very valid, but many trade-offs
> are worth it, IMHO.  I will most likely be dead in the water soon unless
> I start using this patch in certain places.

For those interested, the patch is at
	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/netdev-random

I want to point out that _without_ this patch, there are network devices
that feed the entropy pool.  In other words, this patch standardizes the
situation.

If you don't want net devices contributing, accept the default.

If you do, enable the configure setting and they all will contribute to
/dev/random.  This has uses in diskless/headless configurations, etc.

> On Wed, Nov 28, 2001 at 06:56:01PM -0800, Mike Fedyk wrote:
> | Any chance you'll merge Robert's netdev-random uniformity cleanup
> | patch with the default to "no"?

	Robert Love


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

* Re: Linux 2.4.17-pre1
  2001-11-29  2:56 ` Mike Fedyk
@ 2001-11-29  3:13   ` Ken Brownfield
  2001-11-29  3:30   ` Robert Love
  2001-11-29 16:48   ` Marcelo Tosatti
  2 siblings, 0 replies; 13+ messages in thread
From: Ken Brownfield @ 2001-11-29  3:13 UTC (permalink / raw)
  To: lkml

Seconded.  Off by default and with appropriate security caveats in the
Configure.help section, which Robert has already mentioned.

It's pretty critical given the burgeoning amount of cryptography in
production environments where entropy from disk I/O is essentially
non-existent.  The security concerns are very valid, but many trade-offs
are worth it, IMHO.  I will most likely be dead in the water soon unless
I start using this patch in certain places.

Just my two humble cents,
-- 
Ken.
brownfld@irridia.com

On Wed, Nov 28, 2001 at 06:56:01PM -0800, Mike Fedyk wrote:
| On Wed, Nov 28, 2001 at 01:47:07PM -0200, Marcelo Tosatti wrote:
| > 
| > 
| > Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
| > a while if you haven't found a copy on your local mirror. 
| > 
| > 
| > pre1:
| > 
| 
| Any chance you'll merge Robert's netdev-random uniformity cleanup patch with
| the default to "no"?
| 
| mf
| -
| 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/

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

* Re: Linux 2.4.17-pre1
  2001-11-28 15:47 Marcelo Tosatti
  2001-11-28 18:38 ` Andrey Nekrasov
@ 2001-11-29  2:56 ` Mike Fedyk
  2001-11-29  3:13   ` Ken Brownfield
                     ` (2 more replies)
  1 sibling, 3 replies; 13+ messages in thread
From: Mike Fedyk @ 2001-11-29  2:56 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml, Linus Torvalds, Alan Cox

On Wed, Nov 28, 2001 at 01:47:07PM -0200, Marcelo Tosatti wrote:
> 
> 
> Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
> a while if you haven't found a copy on your local mirror. 
> 
> 
> pre1:
> 

Any chance you'll merge Robert's netdev-random uniformity cleanup patch with
the default to "no"?

mf

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

* Re: Linux 2.4.17-pre1
  2001-11-28 18:38 ` Andrey Nekrasov
  2001-11-28 17:38   ` Marcelo Tosatti
@ 2001-11-28 19:19   ` Tommy Reynolds
  1 sibling, 0 replies; 13+ messages in thread
From: Tommy Reynolds @ 2001-11-28 19:19 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: andy, linux-kernel, torvalds, alan

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

Quick to seize an opportunity, "Marcelo Tosatti" <marcelo@conectiva.com.br> wrote:

> Yes, I forgot to do that in this release, sorry.
> 
> Hope it never happens again. 

It's OK to make mistakes, as long as they're new ones ;-)

---------------------------------------------+-----------------------------
Tommy Reynolds                               | mailto: <reynolds@redhat.com>
Red Hat, Inc., Embedded Development Services | Phone:  +1.256.704.9286
307 Wynn Drive NW, Huntsville, AL 35805 USA  | FAX:    +1.256.837.3839
Senior Software Developer                    | Mobile: +1.919.641.2923

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Linux 2.4.17-pre1
  2001-11-28 15:47 Marcelo Tosatti
@ 2001-11-28 18:38 ` Andrey Nekrasov
  2001-11-28 17:38   ` Marcelo Tosatti
  2001-11-28 19:19   ` Tommy Reynolds
  2001-11-29  2:56 ` Mike Fedyk
  1 sibling, 2 replies; 13+ messages in thread
From: Andrey Nekrasov @ 2001-11-28 18:38 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml, Linus Torvalds, Alan Cox

Hello Marcelo Tosatti,


Please, don`t forget change PATCHLEVEL/SUBLEVEL/EXTRAVERSION.

 
> Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
> a while if you haven't found a copy on your local mirror. 
> 
> 
> pre1:
> 
> - Change USB maintainer 			(Greg Kroah-Hartman)
> - Speeling fix for rd.c				(From Ralf Baechle's tree)
> - Updated URL for bigphysmem patch in v4l docs  (Adrian Bunk)
> - Add buggy 440GX to broken pirq blacklist 	(Arjan Van de Ven)
> - Add new entry to Sound blaster ISAPNP list	(Arjan Van de Ven)
> - Remove crap character from Configure.help	(Niels Kristian Bech Jensen)
> - Backout erroneous change to lookup_exec_domain (Christoph Hellwig)
> - Update osst sound driver to 1.65		(Willem Riede)
> - Fix i810 sound driver problems		(Andris Pavenis)
> - Add AF_LLC define in network headers		(Arnaldo Carvalho de Melo)
> - block_size cleanup on some SCSI drivers	(Erik Andersen)
> - Added missing MODULE_LICENSE("GPL") in some   (Andreas Krennmair)
>   modules
> - Add ->show_options() to super_ops and 
>   implement NFS method				(Alexander Viro)
> - Updated i8k driver				(Massimo Dal Zoto)
> - devfs update  				(Richard Gooch)
> 
> 
> -
> 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/

-- 
bye.
Andrey Nekrasov, SpyLOG.

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

* Re: Linux 2.4.17-pre1
  2001-11-28 18:38 ` Andrey Nekrasov
@ 2001-11-28 17:38   ` Marcelo Tosatti
  2001-11-28 19:19   ` Tommy Reynolds
  1 sibling, 0 replies; 13+ messages in thread
From: Marcelo Tosatti @ 2001-11-28 17:38 UTC (permalink / raw)
  To: Andrey Nekrasov; +Cc: lkml, Linus Torvalds, Alan Cox


Yes, I forgot to do that in this release, sorry.

Hope it never happens again. 

On Wed, 28 Nov 2001, Andrey Nekrasov wrote:

> Hello Marcelo Tosatti,
> 
> 
> Please, don`t forget change PATCHLEVEL/SUBLEVEL/EXTRAVERSION.
> 
>  
> > Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
> > a while if you haven't found a copy on your local mirror. 
> > 
> > 
> > pre1:
> > 
> > - Change USB maintainer 			(Greg Kroah-Hartman)
> > - Speeling fix for rd.c				(From Ralf Baechle's tree)
> > - Updated URL for bigphysmem patch in v4l docs  (Adrian Bunk)
> > - Add buggy 440GX to broken pirq blacklist 	(Arjan Van de Ven)
> > - Add new entry to Sound blaster ISAPNP list	(Arjan Van de Ven)
> > - Remove crap character from Configure.help	(Niels Kristian Bech Jensen)
> > - Backout erroneous change to lookup_exec_domain (Christoph Hellwig)
> > - Update osst sound driver to 1.65		(Willem Riede)
> > - Fix i810 sound driver problems		(Andris Pavenis)
> > - Add AF_LLC define in network headers		(Arnaldo Carvalho de Melo)
> > - block_size cleanup on some SCSI drivers	(Erik Andersen)
> > - Added missing MODULE_LICENSE("GPL") in some   (Andreas Krennmair)
> >   modules
> > - Add ->show_options() to super_ops and 
> >   implement NFS method				(Alexander Viro)
> > - Updated i8k driver				(Massimo Dal Zoto)
> > - devfs update  				(Richard Gooch)
> > 
> > 
> > -
> > 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/
> 
> -- 
> bye.
> Andrey Nekrasov, SpyLOG.
> 


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

* Linux 2.4.17-pre1
@ 2001-11-28 15:47 Marcelo Tosatti
  2001-11-28 18:38 ` Andrey Nekrasov
  2001-11-29  2:56 ` Mike Fedyk
  0 siblings, 2 replies; 13+ messages in thread
From: Marcelo Tosatti @ 2001-11-28 15:47 UTC (permalink / raw)
  To: lkml; +Cc: Linus Torvalds, Alan Cox



Ok, 2.4.17-pre1 is out. Still going to the mirrors though, so please wait
a while if you haven't found a copy on your local mirror. 


pre1:

- Change USB maintainer 			(Greg Kroah-Hartman)
- Speeling fix for rd.c				(From Ralf Baechle's tree)
- Updated URL for bigphysmem patch in v4l docs  (Adrian Bunk)
- Add buggy 440GX to broken pirq blacklist 	(Arjan Van de Ven)
- Add new entry to Sound blaster ISAPNP list	(Arjan Van de Ven)
- Remove crap character from Configure.help	(Niels Kristian Bech Jensen)
- Backout erroneous change to lookup_exec_domain (Christoph Hellwig)
- Update osst sound driver to 1.65		(Willem Riede)
- Fix i810 sound driver problems		(Andris Pavenis)
- Add AF_LLC define in network headers		(Arnaldo Carvalho de Melo)
- block_size cleanup on some SCSI drivers	(Erik Andersen)
- Added missing MODULE_LICENSE("GPL") in some   (Andreas Krennmair)
  modules
- Add ->show_options() to super_ops and 
  implement NFS method				(Alexander Viro)
- Updated i8k driver				(Massimo Dal Zoto)
- devfs update  				(Richard Gooch)



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

end of thread, other threads:[~2001-11-29 18:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-28 22:00 Linux 2.4.17-pre1 Mikael Pettersson
2001-11-28 23:39 ` Alan Cox
2001-11-28 23:48   ` Robert Love
2001-11-29  0:05     ` Mark Hymers
2001-11-29  0:06     ` Robert Love
  -- strict thread matches above, loose matches on Subject: below --
2001-11-28 15:47 Marcelo Tosatti
2001-11-28 18:38 ` Andrey Nekrasov
2001-11-28 17:38   ` Marcelo Tosatti
2001-11-28 19:19   ` Tommy Reynolds
2001-11-29  2:56 ` Mike Fedyk
2001-11-29  3:13   ` Ken Brownfield
2001-11-29  3:30   ` Robert Love
2001-11-29 16:48   ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).