mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vitezslav Samel <samel@mail.cz>
To: Shaun Jackman <sjackman@gmail.com>, Andrew Morton <akpm@osdl.org>
Cc: "David S. Miller" <davem@davemloft.net>, linux-kernel@vger.kernel.org
Subject: [NET] TUN needs CRC32 after adding multicast filtering to it
Date: Wed, 19 Jan 2005 07:32:57 +0100	[thread overview]
Message-ID: <20050119063257.GA10015@pc11.op.pod.cz> (raw)

	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

             reply	other threads:[~2005-01-19  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-19  6:32 Vitezslav Samel [this message]
2005-01-20  0:05 ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050119063257.GA10015@pc11.op.pod.cz \
    --to=samel@mail.cz \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sjackman@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome