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, 7 Oct 2021 07:12:13 -0500
From:   Rob Herring <robh+dt@...nel.org>
To:     Jakub Kicinski <kuba@...nel.org>
Cc:     David Miller <davem@...emloft.net>,
        netdev <netdev@...r.kernel.org>,
        "Rafael J. Wysocki" <rafael@...nel.org>,
        Saravana Kannan <saravanak@...gle.com>,
        Marcin Wojtas <mw@...ihalf.com>, Andrew Lunn <andrew@...n.ch>,
        Jeremy Linton <jeremy.linton@....com>,
        Heiner Kallweit <hkallweit1@...il.com>,
        Russell King <linux@...linux.org.uk>,
        Frank Rowand <frowand.list@...il.com>,
        Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
        devicetree@...r.kernel.org, Shannon Nelson <snelson@...sando.io>
Subject: Re: [PATCH net-next v3 1/9] of: net: move of_net under net/

On Wed, Oct 6, 2021 at 8:07 PM Jakub Kicinski <kuba@...nel.org> wrote:
>
> Rob suggests to move of_net.c from under drivers/of/ somewhere
> to the networking code.
>
> Suggested-by: Rob Herring <robh@...nel.org>
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> ---
> v2: new patch
> v3: also clean up Kconfig
> ---
>  drivers/net/ethernet/amd/Kconfig    | 2 +-
>  drivers/net/ethernet/arc/Kconfig    | 4 ++--
>  drivers/net/ethernet/ezchip/Kconfig | 2 +-
>  drivers/net/ethernet/litex/Kconfig  | 2 +-
>  drivers/net/ethernet/mscc/Kconfig   | 2 +-
>  drivers/of/Kconfig                  | 4 ----
>  drivers/of/Makefile                 | 1 -
>  include/linux/of_net.h              | 2 +-
>  net/core/Makefile                   | 1 +
>  net/core/net-sysfs.c                | 2 +-
>  {drivers/of => net/core}/of_net.c   | 0
>  11 files changed, 9 insertions(+), 13 deletions(-)
>  rename {drivers/of => net/core}/of_net.c (100%)

Thanks for doing this.

Reviewed-by: Rob Herring <robh@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ