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:	Tue, 08 May 2012 09:24:25 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
CC:	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	kay@...y.org, Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: linux-next: Tree for May 8 (printk)

On 05/08/2012 01:15 AM, Stephen Rothwell wrote:

> Hi all,
> 
> There will be no linux-next tomorrow.
> 
> Changes since 20120507:


Build errors on i386 and x86_64 when CONFIG_PRINTK is not enabled:

drivers/char/mem.c:858:2: error: implicit declaration of function 'printk_emit'

kernel/printk.c:1423:20: error: 'LOG_LINE_MAX' undeclared (first use in this function)
kernel/printk.c:1427:3: error: 'logbuf_lock' undeclared (first use in this function)
kernel/printk.c:1428:19: error: 'log_next_seq' undeclared (first use in this function)
kernel/printk.c:1433:21: error: 'log_first_seq' undeclared (first use in this function)
kernel/printk.c:1436:18: error: 'log_first_idx' undeclared (first use in this function)
kernel/printk.c:1442:3: error: implicit declaration of function 'log_from_idx'
kernel/printk.c:1442:7: warning: assignment makes pointer from integer without a cast
kernel/printk.c:1443:14: error: dereferencing pointer to incomplete type
kernel/printk.c:1444:12: error: dereferencing pointer to incomplete type
kernel/printk.c:1447:3: error: implicit declaration of function 'log_text'
kernel/printk.c:1450:3: error: implicit declaration of function 'log_next'
kernel/printk.c:1711:3: error: 'logbuf_lock' undeclared (first use in this function)
kernel/printk.c:1712:17: error: 'syslog_seq' undeclared (first use in this function)
kernel/printk.c:1713:17: error: 'syslog_idx' undeclared (first use in this function)



-- 
~Randy
--
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