summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2014-05-31 05:59:55 +0000
committerdchagin <dchagin@FreeBSD.org>2014-05-31 05:59:55 +0000
commit2cd37748cf310c4ff8e4ab01dd2214e3fe90a9f5 (patch)
treea1cb0f3a7e93571aa07111f17c7541840d58da85 /sys/dev/usb/net
parent21dae9b420aad42ce7076ac7514d7fedaebd93fc (diff)
downloadFreeBSD-src-2cd37748cf310c4ff8e4ab01dd2214e3fe90a9f5.zip
FreeBSD-src-2cd37748cf310c4ff8e4ab01dd2214e3fe90a9f5.tar.gz
MFC r266782:
In r218101 I have not changed properly the futex syscall definition. Some Linux futex ops atomically verifies that the futex address uaddr (uval) contains the value val. Comparing signed uval and unsigned val may lead to an unexpected result, mostly to a deadlock. So copyin uaddr to an unsigned int to compare the parameters correctly. While here change ktr records to print parameters in more readable format.
Diffstat (limited to 'sys/dev/usb/net')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud