> 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/