Re: [PATCH] *(int*)0 = 0 & variations

Manfred Spraul (masp0008@stud.uni-sb.de)
Wed, 23 Jun 1999 16:56:51 +0200


> The following functions more like the userland version:
>
>#ifndef NDEBUG
># define kassert(cond) \
> if (!(cond)) { \
> printk (KERN_ERR "kassert failed in function %s, file %s, line %d:
>%s\n", \
> __FUNCTION__, \
> __FILE__, \
> __LINE__, \
> __STRING(cond)); \
> *(int*)0 = 0; \ <<<<<<<<<<<<<<<<<<<<<<<<<<<<
> }

we should split show_registers() into show_callchain() and
the rest. Don't force an oops.

--
    Manfred

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