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, 03 Apr 2007 21:35:54 -0400
From:	Valdis.Kletnieks@...edu
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: 2.6.21-rc5-mm4

On Mon, 02 Apr 2007 22:47:45 PDT, Andrew Morton said:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm4/

So I was looking at a patch for ACPI_SLEEP that went around a moment ago,
and ended up doing a 'make menuconfig'.

I do a '/ACPI_SLEEP' inside that, and I get this output:

x Symbol: ACPI_SLEEP [=n]                                                 x  
  x Prompt: Sleep States                                                    x  
  x   Defined at drivers/acpi/Kconfig:49                                    x  
  x   Depends on: !X86_NUMAQ && !X86_VISWS && !IA64_HP_SIM && (IA64 || X86) x  
  x   Location:                                                             x  
  x     -> Power management options                                         x  
  x       -> Power Management support (PM [=y])                             x  
  x         -> ACPI (Advanced Configuration and Power Interface) Support    x  
  x           -> ACPI Support (ACPI [=y])   

Only problem is that drivers/acpi/Kconfig:49 says:

config ACPI_SLEEP
        bool "Sleep States"
        depends on X86 && (!SMP || SUSPEND_SMP)
        depends on PM
        default y

Can somebody explain why I'm seeing the different Depends on in the two places?

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists