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:	Tue, 1 Sep 2015 14:43:27 +0200
From:	Alban <albeu@...e.fr>
To:	Axel Lin <axel.lin@...ics.com>
Cc:	Aban Bedel <albeu@...e.fr>, Philipp Zabel <p.zabel@...gutronix.de>,
	Ralf Baechle <ralf@...ux-mips.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] reset: ath79: Fix missing spin_lock_init

On Tue, 01 Sep 2015 20:15:10 +0800
Axel Lin <axel.lin@...ics.com> wrote:

> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> ---
>  drivers/reset/reset-ath79.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/reset/reset-ath79.c b/drivers/reset/reset-ath79.c
> index d2d2904..9aaf646 100644
> --- a/drivers/reset/reset-ath79.c
> +++ b/drivers/reset/reset-ath79.c
> @@ -89,6 +89,7 @@ static int ath79_reset_probe(struct platform_device
> *pdev) if (IS_ERR(ath79_reset->base))
>  		return PTR_ERR(ath79_reset->base);
>  
> +	spin_lock_init(&ath79_reset->lock);
>  	ath79_reset->rcdev.ops = &ath79_reset_ops;
>  	ath79_reset->rcdev.owner = THIS_MODULE;
>  	ath79_reset->rcdev.of_node = pdev->dev.of_node;

Acked-by: Alban Bedel <albeu@...e.fr>
--
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