Re: [PATCH] depmod: sort output according to modules.order, take #2

2008-01-02 Thread Jon Masters
On Thu, 2008-01-03 at 10:12 +1100, Rusty Russell wrote: > Oh, sorry. Jon is now module-init-tools maintainer, and I've cc'd him and > forwarded your original patch. Ta. I was semi-offline last week due to holidays, but already saw the original mail and have another fix for debug sections - will

Re: [PATCH] depmod: sort output according to modules.order, take #2

2008-01-02 Thread Rusty Russell
On Wednesday 02 January 2008 22:13:52 Tejun Heo wrote: > Tejun Heo wrote: > > Tejun Heo wrote: > >> Kbuild now generates and installs modules.order along with modules. > >> This patch updates depmod such that it sorts module list according to > >> the file before generating output files. Modules w

Re: [PATCH] depmod: sort output according to modules.order, take #2

2008-01-02 Thread Tejun Heo
Tejun Heo wrote: > Tejun Heo wrote: >> Kbuild now generates and installs modules.order along with modules. >> This patch updates depmod such that it sorts module list according to >> the file before generating output files. Modules which aren't on >> modules.order are put after modules which are o

Re: [PATCH] depmod: sort output according to modules.order, take #2

2007-12-12 Thread Greg KH
On Fri, Dec 07, 2007 at 09:07:57PM +0900, Tejun Heo wrote: > Kbuild now generates and installs modules.order along with modules. > This patch updates depmod such that it sorts module list according to > the file before generating output files. Modules which aren't on > modules.order are put after

Re: [PATCH] depmod: sort output according to modules.order, take #2

2007-12-09 Thread Tejun Heo
Tejun Heo wrote: > Kbuild now generates and installs modules.order along with modules. > This patch updates depmod such that it sorts module list according to > the file before generating output files. Modules which aren't on > modules.order are put after modules which are ordered by > modules.ord

[PATCH] depmod: sort output according to modules.order, take #2

2007-12-07 Thread Tejun Heo
Kbuild now generates and installs modules.order along with modules. This patch updates depmod such that it sorts module list according to the file before generating output files. Modules which aren't on modules.order are put after modules which are ordered by modules.order. This makes modprobe to