kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* The sequence of the built in kernel module be probed
@ 2016-11-02 19:29 Hao Zhang
  2016-11-06 12:05 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Hao Zhang @ 2016-11-02 19:29 UTC (permalink / raw)
  To: kernelnewbies

hi, what's the sequence of the built in kernel module be probed? and
how to change it ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* The sequence of the built in kernel module be probed
  2016-11-02 19:29 The sequence of the built in kernel module be probed Hao Zhang
@ 2016-11-06 12:05 ` Greg KH
  2016-11-07  4:05   ` Amit Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2016-11-06 12:05 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Nov 03, 2016 at 03:29:59AM +0800, Hao Zhang wrote:
> hi, what's the sequence of the built in kernel module be probed?

Link order.

> and how to change it ?

Change the order in which the modules are linked by moving their
location in the Makefile.

Hope this helps,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* The sequence of the built in kernel module be probed
  2016-11-06 12:05 ` Greg KH
@ 2016-11-07  4:05   ` Amit Kumar
  0 siblings, 0 replies; 3+ messages in thread
From: Amit Kumar @ 2016-11-07  4:05 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Nov 6, 2016, 5:35 PM Greg KH <greg@kroah.com> wrote:

> On Thu, Nov 03, 2016 at 03:29:59AM +0800, Hao Zhang wrote:
> > hi, what's the sequence of the built in kernel module be probed?
>
> Link order.
>
> > and how to change it ?
>
> Change the order in which the modules are linked by moving their
> location in the Makefile.
>
> http://lxr.free-electrons.com/source/Documentation/kbuild/kbuild.txt

There is a modules.order file which records the order of modules in the
Makefile.

> Hope this helps,
>
> greg k-h
>
> A kernel newbie,
>
Amit Kumar

> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161107/3e86581a/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-07  4:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 19:29 The sequence of the built in kernel module be probed Hao Zhang
2016-11-06 12:05 ` Greg KH
2016-11-07  4:05   ` Amit Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).