Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Willy Tarreau
On Thu, Dec 14, 2006 at 01:09:06PM -0800, Michael ODonald wrote:
> Linus Torvalds wrote:
> > DMCA is bad because it puts technical limits over
> > the rights expressly granted by copyright law.
> 
> The best ways to get rich corporations on our side in fighting the
> DMCA is to use the DMCA to hurt their profits. Companies that rely on
> binary drivers would have several options:
> 
> 1) Lobby politicians to repeal the DMCA, thereby allowing the
> companies to *internally* circumvent Linux’s GPL-only
> pseudo-restriction all they want by simply changing the source code.
> 
> 2) Release the binary drivers as open source or use their economic
> clout to pressure the makers of the binary drivers.
> 
> 3) Use FOSS-friendly hardware.
> 
> I’m sorry, but there’s currently no economic push for repealing the
> DMCA; the only people trying to abolish it are idealists who are
> easily out-bought by the media cartel. This is our only chance to put
> some corporate money muscle behind the otherwise doomed anti-DMCA
> movement.

4) make no effort to support Linux

You're not the center of the world, never forget it !

Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA

2006-12-14 Thread Alexandre Oliva
On Dec 14, 2006, Greg KH <[EMAIL PROTECTED]> wrote:

> I think you missed the point that my patch prevents valid usages of
> non-GPL modules from happening, which is not acceptable.

What if you changed your patch so as to only permit loading of
possibly-infringing drivers after some flag in /proc is set, and
logging to the console a message explaining (i) why such drivers might
be infringing and how to contact the copyright holders to get the
infringement stopped, and (ii) how to get it loaded if you believe
it's ok.

Then the patch would change from a probably-harmful DRM technique to
an educational tool, that wouldn't impose any major inconvenience to
those who are entitled to use the combination of code that can't be
distributed.

-- 
Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member http://www.fsfla.org/
Red Hat Compiler Engineer   [EMAIL PROTECTED], gcc.gnu.org}
Free Software Evangelist  [EMAIL PROTECTED], gnu.org}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Alan
> The best ways to get rich corporations on our side in fighting the
> DMCA is to use the DMCA to hurt their profits. Companies that rely on
> binary drivers would have several options:
> 
> 1) Lobby politicians to repeal the DMCA, 

They already are. The tech industry is mostly anti DMCA and there are
plenty of deeply proprietary companies who fought against the DMCA, are
fighting the US broadcast flag idiocy and so on. So you'd be fighting the
wrong people.

Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Greg KH
On Thu, Dec 14, 2006 at 01:09:06PM -0800, Michael ODonald wrote:
> PS: I encourage Greg and all developers who were initially in favor
> of enforcing the GPL-only module policy to stand strong on this
> important issue.

I think you missed the point that my patch prevents valid usages of
non-GPL modules from happening, which is not acceptable.  The GPL comes
into play when the code is distributed, not when it is run.  Because of
this, such a check like I did hurts people who are complying by the GPL
license of the kernel.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Willy Tarreau
On Thu, Dec 14, 2006 at 01:09:06PM -0800, Michael ODonald wrote:
 Linus Torvalds wrote:
  DMCA is bad because it puts technical limits over
  the rights expressly granted by copyright law.
 
 The best ways to get rich corporations on our side in fighting the
 DMCA is to use the DMCA to hurt their profits. Companies that rely on
 binary drivers would have several options:
 
 1) Lobby politicians to repeal the DMCA, thereby allowing the
 companies to *internally* circumvent Linux’s GPL-only
 pseudo-restriction all they want by simply changing the source code.
 
 2) Release the binary drivers as open source or use their economic
 clout to pressure the makers of the binary drivers.
 
 3) Use FOSS-friendly hardware.
 
 I’m sorry, but there’s currently no economic push for repealing the
 DMCA; the only people trying to abolish it are idealists who are
 easily out-bought by the media cartel. This is our only chance to put
 some corporate money muscle behind the otherwise doomed anti-DMCA
 movement.

4) make no effort to support Linux

You're not the center of the world, never forget it !

Willy

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Greg KH
On Thu, Dec 14, 2006 at 01:09:06PM -0800, Michael ODonald wrote:
 PS: I encourage Greg and all developers who were initially in favor
 of enforcing the GPL-only module policy to stand strong on this
 important issue.

I think you missed the point that my patch prevents valid usages of
non-GPL modules from happening, which is not acceptable.  The GPL comes
into play when the code is distributed, not when it is run.  Because of
this, such a check like I did hurts people who are complying by the GPL
license of the kernel.

thanks,

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA (was GPL only modules)

2006-12-14 Thread Alan
 The best ways to get rich corporations on our side in fighting the
 DMCA is to use the DMCA to hurt their profits. Companies that rely on
 binary drivers would have several options:
 
 1) Lobby politicians to repeal the DMCA, 

They already are. The tech industry is mostly anti DMCA and there are
plenty of deeply proprietary companies who fought against the DMCA, are
fighting the US broadcast flag idiocy and so on. So you'd be fighting the
wrong people.

Alan
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Abolishing the DMCA

2006-12-14 Thread Alexandre Oliva
On Dec 14, 2006, Greg KH [EMAIL PROTECTED] wrote:

 I think you missed the point that my patch prevents valid usages of
 non-GPL modules from happening, which is not acceptable.

What if you changed your patch so as to only permit loading of
possibly-infringing drivers after some flag in /proc is set, and
logging to the console a message explaining (i) why such drivers might
be infringing and how to contact the copyright holders to get the
infringement stopped, and (ii) how to get it loaded if you believe
it's ok.

Then the patch would change from a probably-harmful DRM technique to
an educational tool, that wouldn't impose any major inconvenience to
those who are entitled to use the combination of code that can't be
distributed.

-- 
Alexandre Oliva http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member http://www.fsfla.org/
Red Hat Compiler Engineer   [EMAIL PROTECTED], gcc.gnu.org}
Free Software Evangelist  [EMAIL PROTECTED], gnu.org}
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/