[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs

Re: [uml-devel] [PATCH] [PATCH] uml: fix static linking for real

2007-03-30 Thread Jeff Dike
On Sat, Mar 31, 2007 at 03:20:27AM +0200, Paolo 'Blaisorblade' Giarrusso wrote: > There was a typo in commit 7632fc8f809a97f9d82ce125e8e3e579390ce2e5, > preventing > it from working - 32bit binaries crashed hopelessly before the below fix and > work perfectly now. > Merge for 2.6.21, please. ACK.

Re: [uml-devel] [patch 06/37] UML - Fix static linking

2007-03-30 Thread Blaisorblade
On venerdì 30 marzo 2007, Greg KH wrote: > -stable review patch. If anyone has any objections, please let us know. I have one objection, the fix has a typo! This is the additional fix (note '.note' instead of 'note'): --- linux-2.6.git.orig/include/asm-um/common.lds.S +++ linux-2.6.git/include/

[uml-devel] [PATCH] [PATCH] uml: fix static linking for real

2007-03-30 Thread Paolo 'Blaisorblade' Giarrusso
There was a typo in commit 7632fc8f809a97f9d82ce125e8e3e579390ce2e5, preventing it from working - 32bit binaries crashed hopelessly before the below fix and work perfectly now. Merge for 2.6.21, please. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- include/asm-um/common.l

[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs

[uml-devel] parity

2007-03-30 Thread Tyler Steve
Clearly, there are many little things that don't work. Tools, Tips and Deals for the Business Traveler at Orbitz. in code blocks on your pages. DealofDay: Fetching US-Moving. com - New Orleans Jazz Fest: Great rates, book your hotel now Hold on! Other HelpWanted: if anyone wants to volunteer to

Re: [uml-devel] [PATCH 1/2] UML - Fix umid in xterm titles

2007-03-30 Thread Blaisorblade
On venerdì 30 marzo 2007, Jeff Dike wrote: > From: Davide Brini <[EMAIL PROTECTED]> > > Calls lines_init() *after* xterm_title is modified to include umid. > > Signed-off-by: Davide Brini <[EMAIL PROTECTED]> > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Acked-by: Paolo 'Blaisorblade' Giarrusso <[

Re: [uml-devel] [PATCH 2/2] UML - Speed up exec

2007-03-30 Thread Blaisorblade
On venerdì 30 marzo 2007, Jeff Dike wrote: > flush_thread doesn't need to do a full page table walk in order to > clear the address space. It knows what the end result needs to be, so > it can call unmap directly. > > This results in a 10-20% speedup in an exec from bash. Oh, yeah! When porting p

[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs

[uml-devel] [patch 06/37] UML - Fix static linking

2007-03-30 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> During a static link, ld has started putting a .note section in the .uml.setup.init section. This has the result that the UML setups begin with 32 bytes of garbage and

[uml-devel] [patch 06/37] UML - Fix static linking

2007-03-30 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> During a static link, ld has started putting a .note section in the .uml.setup.init section. This has the result that the UML setups begin with 32 bytes of garbage and

[uml-devel] [patch 07/37] UML - use correct register file size everywhere

2007-03-30 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> This patch uses MAX_REG_NR consistently to refer to the register file size. FRAME_SIZE isn't sufficient because on x86_64, it is smaller than the ptrace register file s

[uml-devel] [patch 05/37] UML - host VDSO fix

2007-03-30 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> This fixes a problem seen by a number of people running UML on newer host kernels. init would hang with an infinite segfault loop. It turns out that the host kernel wa

[uml-devel] [patch 04/37] UML - fix epoll

2007-03-30 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Jeff Dike <[EMAIL PROTECTED]> UML/x86_64 needs the same packing of struct epoll_event as x86_64. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> -

[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs

[uml-devel] patch uml-use-correct-register-file-size-everywhere.patch queued to -stable tree

2007-03-30 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: UML - use correct register file size everywhere to the 2.6.20-stable tree. Its filename is uml-use-correct-register-file-size-everywhere.patch A git repo of this tree can be found at http://ww

[uml-devel] patch uml-host-vdso-fix.patch queued to -stable tree

2007-03-30 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: UML - host VDSO fix to the 2.6.20-stable tree. Its filename is uml-host-vdso-fix.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue

[uml-devel] patch uml-fix-epoll.patch queued to -stable tree

2007-03-30 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: UML - fix epoll to the 2.6.20-stable tree. Its filename is uml-fix-epoll.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=s

[uml-devel] patch uml-fix-static-linking.patch queued to -stable tree

2007-03-30 Thread gregkh
This is a note to let you know that we have just queued up the patch titled Subject: UML - Fix static linking to the 2.6.20-stable tree. Its filename is uml-fix-static-linking.patch A git repo of this tree can be found at http://www.kernel.org/git/?p=linux/kernel/git/stable/st

[uml-devel] "Stracing" guest from gdb on the host and examining its memory.

2007-03-30 Thread Blaisorblade
Today I ran -mm as UML. To debug some hard problems (in the end that udev on Dapper doesn't like -mm kernels, while the one on Breezy does - so /dev/tty* doesn't get created and getty never starts), I found an efficient enough way to strace system calls from the guest. Note that YMMV - below I

[uml-devel] [PATCH 1/2] UML - Fix umid in xterm titles

2007-03-30 Thread Jeff Dike
From: Davide Brini <[EMAIL PROTECTED]> Calls lines_init() *after* xterm_title is modified to include umid. Signed-off-by: Davide Brini <[EMAIL PROTECTED]> Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/drivers/ssl.c |4 ++-- arch/um/drivers/stdio_console.c |4 ++-- 2 f

[uml-devel] [PATCH 0/2] UML - two for 2.6.22

2007-03-30 Thread Jeff Dike
These two patches are 2.6.22 material. Jeff -- Work email - jdike at linux dot intel dot com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

[uml-devel] [PATCH 2/2] UML - Speed up exec

2007-03-30 Thread Jeff Dike
flush_thread doesn't need to do a full page table walk in order to clear the address space. It knows what the end result needs to be, so it can call unmap directly. This results in a 10-20% speedup in an exec from bash. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> -- arch/um/kernel/skas/exec.c

[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs

Re: [uml-devel] [PATCH] UML - fix I/O hang when multiple devices are in use

2007-03-30 Thread Blaisorblade
On giovedì 29 marzo 2007, Jeff Dike wrote: > On Thu, Mar 29, 2007 at 02:36:43AM +0200, Blaisorblade wrote: > > > Sometimes you need to. I'd probably just remove the do_ubd check and > > > always recall the request function when handling completions, it's > > > easier and safe. > > If I'm understand

[uml-devel] Odpowiedz automatyczna

2007-03-30 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techs