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, 23 Apr 2008 10:49:00 +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 Tue, 22 Apr 2008 22:31:01 +0400,
Stas Sergeev wrote:
> 
> # HG changeset patch
> # User Stas Sergeev <stsp@...rs.sourceforge.net>
> # Date 1208888978 -14400
> # Node ID 00c36aa3903d861198e8f57c46e75194f3e172d6
> # Parent  f8fbce7ba45922a73a9679d68c4a4b07ebef42de
> pcsp: fix wording in DEBUG_PAGEALLOC warning.
> 
> Signed-off-by: Stas Sergeev <stsp@...et.ru>
> 
> diff -r f8fbce7ba459 -r 00c36aa3903d drivers/pcsp/pcsp.c
> --- a/drivers/pcsp/pcsp.c	Tue Apr 22 18:39:49 2008 +0200
> +++ b/drivers/pcsp/pcsp.c	Tue Apr 22 22:29:38 2008 +0400
> @@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init
>  
>  #ifdef CONFIG_DEBUG_PAGEALLOC
>  	/* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */
> -	printk(KERN_WARNING
> -	       "PCSP: Warning, CONFIG_DEBUG_PAGEALLOC is enabled!\n"
> -	       "You have to disable it if you want to use the PC-Speaker "
> -	       "driver.\n"
> -	       "Unless it is disabled, enjoy the horrible, distorted "
> -	       "and crackling noise.\n");
> +	printk(KERN_WARNING "PCSP: CONFIG_DEBUG_PAGEALLOC is enabled, "
> +		KERN_WARNING "which may make the sound noisy.\n");

Missing \n in the first line?


thanks,

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