Bug#444682: [PATCH] Fix segfault on assembly on amd64 with v1 superblocks

2007-10-01 Thread martin f krafft
also sprach Jérémy Bobbio <[EMAIL PROTECTED]> [2007.09.30.2140 +0100]: > --- mdadm-2.6.3+200709292116+4450e59.orig/super1.c > +++ mdadm-2.6.3+200709292116+4450e59/super1.c > @@ -1020,7 +1020,7 @@ > tst.minor_version = bestvers; > tst.ss = &super1; >

Bug#444682: [PATCH] Fix segfault on assembly on amd64 with v1 superblocks

2007-09-30 Thread Jérémy Bobbio
Hi! On Sun, Sep 30, 2007 at 01:22:56PM +0100, martin f. krafft wrote: > Commit a40b4fe introduced a temporary supertype variable tst, instead of > manipulating st directly. However, it was forgotton to pass &tst into the > recursive load_super1 call, causing an infinite recursion. > > Signed-off-

Bug#444682: [PATCH] Fix segfault on assembly on amd64 with v1 superblocks

2007-09-30 Thread Daniel van Eeden
I've tested this patch and it works :) Daniel On Sun, 2007-09-30 at 13:22 +0100, martin f. krafft wrote: > Commit a40b4fe introduced a temporary supertype variable tst, instead of > manipulating st directly. However, it was forgotton to pass &tst into the > recursive load_super1 call, causing an