lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Jul 2006 17:55:32 +0100
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	"linux-os (Dick Johnson)" <linux-os@...logic.com>
Cc:	Linux kernel <linux-kernel@...r.kernel.org>,
	"Larson, Greg" <GLarson@...logic.com>
Subject: Re: Driver timeout

Ar Gwe, 2006-07-28 am 11:54 -0400, ysgrifennodd linux-os (Dick Johnson):
> 
> Hello list,
> What is the correct error code for a driver to return if
> the requested operation timed out?

If the operation is blocking then 
	ETIMEDOUT - if a timeout occurred
	
possibly also
	ETIME	  - if a timer of some kind expired

If you know why it timed out you may want to return that instead to
provide more information (eg the net code returns things like 'Host
down')


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ