Searched hist:"2991 b77409891e14a10b96899755c004b0c07edb" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsproto.h | diff 2991b77409891e14a10b96899755c004b0c07edb Fri Jun 09 12:46:59 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix sockaddr comparison in iface_cmp
iface_cmp used to simply do a memcmp of the two provided struct sockaddrs. The comparison needs to do more based on the address family. Similar logic was already present in cifs_match_ipaddr. Doing something similar now.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | connect.c | diff 2991b77409891e14a10b96899755c004b0c07edb Fri Jun 09 12:46:59 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix sockaddr comparison in iface_cmp
iface_cmp used to simply do a memcmp of the two provided struct sockaddrs. The comparison needs to do more based on the address family. Similar logic was already present in cifs_match_ipaddr. Doing something similar now.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | smb2ops.c | diff 2991b77409891e14a10b96899755c004b0c07edb Fri Jun 09 12:46:59 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix sockaddr comparison in iface_cmp
iface_cmp used to simply do a memcmp of the two provided struct sockaddrs. The comparison needs to do more based on the address family. Similar logic was already present in cifs_match_ipaddr. Doing something similar now.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | cifsglob.h | diff 2991b77409891e14a10b96899755c004b0c07edb Fri Jun 09 12:46:59 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix sockaddr comparison in iface_cmp
iface_cmp used to simply do a memcmp of the two provided struct sockaddrs. The comparison needs to do more based on the address family. Similar logic was already present in cifs_match_ipaddr. Doing something similar now.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|