Re: [patch] zmagic 2.2.13 fix [Re: binfmt_aout.c]

Andries.Brouwer@cwi.nl
Sat, 23 Oct 1999 20:11:49 +0200 (MET DST)


Andrea (wrote yesterday, but I got the letter first now):

> The above one is the part that made the difference in your patch.
> I forgot to alloc the bss.

> This four liner should be the only necessary fix against 2.2.13.
> Please give it a try and feedback.

> - retval = 0;
> - goto out_putf;
> + goto map_bss;
> + map_bss:

Yep, that works.

[Maybe already adding "+ ex.a_bss" to the do_mmap() would suffice?]

> About the flooding printk I believe we can left them inserted.

I strongly disagree. (It is me who is flooded with printk's.
Not a pleasure, I can tell you.)

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/