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, 05 Aug 2009 12:45:14 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
Cc:	Colin Guthrie <cguthrie@...driva.org>, Tejun Heo <teheo@...e.de>,
	Greg KH <greg@...ah.com>, Al Viro <viro@....linux.org.uk>,
	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] sound: make OSS device number claiming optional

At Wed, 5 Aug 2009 11:26:49 +0100,
Alan Cox wrote:
> 
> > As far as I understand, the current problem is that ALSA core becomes
> > dependent when you build with CONFIG_SND_*_OSS config, even if you
> > load no snd-*-oss modules and use only ALSA-native ones.  It's because
> > the OSS device registration is done through the ALSA snd module.
> > Thus, loading ALSA modules always results in loading soundcore
> > module, too.
> 
> That isn't a bug, but a feature.

Not really :)  The soundcore is only for OSS device files.  As long as
you use only ALSA-native APIs, you don't need it.  But, currently it's
loaded and initialized just because of the module dependency.  This is
no bug but also not an intended feature.

> > So... instead of hacking around soundcore stuff, splitting off the OSS
> > (soundcore) dependency from ALSA snd module could be another solution?
> > Then soundcore doesn't have to be loaded unless you load snd-*-oss or
> > any real OSS modules.
> 
> This makes it worse.

Well, the only regression would be the case where you create static
/dev/dsp (or else) devices and let auto-loading through sound-slot-*
or sound-service-*-* aliases.  Of course, this still works if you
load soundcore in some way.

What I suggested in the above is to cut off an unneeded dependency
between soundcore and ALSA-native stuff instead of hacking soundcore.
It won't change anything else, so everything else can coexist as
before.


Just my $0.02, though...

Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ