public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [NET] TUN needs CRC32 after adding multicast filtering to it
@ 2005-01-19  6:32 Vitezslav Samel
  2005-01-20  0:05 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Vitezslav Samel @ 2005-01-19  6:32 UTC (permalink / raw)
  To: Shaun Jackman, Andrew Morton; +Cc: David S. Miller, linux-kernel

	Hi!

  Just tried to compile 2.6.11-rc1, but it fails with unresolved symbols
"bitreverse" etc. Found out that TUN driver needs CRC32 which I haven't
compiled in.
  Following patch fixes this. Please, consider applying.

	Cheers,
		Vita


diff -urN linux-2.6.11-rc1.orig/drivers/net/Kconfig linux-2.6.11-rc1/drivers/net/Kconfig
--- linux-2.6.11-rc1.orig/drivers/net/Kconfig	Fri Jan 14 14:45:30 2005
+++ linux-2.6.11-rc1/drivers/net/Kconfig	Wed Jan 19 07:11:00 2005
@@ -84,6 +84,7 @@
 config TUN
 	tristate "Universal TUN/TAP device driver support"
 	depends on NETDEVICES
+	select CRC32
 	---help---
 	  TUN/TAP provides packet reception and transmission for user space
 	  programs.  It can be viewed as a simple Point-to-Point or Ethernet

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

* Re: [NET] TUN needs CRC32 after adding multicast filtering to it
  2005-01-19  6:32 [NET] TUN needs CRC32 after adding multicast filtering to it Vitezslav Samel
@ 2005-01-20  0:05 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-01-20  0:05 UTC (permalink / raw)
  To: Vitezslav Samel
  Cc: Shaun Jackman, Andrew Morton, David S. Miller, linux-kernel

Vitezslav Samel wrote:
> 	Hi!
> 
>   Just tried to compile 2.6.11-rc1, but it fails with unresolved symbols
> "bitreverse" etc. Found out that TUN driver needs CRC32 which I haven't
> compiled in.
>   Following patch fixes this. Please, consider applying.

Yes, already in -bk...

	Jeff




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

end of thread, other threads:[~2005-01-20  0:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-19  6:32 [NET] TUN needs CRC32 after adding multicast filtering to it Vitezslav Samel
2005-01-20  0:05 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox