[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20121107.035437.1004450415124026375.davem@davemloft.net>
Date: Wed, 07 Nov 2012 03:54:37 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: ming.lei@...onical.com
Cc: gregkh@...uxfoundation.org, oneukum@...e.de,
netdev@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v4 0/5] usbnet: avoiding access auto-suspended device
From: Ming Lei <ming.lei@...onical.com>
Date: Tue, 6 Nov 2012 22:53:03 +0800
> This patchset avoids accessing auto-suspended device in ioctl path,
> which is generally triggered by some network utility(ethtool, ifconfig,
> ...)
>
> Most of network devices have the problem, but as discussed in the
> thread:
>
> http://marc.info/?t=135054860600003&r=1&w=2
>
> the problem should be solved inside driver.
>
> Considered that only smsc75xx and smsc95xx calls usbnet_read_cmd()
> and usbnet_write_cmd() inside its resume and suspend callback, the
> patcheset introduces the nopm version of the two functions which
> should be called only in the resume and suspend callback. So we
> can solve the problem by runtime resuming device before doing
> control message things.
>
> The patchset is against 3.7.0-rc4-next-20121105, and has been tested
> OK on smsc95xx usbnet device.
All applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists