From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Alan Cox <alan@redhat.com>, Jeff Dike <jdike@addtoit.com>
Subject: Re: linux-next: Tree for August 11
Date: Tue, 12 Aug 2008 10:39:08 -0700 [thread overview]
Message-ID: <48A1CABC.5010407@ct.jp.nec.com> (raw)
In-Reply-To: <20080812153851.179fc90d.sfr@canb.auug.org.au>
Stephen Rothwell wrote:
> Hi Hiroshi,
>
> On Mon, 11 Aug 2008 13:11:17 -0700 Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> wrote:
>> I got an error on um defconfig;
>>
>> arch/um/drivers/line.c: In function 'line_ioctl':
>> arch/um/drivers/line.c:306: error: implicit declaration of function 'tioclinux'
>> make[1]: *** [arch/um/drivers/line.o] Error 1
>>
>>
>> This commit may cause it.
>>
>> commit 1aa5f1fab397054a9133bcaf511973db5a6b97be
>> Author: Alan Cox <alan@redhat.com>
>> Date: Mon Aug 11 10:27:35 2008 +1000
>>
>> tty-fixup-uml
>>
>> Add a new nicer hook for tioclinux
>
> It looks like it may be fixed in today's linux-next as that patch has
> been updated.
>
Hi, thanks for working.
I got a linkage error, next;
arch/um/drivers/built-in.o: In function `line_ioctl':
/data/kernel/mainline/workdir/next/.branches/um/linux/arch/um/drivers/line.c:306: undefined reference to `tioclinux'
collect2: ld returned 1 exit status
KSYM .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
No valid symbol.
make: *** [.tmp_kallsyms1.S] Error 1
The tioclinux() is in drivers/char/vt.c and this is compiled when
CONFIG_HW_CONSOLE is enabled. I think this config is never turned on in uml,
because of the following definition in drivers/char/Kconfig;
config HW_CONSOLE
bool
depends on VT && !S390 && !UML
default y
thanks,
Hiroshi Shimamoto
next prev parent reply other threads:[~2008-08-12 17:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-11 6:46 linux-next: Tree for August 11 Stephen Rothwell
2008-08-11 20:11 ` Hiroshi Shimamoto
2008-08-12 5:38 ` Stephen Rothwell
2008-08-12 17:39 ` Hiroshi Shimamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-08-11 8:34 Stephen Rothwell
2010-08-11 4:00 Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48A1CABC.5010407@ct.jp.nec.com \
--to=h-shimamoto@ct.jp.nec.com \
--cc=alan@redhat.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.