Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 08:39 PM, richard -rw- weinberger wrote: > The attached patch is an updated version of stub_pte_fix.diff. It > should fix your issues. :-) yup - thx :-) -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 7:51 PM, Toralf Förster wrote: > On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: >> You .config build perfectly fine here. >> Have you tried a "make mrproper"? > ick - I forgot to un-apply your patch you sent to me related to the > trinity-madvise UML problem - comp

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: > You .config build perfectly fine here. > Have you tried a "make mrproper"? ick - I forgot to un-apply your patch you sent to me related to the trinity-madvise UML problem - compiles fine now again but this now seems not to work any longer :

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 07:41 PM, richard -rw- weinberger wrote: > You .config build perfectly fine here. > Have you tried a "make mrproper"? $ cp .config ../; make mrproper; make mrproper ARCH=um; make mrproper ARCH=um SUBARCH=x86; cp ../.config .; make ARCH=um SUBARCH=x86 oldconfig; make ARCH=um SUBARCH

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 7:26 PM, Toralf Förster wrote: > On 04/12/2013 05:00 PM, richard -rw- weinberger wrote: >> Did you specify ARCH=um and SUBARCH=? > Only ARCH=um, but the full line give the same : > > $ make ARCH=um SUBARCH=x86 > scripts/kconfig/conf --silentoldconfig arch/x86/um/Kconfig >

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 05:00 PM, richard -rw- weinberger wrote: > Did you specify ARCH=um and SUBARCH=? Only ARCH=um, but the full line give the same : $ make ARCH=um SUBARCH=x86 scripts/kconfig/conf --silentoldconfig arch/x86/um/Kconfig CHK include/generated/uapi/linux/version.h make[3]: Nothing to

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread richard -rw- weinberger
On Fri, Apr 12, 2013 at 4:52 PM, Toralf Förster wrote: > I get : > .. > CC kernel/bounds.s > GEN include/generated/bounds.h > CC arch/um/kernel/asm-offsets.s > In file included from > /home/tfoerste/devel/linux/arch/um/include/asm/mman.h:5:0, > from > /home/t