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-next>] [day] [month] [year] [list]
Message-ID: <20250618031522.3859138-1-konrad.wilk@oracle.com>
Date: Tue, 17 Jun 2025 23:13:08 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: allison.henderson@...cle.com, netdev@...r.kernel.org,
        linux-rdma@...r.kernel.org, rds-devel@....oracle.com, tj@...nel.org,
        andrew@...n.ch
Cc: hannes@...xchg.org, mkoutny@...e.com, cgroups@...r.kernel.org
Subject: [PATCH net v3] Expose RDS features via sysfs.

Hi folks,

Changelog:
+ Since v2:
 - Changed it to use sysfs and expose a 'features' file with the data.
+ Since v3:
 - Use a 'features' directory similar to ext4, btrfs and expose each feature.
 - Expand on the Documentation
 
This patch addresses an issue where we have applications compiled against
against older (or newer) kernels. RDS does not have any ioctls to query
for what version of ABIs it has or what features it has. Hence this solution
that proposes to put this ABI information in sysfs space.


 Documentation/ABI/stable/sysfs-transport-rds | 55 ++++++++++++++++++++++++
 net/rds/af_rds.c                             | 62 +++++++++++++++++++++++++++-
 2 files changed, 116 insertions(+), 1 deletion(-)

Konrad Rzeszutek Wilk (1):
      rds: Expose feature parameters via sysfs (and ELF)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ