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, 14 Apr 2008 21:08:16 -0400 (EDT)
From:	Paul Gortmaker <p_gortmaker@...oo.com>
To:	Adrian Bunk <bunk@...nel.org>, hskinnemoen@...el.com
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] avr32: don't offer CONFIG_GEN_RTC


--- Adrian Bunk <bunk@...nel.org> wrote:

> This patch fixes the following compile error:
> 
> <--  snip  -->
> 
> ...
>   CC [M]  drivers/char/genrtc.o
> /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/char/genrtc.c:58:21:
> error: asm/rtc.h: No such file or directory
> ...
> make[3]: *** [drivers/char/genrtc.o] Error 1
> 
> <--  snip  -->
> 
> Signed-off-by: Adrian Bunk <bunk@...nel.org>

I'm assuming this must be a randconfig error, as at
a glance, nothing in arch/avr32/configs/* is setting
GEN_RTC.

Acked-by:  Paul Gortmaker <p_gortmaker@...oo.com>

> 
> ---
> a2136f51db673446bfcc0ebc1b92e62d8ddb3f57 diff --git
> a/drivers/char/Kconfig b/drivers/char/Kconfig
> index 79c6fd1..a87b89d 100644
> --- a/drivers/char/Kconfig
> +++ b/drivers/char/Kconfig
> @@ -776,7 +776,7 @@ config SGI_IP27_RTC
>  
>  config GEN_RTC
>  	tristate "Generic /dev/rtc emulation"
> -	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV
> && !S390 && !SUPERH
> +	depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV
> && !S390 && !SUPERH && !AVR32
>  	---help---
>  	  If you say Y here and create a character special file /dev/rtc with
>  	  major number 10 and minor number 135 using mknod ("man mknod"), you
> 



      __________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail.  Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca
--
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