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] [day] [month] [year] [list]
Date:	Sun, 20 Jan 2013 12:02:18 +0000
From:	Jonathan Cameron <jic23@...nel.org>
To:	Alexander Holler <holler@...oftware.de>
CC:	Axel Lin <axel.lin@...ics.com>,
	Alessandro Zummo <a.zummo@...ertech.it>,
	rtc-linux@...glegroups.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rtc: hid-sensor-time: Add missing spin_lock_init

On 01/17/2013 12:47 PM, Alexander Holler wrote:
> Am 17.01.2013 02:49, schrieb Axel Lin:
> 
> Thanks, yes, I missed it the initialization of the spinlock.
> 
> Below is my ack.
> 
> Regards,
> 
> Alexander
> 
>> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> 
> Acked-by: Alexander Holler <holler@...oftware.de>
Applied to togreg branch of iio.git.

Thanks,
> 
>> ---
>>   drivers/rtc/rtc-hid-sensor-time.c |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/rtc/rtc-hid-sensor-time.c b/drivers/rtc/rtc-hid-sensor-time.c
>> index 0438c9e..31c5728 100644
>> --- a/drivers/rtc/rtc-hid-sensor-time.c
>> +++ b/drivers/rtc/rtc-hid-sensor-time.c
>> @@ -225,6 +225,7 @@ static int hid_time_probe(struct platform_device *pdev)
>>
>>       platform_set_drvdata(pdev, time_state);
>>
>> +    spin_lock_init(&time_state->lock_last_time);
>>       init_completion(&time_state->comp_last_time);
>>       time_state->common_attributes.hsdev = hsdev;
>>       time_state->common_attributes.pdev = pdev;
>>
> 
--
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