On 5/30/19 11:44 AM, Jason Gunthorpe wrote:
On Wed, May 29, 2019 at 09:38:31AM -0700, Bart Van Assche wrote:
The function srp_parse_in() is used both for parsing source address
specifications and for target address specifications. Target addresses
must have a port number. Having to specify a port number for source
addresses is inconvenient. Make sure that srp_parse_in() supports again
parsing addresses with no port number.
Cc: Laurence Oberman <loberman@xxxxxxxxxx>
Cc: <stable@xxxxxxxxxxxxxxx>
Fixes: c62adb7def71 ("IB/srp: Fix IPv6 address parsing") # v4.17.
Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx>
---
drivers/infiniband/ulp/srp/ib_srp.c | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
Bart, do you want this applied now, or are we still waiting for
Laurence?
Hi Jason,
Since Laurence has not replied to your e-mail please go ahead and apply
this patch.
Thanks,
Bart.