public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: "Greg Kroah-Hartman" <gregkh@suse.de>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] compat_ioctl: Supress "unknown cmd" message on serial /dev/console
Date: Sat, 16 Jan 2010 09:02:40 +0100	[thread overview]
Message-ID: <201001160902.40931.arnd@arndb.de> (raw)
In-Reply-To: <1263133756-27804-1-git-send-email-anemo@mba.ocn.ne.jp>

On Sunday 10 January 2010, Atsushi Nemoto wrote:
> After the commit fb07a5f8 ("compat_ioctl: remove all VT ioctl
> handling"), I got this error message on 64-bit mips kernel with 32-bit
> busybox userland:
> 
> ioctl32(init:1): Unknown cmd fd(0) cmd(00005600){t:'V';sz:0} arg(7fd76480) on /dev/console
> 
> The cmd 5600 is VT_OPENQRY.  The busybox's init issues this ioctl to
> know vt-console or serial-console.  If the console was serial console,
> VT ioctls are not handled by the serial driver.
> 
> And by quick search, I found some programs using VT_GETMODE to check
> vt-console is available or not.
> 
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>

Acked-by: Arnd Bergmann <arnd@arndb.de>

Thanks for adding it to your tree, Greg. I'm a bit slow on
email currently, as I'm travelling.

	Arnd

      reply	other threads:[~2010-01-16  8:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-10 14:29 [PATCH] compat_ioctl: Supress "unknown cmd" message on serial /dev/console Atsushi Nemoto
2010-01-16  8:02 ` Arnd Bergmann [this message]

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=201001160902.40931.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=anemo@mba.ocn.ne.jp \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox