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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 Oct 2018 07:01:31 +0100
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     davem@...emloft.net
Cc:     Andrew Morton <akpm@...ux-foundation.org>, netdev@...r.kernel.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT] Networking

On Wed, Oct 24, 2018 at 4:30 AM David Miller <davem@...emloft.net> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git

Hmm. Tentatively pulled, but there's something wrong with the Kconfig rules.

Doing "make allmodconfig" (not even the build itself, just the config
phase), I get

  WARNING: unmet direct dependencies detected for QCOM_QMI_HELPERS
    Depends on [n]: ARCH_QCOM && NET [=y]
    Selected by [m]:
    - ATH10K_SNOC [=m] && NETDEVICES [=y] && WLAN [=y] &&
WLAN_VENDOR_ATH [=y] && ATH10K [=m] && (ARCH_QCOM || COMPILE_TEST
[=y])

because I'm obviously not building on ARCH_QCOM.

I suspect that QCOM_QMI_HELPERS needs to have

        depends on (ARCH_QCOM || COMPILE_TEST) && NET

or similar. I'll see if this builds for me at all despite the Kconfig warning.

                     Linus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ