Bug 140930 - [PATCH] Missing AppleTalk ioctl for the 32bit/64bit mapping
Summary: [PATCH] Missing AppleTalk ioctl for the 32bit/64bit mapping
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: kernel
Version: 3.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Riek
QA Contact: Brian Brock
URL:
Whiteboard:
: 142890 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-26 16:03 UTC by Helmut Tschemernjak
Modified: 2007-11-30 22:07 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-19 19:12:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Helmut Tschemernjak 2004-11-26 16:03:53 UTC
Description of problem:
Missing AppleTalk ioctl for the 32bit/64bit mapping
The patch (at end) will fix the missing AppleTalk kernel ioctls for the 32 API into 
64Bit API translation.

We need the AppleTalk networking for our EtherShare product. It would be 
good if the "appletalk" module gets included by default instead of 
building the kernel manually with the appletalk option enabled.

It would be great if somebody can confirm that the patches are getting 
integrated.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
2) ---- /usr/src/linux-2.4/arch/x86_64/ia32/ia32_ioctl.c -----
--- ia32_ioctl.c.SAVE   2004-11-26 11:51:31.000000000 +0100
+++ ia32_ioctl.c        2004-11-26 11:59:25.000000000 +0100
@@ -61,6 +61,7 @@
  #include <linux/ctype.h>
  #include <net/bluetooth/bluetooth.h>
  #include <net/bluetooth/rfcomm.h>
+#include <linux/atalk.h>
  #if defined(CONFIG_BLK_DEV_LVM) || defined(CONFIG_BLK_DEV_LVM_MODULE)
  /* Ugh. This header really is not clean */
  #define min min
@@ -4251,6 +4252,13 @@
  HANDLE_IOCTL(SIOCSIFMAP, dev_ifsioc)
  HANDLE_IOCTL(SIOCGIFADDR, dev_ifsioc)
  HANDLE_IOCTL(SIOCSIFADDR, dev_ifsioc)
+
+/* ioctls used by appletalk ddp.c */
+HANDLE_IOCTL(SIOCATALKDIFADDR, dev_ifsioc)
+HANDLE_IOCTL(SIOCDIFADDR, dev_ifsioc)
+HANDLE_IOCTL(SIOCSARP, dev_ifsioc)
+HANDLE_IOCTL(SIOCDARP, dev_ifsioc)
+
  HANDLE_IOCTL(SIOCGIFBRDADDR, dev_ifsioc)
  HANDLE_IOCTL(SIOCSIFBRDADDR, dev_ifsioc)
  HANDLE_IOCTL(SIOCGIFDSTADDR, dev_ifsioc)

Comment 1 Ernie Petrides 2004-11-30 21:36:26 UTC
This is a feature request.  Appletalk is currently unsupported.

Comment 2 Helmut Tschemernjak 2004-12-01 12:54:46 UTC
We need the AppleTalk for six turnkey products running on RedHat ES/AS 3, we have 
about 1300 Linux based server installations. Please fix this bug and and include AppleTalk 
protocol as a module by default in the next version.

The same patch is already in the kernel 2.6.9+patches (done by me posted via Andy 
Kleen).

Comment 3 Suzanne Hillman 2004-12-14 22:07:38 UTC
Internal RFE bug #142890 submitted; will be considered for future releases.

Comment 5 Ernie Petrides 2005-10-06 23:32:18 UTC
*** Bug 142890 has been marked as a duplicate of this bug. ***

Comment 6 David Lawrence 2006-03-10 01:23:58 UTC
NEEDINFO_PM status has been obsoleted. Changing status to NEEDINFO and assigning
to riek

Comment 7 RHEL Program Management 2007-10-19 19:12:58 UTC
This bug is filed against RHEL 3, which is in maintenance phase.
During the maintenance phase, only security errata and select mission
critical bug fixes will be released for enterprise products. Since
this bug does not meet that criteria, it is now being closed.
 
For more information of the RHEL errata support policy, please visit:
http://www.redhat.com/security/updates/errata/
 
If you feel this bug is indeed mission critical, please contact your
support representative. You may be asked to provide detailed
information on how this bug is affecting you.


Note You need to log in before you can comment on or make changes to this bug.