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-next>] [day] [month] [year] [list]
Date:	Fri, 3 Jul 2009 12:54:25 +0100
From:	Andrew Lyon <andrew.lyon@...il.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Errors in OSS Sound Blaster driver / DMA Documentation (KERN_WARN)

Hi,

While investigating a compile failure of Xen kernel I noticed that the
OSS Sound Blaster driver and DMA Documentation have the same problem,
KERN_WARNING Is valid and declared in include/linux/kernel.h,
KERN_WARN does not exist, here are the affected files:

Documentation/DMA-mapping.txt:          printk(KERN_WARN "%s: Playback
disabled due to DMA limitations.\n",
Documentation/DMA-mapping.txt:          printk(KERN_WARN "%s: Record
disabled due to DMA limitations.\n",
arch/x86/kernel/cpu/common-xen.c:               printk(KERN_WARN
"Unable to register CSTAR callback\n");
sound/oss/sb_common.c:                          /* printk(KERN_WARN
"Sound Blaster: Unexpected interrupt\n"); */
sound/oss/sb_common.c:                          /* printk(KERN_WARN
"Sound Blaster: Unexpected interrupt\n"); */
sound/oss/sb_ess.c:                     /* printk(KERN_WARN "ESS:
Unexpected interrupt\n"); */

Andy
--
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