From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: linux-next: Tree for Feb 13 (virtio_console) Date: Thu, 14 Feb 2013 13:30:37 +1030 Message-ID: <87sj4zk3ai.fsf@rustcorp.com.au> References: <20130213193532.162080d7c0557a307ab451ac@canb.auug.org.au> <511BEC55.5090801@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <511BEC55.5090801@infradead.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Randy Dunlap , Stephen Rothwell Cc: Amit Shah , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org Randy Dunlap writes: > On 02/13/13 00:35, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20130212: > > on i386: > > drivers/built-in.o: In function `in_intr': > virtio_console.c:(.text+0x2dd31): undefined reference to `hvc_poll' > virtio_console.c:(.text+0x2dd41): undefined reference to `hvc_kick' > drivers/built-in.o: In function `resize_console': > virtio_console.c:(.text+0x2e26f): undefined reference to `__hvc_resize' > drivers/built-in.o: In function `unplug_port': > virtio_console.c:(.text+0x2e572): undefined reference to `hvc_remove' > drivers/built-in.o: In function `init_port_console': > (.text+0x2fe59): undefined reference to `hvc_alloc' > drivers/built-in.o: In function `virtio_cons_early_init': > (.init.text+0x16d1): undefined reference to `hvc_instantiate' > > > Full randconfig file is attached. This looks like an impossible config. CONFIG_VIRTIO_CONSOLE=y, but CONFIG_HVC_DRIVER isn't set. >From drivers/char/Kconfig: config VIRTIO_CONSOLE tristate "Virtio console" depends on VIRTIO select HVC_DRIVER ??? Cheers, Rusty.