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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130513085132.GI1360@mwanda>
Date:	Mon, 13 May 2013 11:51:32 +0300
From:	Dan Carpenter <dan.carpenter@...cle.com>
To:	Martyn Welch <martyn.welch@...com>
Cc:	Wei Yongjun <weiyj.lk@...il.com>, gmate.amit@...il.com,
	devel@...verdev.osuosl.org, manohar.vanga@...il.com,
	gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
	yamanetoshi@...il.com, yongjun_wei@...ndmicro.com.cn,
	joe@...ches.com
Subject: Re: [PATCH] staging: vme: fix error return code in vme_user_probe()

On Mon, May 13, 2013 at 09:16:00AM +0100, Martyn Welch wrote:
> On 13/05/13 07:05, Wei Yongjun wrote:
> > From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
> > 
> > Fix to return -ENOMEM in the resource alloc error handling
> > case instead of 0, as done elsewhere in this function.
> > 
> 
> Hi Wei,
> 
> Thanks for your patch. As this is resource allocation rather than memory
> allocation that is failing, would -EAGAIN not make more sense than -ENOMEM?
> 

ENOMEM is better.  EAGAIN is for when trylock() fails etc.  In other
words we are not allowed to block and someone is using the lock we
need.

It feels like we discuss error codes a lot on LKML and they should
be documented under Documententation/.  The closest thing is
Documentation/i2c/fault-codes.

regards,
dan carpenter
--
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