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:	Mon, 3 Feb 2014 18:45:04 +0530
From:	Manish Badarkhe <badarkhe.manish@...il.com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Cc:	Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	gregkh@...uxfoundation.org,
	मनिष बदरखे 
	<badarkhe.manish@...il.com>
Subject: Re: [PATCH V4 0/2] devm_* API operation for fixed regulator

Hi Mark,



On Wed, Jan 29, 2014 at 8:27 PM, Manish Badarkhe
<badarkhe.manish@...il.com> wrote:
> Use devm_* API operations for fixed regulator driver so that
> driver core will manage resources.
>
> Also, introduce a new API "devm_kstrdup" and used it in fixed
> regulator driver to manage resources.
>
> Changes since V3:
>  1. Update "devm_kstrdup" function to remove "size" argument.
>     Also,used "devm_kmalloc" instead of "devm_kzalloc".
>
> Changes since V2:
>  1. Update driver to use new API "devm_kstrdup" instead of
>     "kstrdup".
>  2. Added a seperate patch to introduce new API "devm_kstrdup"
>
> Changes since V1:
>  1. Updated driver to use "devm_kzalloc" instead of "kstrdup".
>  2. Updated commit message.
>
> Manish Badarkhe (2):
>   devres: introduce API "devm_kstrdup"
>   regulator: fixed: update to devm_* API
>
>  drivers/base/devres.c     |   26 ++++++++++++++++++++++++++
>  drivers/regulator/fixed.c |   42 ++++++++++++------------------------------
>  include/linux/device.h    |    1 +
>  3 files changed, 39 insertions(+), 30 deletions(-)

Are there any review comments on this series?

Regards,
Manish Badarkhe
--
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