From: Dirk Behme <dirk.behme@gmail.com>
To: "Bird, Tim" <Tim.Bird@sonymobile.com>,
"linux-embedded@vger.kernel.org" <linux-embedded@vger.kernel.org>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: "tim.bird@am.sony.com" <tim.bird@am.sony.com>,
"Christopher_Hallinan@mentor.com"
<Christopher_Hallinan@mentor.com>
Subject: Re: Why is the deferred initcall patch not mainline?
Date: Sun, 19 Oct 2014 08:59:20 +0200 [thread overview]
Message-ID: <54436148.8080803@gmail.com> (raw)
In-Reply-To: <nngd3gtlr4ltyk2mo7p2sn30.1413619885726@email.android.com>
On 18.10.2014 10:11, Bird, Tim wrote:
> The answer is pretty easy, I think. I tried to mainline it once but failed, and didn't really try again. If it is being found useful, we should try to mainline it again, this time with more persistence. The reason it got rejected before IIRC was that you can accomplish a similar thing with modules, with no changes to the kernel. But that doesn't cover the case where the loadable modules feature of the kernel is turned off, which is common in very small systems.
Just some other uses cases: You want to avoid the overhead of ELF
module loading, even if module loading is on. We've seen a lot of
cases where the overall boot time is a lot faster having the driver in
the kernel than loading it as module. Even if the kernel size and
therefore its load time increases with this.
And if you want to have the driver quite early, earlier than the user
space loads the modules. But want to have the delay/wait time of that
driver to be running _after_ you have mounted the rootfs.
Thanks
Dirk
Btw.: Does anybody have the correct mail address of Chris? Maybe he
has some opinions on this, too, as his talk is the starting point of
this discussion ;)
> ---- Dirk Behme wrote ----
>
> Hi,
>
> During the ELCE 2014 in Duesseldorf in Chris Hallinan's talk [1] there
> has been the unanswered question why the deferred initcall patch [2]
> isn't mainline, yet.
>
> Anybody remembers?
>
> Best regards
>
> Dirk
>
>
> [1] http://sched.co/1yG5fmY
>
> [2] http://elinux.org/Deferred_Initcalls
> --
> To unsubscribe from this list: send the line "unsubscribe linux-embedded" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-10-19 6:59 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-18 5:07 Why is the deferred initcall patch not mainline? Dirk Behme
2014-10-18 8:11 ` Bird, Tim
2014-10-18 14:05 ` Alexandre Belloni
2014-10-18 21:09 ` Bird, Tim
2014-10-20 8:32 ` Geert Uytterhoeven
2014-10-19 6:59 ` Dirk Behme [this message]
2014-10-21 11:27 ` Alexandre Belloni
2014-10-21 12:52 ` Grant Likely
2014-10-21 12:53 ` Grant Likely
2014-10-21 16:31 ` Nicolas Pitre
2014-10-21 19:37 ` Bird, Tim
2014-10-21 19:58 ` Nicolas Pitre
2014-10-22 10:05 ` Geert Uytterhoeven
2014-10-22 15:05 ` Rob Landley
2014-10-22 15:49 ` Nicolas Pitre
2014-10-23 17:21 ` Bird, Tim
2014-10-23 17:56 ` Nicolas Pitre
2014-10-23 18:13 ` Alexandre Belloni
2014-10-23 19:05 ` Nicolas Pitre
2014-10-23 20:10 ` Bird, Tim
2014-10-23 20:50 ` Nicolas Pitre
2014-10-23 22:37 ` Rob Landley
2014-10-24 0:36 ` Nicolas Pitre
2014-10-24 19:38 ` Rob Landley
2014-10-24 20:28 ` Geert Uytterhoeven
2014-10-27 20:29 ` Nicolas Pitre
2014-10-27 21:37 ` Alexandre Belloni
2014-10-29 23:49 ` Tim Bird
2014-10-30 8:51 ` Geert Uytterhoeven
2014-11-02 2:37 ` Nicolas Pitre
2014-11-02 9:01 ` Geert Uytterhoeven
2014-11-02 3:46 ` Nicolas Pitre
2014-10-24 21:05 ` Nicolas Pitre
2014-10-23 22:01 ` Rob Landley
2014-10-24 0:31 ` Nicolas Pitre
2014-10-23 18:37 ` Rob Landley
2014-10-22 5:31 ` Dirk Behme
2014-10-22 9:49 ` Frank Rowand
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=54436148.8080803@gmail.com \
--to=dirk.behme@gmail.com \
--cc=Christopher_Hallinan@mentor.com \
--cc=Tim.Bird@sonymobile.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=linux-embedded@vger.kernel.org \
--cc=tim.bird@am.sony.com \
/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.