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:	Wed, 22 May 2013 13:24:24 +0000
From:	"Bounine, Alexandre" <Alexandre.Bounine@....com>
To:	Jean Delvare <jdelvare@...e.de>,
	Matt Porter <mporter@...nel.crashing.org>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: RE: RapidIO subsystem and modularity

Hello Jean,

You have got really good time for this question.

We are working on RapidIO modularization right now. Drivers for switches are converted already and patches are planned to be submitted quite soon. After that we will work on mports and core itself (or maybe publish all things together). At this moment all switch initialization is reworked to be the standard module initialization and that built-in initialization magic is gone ;). Tsi721 driver should not be a problem to build as a module. We consider this modularization work as part of adding hot-plug support into RapidIO but modularization of the existing functionality may be published as a first step.

RapidIO has its primary use in embedded systems (wireless, military, medical etc.) where fast low-latency data transfers are required. It also may be used in high-performance storage systems. I do not think that it may be useful on standard desktop workstation (except demo and development work). Other distributions keep it disabled and we are fine with this. Most of RapidIO use at this time involves embedded powerpc platforms with x86(_64) picking up thanks to availability of Tsi721.

Regards,

Alex.

> -----Original Message-----
> From: Jean Delvare [mailto:jdelvare@...e.de]
> Sent: Wednesday, May 22, 2013 8:41 AM
> To: Matt Porter; Bounine, Alexandre
> Cc: Andrew Morton; linux-kernel
> Subject: RapidIO subsystem and modularity
> 
> Hi Matt, Alexandre, Andrew,
> 
> At the moment all pieces of the RapidIO subsystem are defined as bool
> and thus cannot be built as modules. This is a problem for distribution
> kernels, which are left with only two choices: disable RapidIO
> altogether (too bad if any user actually needed it), or enable it all
> (and waste memory and initialization time for every user without the
> hardware - most users as I understand it.)
> 
> I don't even know what RapidIO is good for. I read about it on the web
> but I have to admit I still have no clear idea, what systems use this
> technology.
> 
> This leads me to two questions:
> 
> 1* Is there a fundamental reason why (at least the device-specific
> parts
> of) RapidIO can't be modularized?
> 
> FWIW I tried making the device drivers (tsi721) modular and it builds
> and links OK, but I suppose one would have implement a proper remove
> function, otherwise module unloading will break.
> 
> I also tried making the switch drivers (tsi57x etc.) modular, all build
> just fine without any change, but there seems to be some initialization
> magic which may not work when the code is built as modules.
> 
> 2* What systems are expected to use RapidIO? It is enabled in the i386,
> x86_64, ppc and ppc64 generic openSUSE kernel configurations. If
> someone
> tells me that some or all of these generic kernels would never be used
> on systems which need RapidIO support, I would be happy to disable
> RapidIO support from these kernels, to make them smaller and decrease
> boot times.
> 
> Thanks for any insight,
> --
> Jean Delvare
> Suse L3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ