Re: [[PATCH net-next] 0/2] Convert mdio wait function to use readx_poll_timeout()

2019-05-20 Thread David Miller
From: Benedikt Spranger Date: Sun, 19 May 2019 19:59:35 +0200 > On loaded systems with a preemptible kernel both functions > axienet_mdio_wait_until_ready() and xemaclite_mdio_wait() may report a > false positive error return. > Convert both functions to use readx_poll_timeout() to handle the > s

[[PATCH net-next] 0/2] Convert mdio wait function to use readx_poll_timeout()

2019-05-19 Thread Benedikt Spranger
Hi, On loaded systems with a preemptible kernel both functions axienet_mdio_wait_until_ready() and xemaclite_mdio_wait() may report a false positive error return. Convert both functions to use readx_poll_timeout() to handle the situation in a safe manner. Regards Benedikt Spranger Kurt Kanze