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
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.
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/
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
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
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
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 <[
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
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
-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
-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
-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
-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
-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]>
-
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
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
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo