lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 16 Jan 2007 06:37:31 -0500 (EST)
From:	"Robert P. J. Day" <rpjday@...dspring.com>
To:	Linux kernel mailing list <linux-kernel@...r.kernel.org>
cc:	acme@...ectiva.com.br
Subject: [PATCH] Remove apparently unused IPDDP_DECAP kernel config variable.


  Remove an apparently unused, Appletalk-related kernel config
variable IPDDP_DECAP.

Signed-off-by: Robert P. J. Day <rpjday@...dspring.com>

---

  the kernel config variable IPDDP_DECAP seems superfluous given where
else one finds the string "IPDDP_DECAP" in the kernel source tree
(other than defconfig files), none of which seem to make use of the
config variable:

./drivers/net/appletalk/ipddp.h:#define IPDDP_DECAP     2
./drivers/net/appletalk/ipddp.c:static int ipddp_mode = IPDDP_DECAP;
./drivers/net/appletalk/ipddp.c:        if(ipddp_mode == IPDDP_DECAP)
./drivers/net/appletalk/ipddp.c:        if(ipddp_mode == IPDDP_DECAP)



diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig
index 0a0e0cd..e09174f 100644
--- a/drivers/net/appletalk/Kconfig
+++ b/drivers/net/appletalk/Kconfig
@@ -110,16 +110,3 @@ config IPDDP_ENCAP
 	  you said Y to "AppleTalk-IP driver support" above and you say Y
 	  here, then you cannot say Y to "AppleTalk-IP to IP Decapsulation
 	  support", below.
-
-config IPDDP_DECAP
-	bool "Appletalk-IP to IP Decapsulation support"
-	depends on IPDDP
-	help
-	  If you say Y here, the AppleTalk-IP code will be able to decapsulate
-	  AppleTalk-IP frames to IP packets; this is useful if you want your
-	  Linux box to act as an Internet gateway for an AppleTalk network.
-	  Please see <file:Documentation/networking/ipddp.txt> for more
-	  information.  If you said Y to "AppleTalk-IP driver support" above
-	  and you say Y here, then you cannot say Y to "IP to AppleTalk-IP
-	  Encapsulation support", above.
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ