Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2015-12-10 Thread Michal Marek
Dne 9.12.2015 v 22:34 Andy Lutomirski napsal(a): > On Fri, Jun 13, 2014 at 2:39 AM, Michal Marek wrote: >> Based on a x86-only patch by Andy Lutomirski >> >> With modular kernels, 'make install' is going to need the installed >> modules at some point to generate the initramfs. >> >>

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2015-12-10 Thread Michal Marek
Dne 9.12.2015 v 22:34 Andy Lutomirski napsal(a): > On Fri, Jun 13, 2014 at 2:39 AM, Michal Marek wrote: >> Based on a x86-only patch by Andy Lutomirski >> >> With modular kernels, 'make install' is going to need the installed >> modules at some point to

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2015-12-09 Thread Andy Lutomirski
On Fri, Jun 13, 2014 at 2:39 AM, Michal Marek wrote: > Based on a x86-only patch by Andy Lutomirski > > With modular kernels, 'make install' is going to need the installed > modules at some point to generate the initramfs. > > Signed-off-by: Michal Marek > --- > Makefile | 6 ++ > 1 file

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2015-12-09 Thread Andy Lutomirski
On Fri, Jun 13, 2014 at 2:39 AM, Michal Marek wrote: > Based on a x86-only patch by Andy Lutomirski > > With modular kernels, 'make install' is going to need the installed > modules at some point to generate the initramfs. > > Signed-off-by: Michal Marek

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-07 Thread Michal Marek
On 2014-07-05 01:45, Andy Lutomirski wrote: > On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek wrote: >> Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): >>> On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): > Based on a x86-only patch by Andy

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-07 Thread Michal Marek
On 2014-07-05 01:45, Andy Lutomirski wrote: On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-04 Thread Andy Lutomirski
On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek wrote: > Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): >> On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: >>> Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only patch by Andy Lutomirski With modular kernels, 'make

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-04 Thread Michal Marek
Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): > On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: >> Dne 13.6.2014 11:39, Michal Marek napsal(a): >>> Based on a x86-only patch by Andy Lutomirski >>> >>> With modular kernels, 'make install' is going to need the installed >>> modules at some

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-04 Thread Michal Marek
Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only patch by Andy Lutomirski l...@amacapital.net With modular kernels, 'make install' is going to need the installed

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-07-04 Thread Andy Lutomirski
On Fri, Jul 4, 2014 at 3:15 PM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 19:29, Andy Lutomirski napsal(a): On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only patch by Andy Lutomirski l...@amacapital.net

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Andy Lutomirski
On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek wrote: > Dne 13.6.2014 11:39, Michal Marek napsal(a): >> Based on a x86-only patch by Andy Lutomirski >> >> With modular kernels, 'make install' is going to need the installed >> modules at some point to generate the initramfs. >> >> Signed-off-by:

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Michal Marek
Dne 13.6.2014 11:39, Michal Marek napsal(a): > Based on a x86-only patch by Andy Lutomirski > > With modular kernels, 'make install' is going to need the installed > modules at some point to generate the initramfs. > > Signed-off-by: Michal Marek > --- > Makefile | 6 ++ > 1 file changed,

[PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Michal Marek
Based on a x86-only patch by Andy Lutomirski With modular kernels, 'make install' is going to need the installed modules at some point to generate the initramfs. Signed-off-by: Michal Marek --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index

[PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Michal Marek
Based on a x86-only patch by Andy Lutomirski l...@amacapital.net With modular kernels, 'make install' is going to need the installed modules at some point to generate the initramfs. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Michal Marek
Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only patch by Andy Lutomirski l...@amacapital.net With modular kernels, 'make install' is going to need the installed modules at some point to generate the initramfs. Signed-off-by: Michal Marek mma...@suse.cz --- Makefile | 6

Re: [PATCH] kbuild: Do not run modules_install and install in paralel

2014-06-13 Thread Andy Lutomirski
On Fri, Jun 13, 2014 at 2:45 AM, Michal Marek mma...@suse.cz wrote: Dne 13.6.2014 11:39, Michal Marek napsal(a): Based on a x86-only patch by Andy Lutomirski l...@amacapital.net With modular kernels, 'make install' is going to need the installed modules at some point to generate the