summaryrefslogtreecommitdiff
path: root/proto_ipv6_no_nxt_hdr.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-08-11dissector: proto_ipv6: Fix compiler warningsTobias Klauser1-2/+2
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+41
class='commit-info'> authorNobuteru Hayashi <hayashi.nbb@ncos.nec.co.jp>2016-03-18 11:35:21 +0000 committerMark Brown <broonie@kernel.org>2016-03-28 19:41:18 +0100 commitaa70e567c4f0eeb849c6bcef3685bdf1fc3ca19d (patch) treeecf0a927a1b369d3e7251ddf0d5d3c33af485034 /Documentation/translations parenta12ddd60ed0a88c3bb83a8d4c07762e41620bf8c (diff)
spi/fsl-espi: Don't wait transaction completion forever
Because the eSPI driver uses wait_for_completion(), any stuck-able phenomenon at half-way transaction progress made worker task hang up. This phenomenon is perhaps caused by eSPI device errata which seems not to be published from vendor site yet. Anyway, we fix hang task by using fixed 2 seconds timeout that is our preferred value for eSPI maximum transaction size. It seems to be better that eSPI driver can detect this stuck and report error (EMSGSIZE) to the upper device driver because the upper device driver can decide to retry or recover. Signed-off-by: Nobuteru Hayashi <hayashi.nbb@ncos.nec.co.jp> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/translations')