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:   Tue, 27 Sep 2016 22:27:41 -0400 (EDT)
From:   David Miller <davem@...emloft.net>
To:     ubraun@...ux.vnet.ibm.com
Cc:     netdev@...r.kernel.org, linux-s390@...r.kernel.org,
        schwidefsky@...ibm.com, heiko.carstens@...ibm.com,
        utz.bacher@...ibm.com
Subject: Re: [PATCH V2 net-next 15/15] smc: proc-fs interface for smc
 connections

From: Ursula Braun <ubraun@...ux.vnet.ibm.com>
Date: Tue, 27 Sep 2016 18:41:56 +0200

> Maintain a list of SMC sockets and display important SMC socket
> information in /proc/net/smc.
> 
> Signed-off-by: Ursula Braun <ubraun@...ux.vnet.ibm.com>

Dumping internal tables and information via /procfs is strongly
deprecated.

Please use a more modern mechanism (such as netlink) to expose this
information to the user.

You'll be most likely to succeed in your submission if you make use of
or design a generic facility that allows other drivers similar to
your's to provide this kind of information as well.

I'm sorry if this is frustrating, but this is a huge piece of
infrastructure, therefore you can expect lots of pieces to get
feedback and require changes like this.

Powered by blists - more mailing lists