All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] skas patch 2.6.0 -A4 mistake
@ 2003-12-20 15:50 Nicolas Dimitrijevic
  2003-12-20 23:56 ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Dimitrijevic @ 2003-12-20 15:50 UTC (permalink / raw)
  To: user-mode-linux-devel

Hi, I'm new here, with a really poor english, so, i will be short ;)

From the patch of Ingo Molnar 2.6.0-A4, it seem that you have modified the case MM_COPY_SEGMENTS has 'BlaisorBlade' has suggested, but at the wrong place:

you have changed the ret=0 to ret=count in the PTRACE_SWITCH_MM case from file kernel/ptrace.c instead of MM_COPY_SEGMENTS case from mm/proc_mm.c

nicod

--
Nicolas Dimitrijevic - Sengena SARL - http://www.sengena.com
tel: (33)4 91 40 46 50


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] skas patch 2.6.0 -A4 mistake
  2003-12-20 15:50 [uml-devel] skas patch 2.6.0 -A4 mistake Nicolas Dimitrijevic
@ 2003-12-20 23:56 ` Ingo Molnar
  2003-12-22  7:10   ` David B Harris
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2003-12-20 23:56 UTC (permalink / raw)
  To: Nicolas Dimitrijevic; +Cc: user-mode-linux-devel


* Nicolas Dimitrijevic <uml-nicospam@sengena.com> wrote:

> you have changed the ret=0 to ret=count in the PTRACE_SWITCH_MM case
> from file kernel/ptrace.c instead of MM_COPY_SEGMENTS case from
> mm/proc_mm.c

doh - you are right, -A5 uploaded.

/me should quit fixing bugs by hand-editing patches ...

	Ingo



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] skas patch 2.6.0 -A4 mistake
  2003-12-20 23:56 ` Ingo Molnar
@ 2003-12-22  7:10   ` David B Harris
  2003-12-22  9:07     ` Matt Zimmerman
  0 siblings, 1 reply; 5+ messages in thread
From: David B Harris @ 2003-12-22  7:10 UTC (permalink / raw)
  To: user-mode-linux-devel

On Sun, 21 Dec 2003 00:56:15 +0100
Ingo Molnar <mingo@elte.hu> wrote:
> > you have changed the ret=0 to ret=count in the PTRACE_SWITCH_MM case
> > from file kernel/ptrace.c instead of MM_COPY_SEGMENTS case from
> > mm/proc_mm.c
> 
> doh - you are right, -A5 uploaded.
> 
> /me should quit fixing bugs by hand-editing patches ...

Hey there :) I'm going through 2.6.0, testing that the functionality I
use is available and working (in preparation for an eventual rollout to
my machines), and I'm getting some odd behaviour with stock 2.6.0 from
kernel.org and your -combo-A5 patch applied. Debian Sid host, Debian
Woody guest:

$ linux umid=umltest ubd0=disks/umltest root=/dev/ubd0 mem=128M con0=fd:0,fd:1 con=pts eth0=tuntap,tap0 eth1=daemon init=/bin/sh
Checking for the skas3 patch in the host...found
Checking for /proc/mm...found
<snip>
VFS: Mounted root (ext3 filesystem) readonly.
init-2.05a# /etc/rcS.d/S10checkroot.sh
Activating swap.
Checking root file system...
fsck 1.27 (8-Mar-2002)
fsck.ext3: error while loading shared libraries: /lib/libcom_err.so.2: cannot read file data: Error 38
<snip>
init-2.05a# ls -l /lib/libcom_err.so.2 /lib/libcom_err.so.2.0 
lrwxrwxrwx    1 root     root           17 Dec 22 01:56 /lib/libcom_err.so.2 -> libcom_err.so.2.0
-rw-r--r--    1 root     root         5016 Mar 21  2002 /lib/libcom_err.so.2.0

On another boot, I got things like:

[ root@(none): ~/ ]# fsck.ext3 /dev/ubd0
e2fsck 1.27 (8-Mar-2002)
/dev/ubd0 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Ignore error<y>? yes

Ignore error<y>? yes

Error reading block 9299 (Function not implemented) while reading indirect blocks of inode 4073.  Ignore error<y>? yes

Any thoughts, or any more information I can provide?


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] skas patch 2.6.0 -A4 mistake
  2003-12-22  7:10   ` David B Harris
@ 2003-12-22  9:07     ` Matt Zimmerman
  2003-12-22 18:15       ` David B Harris
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Zimmerman @ 2003-12-22  9:07 UTC (permalink / raw)
  To: user-mode-linux-devel

On Mon, Dec 22, 2003 at 02:10:55AM -0500, David B Harris wrote:

> fsck.ext3: error while loading shared libraries: /lib/libcom_err.so.2: cannot read file data: Error 38

Errno 38 is ENOSYS.  See #224431/#224502.

-- 
 - mdz


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] skas patch 2.6.0 -A4 mistake
  2003-12-22  9:07     ` Matt Zimmerman
@ 2003-12-22 18:15       ` David B Harris
  0 siblings, 0 replies; 5+ messages in thread
From: David B Harris @ 2003-12-22 18:15 UTC (permalink / raw)
  To: user-mode-linux-devel

On Mon, 22 Dec 2003 01:07:07 -0800
Matt Zimmerman <mdz@debian.org> wrote:
> On Mon, Dec 22, 2003 at 02:10:55AM -0500, David B Harris wrote:
> 
> > fsck.ext3: error while loading shared libraries: /lib/libcom_err.so.2: cannot read file data: Error 38
> 
> Errno 38 is ENOSYS.  See #224431/#224502.

Thanks.


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-22 18:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-20 15:50 [uml-devel] skas patch 2.6.0 -A4 mistake Nicolas Dimitrijevic
2003-12-20 23:56 ` Ingo Molnar
2003-12-22  7:10   ` David B Harris
2003-12-22  9:07     ` Matt Zimmerman
2003-12-22 18:15       ` David B Harris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.