Bug 4350

Summary: Unmapped ioctl's in arch/sparc64/kernel/ioctl32.c
Product: [Retired] Red Hat Raw Hide Reporter: Jeff Johnson <jbj>
Component: kernelAssignee: Cristian Gafton <gafton>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: davem, ipaul, jj
Target Milestone: ---   
Target Release: ---   
Hardware: sparc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 Jeff Johnson 1999-08-04 15:34:07 UTC
(I've made the summary generic so that I have a place to
hang any/all of these problems).

A quick "grep SIOC /usr/include/*/*.h" with editing to
remove SIOC* ioctls will be attached. I'll be happy to help
map the amatuer radio glop :-)

Meanwhile a user would like
	SIOCADDTUNNEL
	SIOCCHGTUNNEL
	SIOCDELTUNNEL
	SIOCGETTUNNEL
added so that he can use iptunnel on an ultra.

Comment 1 Cristian Gafton 1999-08-16 19:09:59 UTC
Davem or JJ, please bless us with a comment here

Comment 2 Jeff Johnson 1999-08-23 18:20:59 UTC
*** Bug 4308 has been marked as a duplicate of this bug. ***

iptunnel does work on my intel platform but does not on my
Ultra1 sparc64 machine.
It gives me the following message:

[root@paul /root]# insmod ipip
[root@paul /root]# iptunnel
tunl0: ip/ip  remote any  local any  ttl inherit  nopmtudisc
[root@paul /root]# iptunnel add try mode ipip
[root@paul /root]# insmod ip_gre
[root@paul /root]# iptunnel add try mode gre
ioctl: Invalid argument
[root@paul /root]# iptunnel
tunl0: ip/ip  remote any  local any  ttl inherit  nopmtudisc
gre0: gre/ip  remote any  local any  ttl inherit  nopmtudisc
[root@paul /root]#


------- Additional Comments From jbj  08/02/99 10:14 -------
Can you send me the commands that you are running on each i386 machine
so that I can reproduce this problem? Thanks ...