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]
Message-ID: <CAK8P3a2vgBVon8JU=y-4upF0ggLYt7WL-DJxby-6MqaM0Uvrqg@mail.gmail.com>
Date:   Mon, 8 Oct 2018 14:22:10 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Sunil Kovvuri <sunil.kovvuri@...il.com>
Cc:     Networking <netdev@...r.kernel.org>,
        David Miller <davem@...emloft.net>, linux-soc@...r.kernel.org,
        sgoutham@...vell.com
Subject: Re: [PATCH v8 01/15] octeontx2-af: Add Marvell OcteonTX2 RVU AF driver

On Sun, Oct 7, 2018 at 4:59 PM <sunil.kovvuri@...il.com> wrote:

> --- /dev/null
> +++ b/drivers/net/ethernet/marvell/octeontx2/Kconfig
> @@ -0,0 +1,12 @@
> +#
> +# Marvell OcteonTX2 drivers configuration
> +#
> +
> +config OCTEONTX2_AF
> +       tristate "Marvell OcteonTX2 RVU Admin Function driver"
> +       depends on ARM64 && PCI

You should try to allow building it on x86 and other architectures, even though
the driver won't be used there this helps get reports from static
build infrastructure.
You could use e.g.

      depends on (64BIT && COMPILE_TEST) || ARM64
      depends on PCI

           Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ