There can be only one!
Signed-off-by: Rob Landley <[EMAIL PROTECTED]>
diff -ur linux-2.6.11/arch/um/Kconfig linux-2.6.11.new/arch/um/Kconfig
--- linux-2.6.11/arch/um/Kconfig2005-03-02 01:38:09.0 -0600
+++ linux-2.6.11.new/arch/um/Kconfig2005-03-16 17:38:54.0 -0600
@@
[EMAIL PROTECTED]
±z¦³§b±b¶Ü¡H
A8A8A
±zÃhºÃ¦Û¤v¥u¬O¹B®ð¤£¦n¶Ü¡H
±z¦³§b±b°ÝÃDn¿Ô°Ó¶Ü¡H
§A¦³¥ô¦ó¼x«H¤è±°ÝÃD¶Ü¡H
A8A8A
½Ð¥ß§Y¨Ó¹q:¢¯¢¸¢²¢·¡Ð¢¯¢¸¢²¢µ¡Ð¢±¢µ
A8A8A
¤u°Ó¤ÎÓ¤H¹O±b¶Ê¦¬±M®a
¤£½×¦~¤[§b±bÁÙ¬O³Ìªñ³Â·Ð
§Ú̬ҥi³B²z
±M®×´M¤H
¦æÂܺʱ±
¿ýµÄá¼v
¨ä¥¦ºØºØ§xÂZ
A8A8A
»Ýn¹O´Á±b´Ú§K¶O¿Ô¸ß½Ð¸Ô²Ó¶ñ¼g±z
I'm trying to simulate some hardware with a driver
which maps a region of kernel memory (allocated with
kmalloc) to user space.
The user is called mmap which gives him direct access
to some register space.
This works well on a real Linux box but when I try
to simulate the register region with ker
http://www.user-mode-linux.org/~blaisorblade/ down ?
Itamar Reis Peixoto
+55 (34) 3238 3845
e-mail : [EMAIL PROTECTED]
http://vps.ispbrasil.com.br
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=c
On Thursday 17 March 2005 16:53, itamar wrote:
> http://www.user-mode-linux.org/~blaisorblade/ down ?
Yes, just verified... the mirror below is still up, and seems up to date...
http://uml.linode.com/blaisorblade/
Note I don't run the mirror (it's auto-synced periodically) and I don't manage
th
On Thu, Mar 17, 2005 at 03:52:53PM -0300, itamar wrote:
> I am running a uml machine, and I am getting this errors.
>
> __alloc_pages: 0-order allocation failed (gfp=0xf0/0)
> __alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
> __alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
> __alloc
I am running a uml machine, and I am getting this errors.
__alloc_pages: 0-order allocation failed (gfp=0xf0/0)
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
__alloc_pages: 0-order
In the host I have 512 mb of ram
I am running the guest kernel with mem=256M
Itamar Reis Peixoto
+55 (34) 3238 3845
e-mail : [EMAIL PROTECTED]
http://vps.ispbrasil.com.br
I am running a uml machine, and I am getting this errors.
__alloc_pages: 0-order allocation failed (gfp=0xf0/0)
__alloc_pages:
The mail I'm forwarding describes a local DoS problem of 2.6.9/2.6.10, solved
in 2.6.11 to my knowledge (and probably, before, in the -ac tree). I.e. the
creation of unkillable processes due to a signal deadlock (not a race).
So, I guess now that it's solved it's time to publicly disclose it...
On Thursday 17 March 2005 08:19, Rob Landley wrote:
> There can be only one!
Yes, but I prefer slightly the current way, since it's more similar to the
obj-$(CONFIG_WHATEVER) += whatyouneed.o Kbuild idiom...
> Signed-off-by: Rob Landley <[EMAIL PROTECTED]>
>
>
> diff -ur linux-2.6.11/arch/um/Kco
On Thu, Mar 17, 2005 at 04:13:37PM -0300, itamar wrote:
> I am running the guest kernel with mem=256M
does it sound reasonable that 256MB of memory is in use? if so can
you trim that down?
if this seems too high we need to see if there is a leak somewhere
On Thu, Mar 17, 2005 at 04:13:37PM -0300, itamar wrote:
> In the host I have 512 mb of ram
>
> I am running the guest kernel with mem=256M
>
Do you make significant use of hostfs filesystems?
Paul
---
SF email is sponsored by - The IT Produc
[EMAIL PROTECTED] said:
> Yes, just verified... the mirror below is still up, and seems up to
> date...
>
> http://uml.linode.com/blaisorblade/
>
> Note I don't run the mirror (it's auto-synced periodically) and I
> don't manage the main host (only use the provided hosting). IIRC
> David Coulson h
Hi!
I tried running ptrace_test.c on my ppc. Initially i initialized
ORIG_EAX to 20 which is the system call number for getpid on my ppc,
but it gave out two different pids.
Then i started playing with the numbers
Finally i got same pids when i put ORIG_EAX to 0 , which is the system
call number fo
On Thursday 17 March 2005 02:22 pm, Blaisorblade wrote:
> On Thursday 17 March 2005 08:19, Rob Landley wrote:
> > There can be only one!
>
> Yes, but I prefer slightly the current way, since it's more similar to the
> obj-$(CONFIG_WHATEVER) += whatyouneed.o Kbuild idiom...
What I wanted to do was
Hi there,
I've been watching the discussion around 2.6.11 and reading the
archives and I can't find the information with any clarity that I
need. My problem is that I can't get UML to compile. I can on 2.4.27
(with the standard patches) and with 2.6.10 also.
My environment is Debian Woody with 2.
On Thursday 17 March 2005 10:18 pm, Ian McDonald wrote:
> Hi there,
>
> I've been watching the discussion around 2.6.11 and reading the
> archives and I can't find the information with any clarity that I
> need. My problem is that I can't get UML to compile. I can on 2.4.27
> (with the standard pat
Привет.
Ты что емайл сменил, на старый ящик письма не приходят?
Мне вчера друзья отправили - http://podonki.irkutsk.ru/images/ni3042_0.jpg
Помнишь я рассказывал что купил себе сотовый в 3 раза дешевле.
Вот их адресок www.cardstaff.biz Если тебя не пугает что без руссификации и без
гарантии, то
I was doing all that you said here and without the typo for menuconfig
that I put in...
I am running x86 and gcc 2.95.4 - I am suspecting the gcc may be an
issue but maybe I should also pull down the kernel from another mirror
in case my mirror is not good that I am using...
On Thu, 17 Mar 2005
20 matches
Mail list logo