Bug 120628

Summary: Please include DECnet in Fedora kernel
Product: [Fedora] Fedora Reporter: Christine Caulfield <ccaulfie>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields, swhiteho
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-18 20:54:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christine Caulfield 2004-04-12 13:31:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040225 Firefox/0.8

Description of problem:
Is it possible that the DECnet module could be included in the Fedora
kernel, if only in the unsupported section. The correct configuration
for 2.6 is as follows:

CONFIG_DECNET=y
# CONFIG_DECNET_SIOCGIFCONF is not set
CONFIG_DECNET_ROUTER=y

DECnet is perfectly usable and stable in 2.6 (except on big-endian
platforms) and, although not a major feature, is used by quite a few
people. If it is included in the default kernel for fedora then it
will, at least, obviate the need for them to rebuild their kernel.

I am packaging the userland programs so I'll take care of any
DECnet-related problems that may occur!

Comment 1 Alan Cox 2004-05-03 12:12:05 UTC
CONFIG_DECNET=m I can just about see. CONFIG_DECNET=y no chance!


Comment 2 Christine Caulfield 2004-05-04 12:57:36 UTC
CONFIG_DECNET=m is, of course, what I really meant. Sorry.

Comment 3 Dave Jones 2004-05-07 21:40:42 UTC
It's too late in the game to change this. If we change this in the
kernel, it breaks userspace. We made this mistake briefly in FC1.
Without a complete rebuild of userspace using the networking headers,
this has no chance of working.

Try again for FC3 test1


Comment 4 Christine Caulfield 2004-05-08 09:48:25 UTC
I don't think that's strictly true. What broke userspace in FC1 was
also selecting CONFIG_DECNET_SIOCGIFCONF. Just creating a DECnet
module should have no impact on any userspace programs at all.

However, I'm not in any real rush...

Comment 5 Dave Jones 2004-05-09 00:25:40 UTC
actually, in 2.4 it broke because the size of struct sock changed
depending on which protocols were enabled.  This has been changed in
2.6, so that shouldn't be an issue.  It still makes me nervous at this
stage in the game however.


Comment 7 Dave Jones 2006-04-18 20:54:47 UTC
enabled in tomorrows rawhide.