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:   Mon, 29 Mar 2021 11:25:07 +0200
From:   Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To:     Julian Braha <julianbraha@...il.com>
Cc:     linux-kernel@...r.kernel.org, linux-mips@...r.kernel.org,
        fazilyildiran@...il.com
Subject: Re: [PATCH] arch: mips: fix unmet dependency for DEBUG_INFO

On Fri, Mar 26, 2021 at 01:20:33AM -0400, Julian Braha wrote:
> When SB1XXX_CORELIS is enabled, COMPILE_TEST is disabled,
> and DEBUG_KERNEL is disabled, Kbuild gives the
> following warning:
> 
> WARNING: unmet direct dependencies detected for DEBUG_INFO
>   Depends on [n]: DEBUG_KERNEL [=n] && !COMPILE_TEST [=n]
>   Selected by [y]:
>   - SB1XXX_CORELIS [=y] && SIBYTE_SB1xxx_SOC [=y] && !COMPILE_TEST [=n]
> 
> This is because SB1XXX_CORELIS selects DEBUG_INFO without
> selecting or depending on DEBUG_KERNEL, despite DEBUG_INFO
> depending on DEBUG_KERNEL.
> 
> Signed-off-by: Julian Braha <julianbraha@...il.com>
> ---
>  arch/mips/Kconfig.debug | 1 +
>  1 file changed, 1 insertion(+)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ