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:	Wed, 21 Apr 2010 14:35:21 -0700
From:	john stultz <johnstul@...ibm.com>
To:	Peter Hüwe <PeterHuewe@....de>
Cc:	Haavard Skinnemoen <hskinnemoen@...el.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH 1/2] arch/avr32: Fix build failure caused by typo

On Wed, 2010-04-21 at 23:18 +0200, Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@....de>
> 
> This little patch fixes a build failure[1] caused by a typo.
> 
> Patch against linux-next20100421
> 
> References:
> [1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/
> 
> Signed-off-by: Peter Huewe <peterhuewe@....de>

Ah! Sorry about that. Thanks so much for catching this!
-john


> ---
>  arch/avr32/kernel/time.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
> index a047d69..668ed28 100644
> --- a/arch/avr32/kernel/time.c
> +++ b/arch/avr32/kernel/time.c
> @@ -112,7 +112,7 @@ static struct clock_event_device comparator = {
> 
>  void read_persistent_clock(struct timespec *ts)
>  {
> -	ts->tv.sec = mktime(2007, 1, 1, 0, 0, 0);
> +	ts->tv_sec = mktime(2007, 1, 1, 0, 0, 0);
>  	ts->tv_nsec = 0;
>  }
> 


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