Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Joe Millenbach
On Thu, Feb 14, 2013 at 4:23 PM, Stephen Rothwell wrote: > Hi Greg, > > On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH wrote: >> On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: >> > >> > Also, has someone checked to see if any of the CONFIG_ symbols that had a >> > dependency on

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Stephen Rothwell
Hi Greg, On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH wrote: > > On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: > > > > The patch below is needed in the tty tree (which introduced CONFIG_TTY). > > Ok, now done. Thanks. > > Also, has someone checked to see if any of the

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Greg KH
On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: > Hi Greg, > > The patch below is needed in the tty tree (which introduced CONFIG_TTY). Ok, now done. > Also, has someone checked to see if any of the CONFIG_ symbols that had a > dependency on TTY added are selected anywhere

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Stephen Rothwell
Hi Greg, The patch below is needed in the tty tree (which introduced CONFIG_TTY). Also, has someone checked to see if any of the CONFIG_ symbols that had a dependency on TTY added are selected anywhere else? On Thu, 14 Feb 2013 10:55:06 -0800 Randy Dunlap wrote: > > On 02/14/13 10:45, Randy

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Randy Dunlap
On 02/14/13 10:45, Randy Dunlap wrote: > On 02/13/13 19:00, Rusty Russell wrote: >> 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': >>>

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Randy Dunlap
On 02/13/13 19:00, Rusty Russell wrote: > 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' >>

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Randy Dunlap
On 02/13/13 19:00, Rusty Russell wrote: Randy Dunlap rdun...@infradead.org 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'

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Randy Dunlap
On 02/14/13 10:45, Randy Dunlap wrote: On 02/13/13 19:00, Rusty Russell wrote: Randy Dunlap rdun...@infradead.org 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):

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Stephen Rothwell
Hi Greg, The patch below is needed in the tty tree (which introduced CONFIG_TTY). Also, has someone checked to see if any of the CONFIG_ symbols that had a dependency on TTY added are selected anywhere else? On Thu, 14 Feb 2013 10:55:06 -0800 Randy Dunlap rdun...@infradead.org wrote: On

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Greg KH
On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: Hi Greg, The patch below is needed in the tty tree (which introduced CONFIG_TTY). Ok, now done. Also, has someone checked to see if any of the CONFIG_ symbols that had a dependency on TTY added are selected anywhere else?

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Stephen Rothwell
Hi Greg, On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH g...@kroah.com wrote: On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: The patch below is needed in the tty tree (which introduced CONFIG_TTY). Ok, now done. Thanks. Also, has someone checked to see if any of the

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-14 Thread Joe Millenbach
On Thu, Feb 14, 2013 at 4:23 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Greg, On Thu, 14 Feb 2013 16:02:29 -0800 Greg KH g...@kroah.com wrote: On Fri, Feb 15, 2013 at 10:55:19AM +1100, Stephen Rothwell wrote: Also, has someone checked to see if any of the CONFIG_ symbols that had

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-13 Thread Stephen Rothwell
Hi Rusty, On Thu, 14 Feb 2013 13:30:37 +1030 Rusty Russell wrote: > > 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" >

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-13 Thread Rusty Russell
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

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-13 Thread Rusty Russell
Randy Dunlap rdun...@infradead.org 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

Re: linux-next: Tree for Feb 13 (virtio_console)

2013-02-13 Thread Stephen Rothwell
Hi Rusty, On Thu, 14 Feb 2013 13:30:37 +1030 Rusty Russell ru...@rustcorp.com.au wrote: 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