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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Apr 2008 11:40:50 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	Stas Sergeev <stsp@...et.ru>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: 2.6.25-mm1 (snd-pcsp doesn't like DEBUG_PAGEALLOC)

At Thu, 24 Apr 2008 00:02:06 +0400,
Stas Sergeev wrote:
> 
> Hello.
> 
> Takashi Iwai wrote:
> >> +	printk(KERN_WARNING "PCSP: CONFIG_DEBUG_PAGEALLOC is enabled, "
> >> +		KERN_WARNING "which may make the sound noisy.\n");
> > Missing \n in the first line?
> This was intentional - wanted it to
> print in a single line. You see a space
> there for that reason.
> Should the second KERN_WARNING be removed
> then, or what is the problem exactly?

Then you don't need KERN_WARNING there.
The problem is that you need KERN_* prefix again after the line break
(\n).  Your original patch didn't do that properly.


> >> - Prevent pcspkr from being built together
> >> > with snd-pcsp.
> >> >
> >> > Signed-off-by: Stas Sergeev <stsp@...et.ru>
> > Thanks, applied to my git tree.
> > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
> > Meanwhile, we need to add a similar depenency to snd-pcsp as well, no?
> I personally don't think so.
> snd-pcsp has the excact copy of the pcspkr
> code built-in, so I thought pcspkr can be
> obsoleted in the future. From that point of
> view, having snd-pcsp enabled and not even
> seeing pcspkr in a menuconfig is fine.
> While otherwise (you ocasionally enable
> pcspkr and don't even see snd-pcsp then)
> is not fine.

No, I don't think input-pcspkr would be ever easily obsoleted by
snd-pcsp.  People definitely want a system without the sound subsystem
but with a beep.

> You mentioned earlier that you would like
> to be able to swap those drivers dynamically,
> but... what's the use? With such a dependancy
> added, many people will not even know about
> snd-pcsp as they already have pcspkr enabled.

Think about distro.  They could distribute both modules if both modules
can be replacible.  Otherwise, snd-pcsp won't be enabled on most
distros, I guess.


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