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:	Thu, 13 Dec 2007 21:45:09 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [2.6.24-rc5-mm1] Why CONFIG_BLK_DEV_RAM=m makes
 \"#ifdef CONFIG_BLK_DEV_RAM\" false?

On Fri, 14 Dec 2007 14:04:19 +0900 Tetsuo Handa wrote:

> Hello.
> 
> I found that
> 
>  CONFIG_BLK_DEV_RAM=m
> 
> in my .config makes
> 
>  #ifdef CONFIG_BLK_DEV_RAM
> 
> false.
> 
> I guess something is wrong with .config parsing.

Look at include/linux/autoconf.h.  You should see a line like:

#define CONFIG_BLK_DEV_RAM_MODULE 1

if CONFIG_BLK_DEV_RAM=m

or like:

#define CONFIG_BLK_DEV_RAM 1

if CONFIG_BLK_DEV_RAM=y.


I don't think that this is a change from the recent past.

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