This is something I also noticed in the main kernel:
why & 4095? the kernel stack is 2 pages long.
I just checked the alpha version, they also scan only 0x1FF8 bytes (1*8kB ),
i.e. 1 page.
Is that legacy code from 2.0?
IMHO, that's a bug
-- Manfred P.S.: Do you think Linus would accept kassert() for the standard kernel?
- 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/