All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Virtual console devices
Date: Mon, 6 Aug 2018 15:56:26 +0200	[thread overview]
Message-ID: <20180806135626.GC19088@kroah.com> (raw)
In-Reply-To: <CAGF66iJsrbr15eaOFRQn1Vd7EDV1sEVcuu2DeC6A=QB+U4keCA@mail.gmail.com>

On Mon, Aug 06, 2018 at 11:15:00AM +0530, Tushar Dave wrote:
> Hello,
> 
> I am trying to optimize boot up time for my board.
> 
> I ran bootchart and observed that virtual console devices are being created
> in very high number which finally cause the boot up time to increase by 1.5
> seconds.
> 
> I have been researching as to where these are actually being created and
> have failed to find anything concrete.Is there some way to reduce the
> count of virtual devices on the kernel side?

It is userspace that is creating these consoles, so fix up your
userspace code and all should be good.

thanks,

greg k-h

      reply	other threads:[~2018-08-06 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06  5:45 Virtual console devices Tushar Dave
2018-08-06 13:56 ` Greg KH [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=20180806135626.GC19088@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@lists.kernelnewbies.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 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.