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:   Sun, 08 Oct 2017 10:00:30 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     yamada.masahiro@...ionext.com
Cc:     linux-kernel@...r.kernel.org, tglx@...utronix.de,
        akpm@...ux-foundation.org, abbotti@....co.uk, mingo@...nel.org,
        torvalds@...ux-foundation.org, matanb@...lanox.com,
        linux-rdma@...r.kernel.org, netdev@...r.kernel.org,
        saeedm@...lanox.com, leonro@...lanox.com
Subject: Re: [PATCH 11/12] net/mlx5: replace <linux/radix-tree.h> with
 <linux/radix-tree-root.h>

From: Masahiro Yamada <yamada.masahiro@...ionext.com>
Date: Mon,  9 Oct 2017 01:10:12 +0900

> The header include/linux/mlx5/driver.h requires the definition of
> struct radix_tree_root, but does not need to know anything about
> other radix tree stuff.
> 
> Include <linux/radix-tree-root.h> instead of <linux/radix-tree.h> to
> reduce the number of included header files.
> 
> Also, add <linux/radix-tree.h> to include/linux/mlx5/gp.h where radix
> tree accessors are used.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>

Same objections as the mlx4 changes, just include both headers in
driver.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ