Bug 823625
| Summary: | cifs: fix handling of scopeid in cifs_convert_address | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sachin Prabhu <sprabhu> |
| Component: | kernel | Assignee: | Sachin Prabhu <sprabhu> |
| Status: | CLOSED ERRATA | QA Contact: | Jian Li <jiali> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | cifs-maint, jiali, kzhang, nmurray, rwheeler |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kernel-2.6.32-298.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 05:56:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 798385 | ||
|
Description
Sachin Prabhu
2012-05-21 18:00:20 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Patch(es) available on kernel-2.6.32-298.el6 This bug is verified! #reproducer [root@ibm-x3550m3-06 ~]# mount.cifs //::1/public /mnt/test -o user=root,password=hongmao,ip=::1%5 -vvv ip address ::1%5 override specified mount.cifs kernel mount options: ip=::1%5,unc=\\::1\public,,ver=1,user=root,pass=******** mount error(22): Invalid argument Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) [root@ibm-x3550m3-06 ~]# dmesg fs/cifs/cifsfs.c: Devname: //::1/public/ flags: 0 fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 1 with uid: 0 fs/cifs/connect.c: Username: root fs/cifs/connect.c: UNC: \\::1\public ip: ::1%5 fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 1) rc = -22 CIFS VFS: cifs_mount failed w/return code = -22 #verifying [root@ibm-x3550m3-06 ~]# mount.cifs //::1/public /mnt/test -o user=root,password=hongmao,ip=::1%5 -vvv ip address ::1%5 override specified mount.cifs kernel mount options: ip=::1%5,unc=\\::1\public,,ver=1,user=root,pass=******** [root@ibm-x3550m3-06 ~]# grep "/mnt/test" /proc/mounts //::1/public/ /mnt/test cifs rw,relatime,sec=ntlm,cache=loose,unc=\\::1\public,username=root,uid=0,noforceuid,gid=0,noforcegid,addr=0000:0000:0000:0000:0000:0000:0000:0001%5,unix,posixpaths,serverino,acl,rsize=16384,wsize=65536,actimeo=1 0 0 [root@ibm-x3550m3-06 ~]# uname -a Linux ibm-x3550m3-06.rhts.eng.nay.redhat.com 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0496.html |