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]
Date:	Sat, 28 Jun 2014 18:31:00 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Daniel Thompson <daniel.thompson@...aro.org>
CC:	linux-kernel@...r.kernel.org, patches@...aro.org,
	linaro-kernel@...ts.linaro.org,
	Grant Likely <grant.likely@...aro.org>,
	Rob Herring <robh+dt@...nel.org>,
	Joe Perches <joe@...ches.com>, linux-doc@...r.kernel.org,
	Tejun Heo <tj@...nel.org>
Subject: Re: [PATCH] Documentation: devres: Add devm_kmalloc() et al

[adding Tejun Heo]

patch OK, Tejun?  You want to apply it?


On 06/23/14 04:28, Daniel Thompson wrote:
> Commit 64c862a83... added new alloc variants to the devres managed
> API. These should be included in the list of managed API found in
> devres.txt.
> 
> Signed-off-by: Daniel Thompson <daniel.thompson@...aro.org>
> Cc: Randy Dunlap <rdunlap@...radead.org>
> Cc: Grant Likely <grant.likely@...aro.org>
> Cc: Rob Herring <robh+dt@...nel.org>
> Cc: Joe Perches <joe@...ches.com>
> Cc: linux-doc@...r.kernel.org
> ---
>  Documentation/driver-model/devres.txt | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
> index 1525e30..91f5633 100644
> --- a/Documentation/driver-model/devres.txt
> +++ b/Documentation/driver-model/devres.txt
> @@ -234,7 +234,10 @@ certainly invest a bit more effort into libata core layer).
>    -----------------------------
>  
>  MEM
> +  devm_kmalloc()
>    devm_kzalloc()
> +  devm_kmalloc_array()
> +  devm_kcalloc()
>    devm_kfree()
>    devm_kmemdup()
>    devm_get_free_pages()
> 


-- 
~Randy
--
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