]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-readx_poll_timeout'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:00:47 +0000 (20:00 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:00:47 +0000 (20:00 -0400)
commit983b55d1aa684985eecacc0cfe15d281da40acf1
tree9c12f837b83e17cf7a9696f52526aebbb73af301
parent765749217fc2cc61b8bbb7dbe0cffd0de1bba521
parentac0d2a13c565150c04ed284258361c547acb4188
Merge branch 'net-readx_poll_timeout'

Benedikt Spranger says:

====================
Convert mdio wait function to use readx_poll_timeout()

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>