Re: 2.6.0-test7 oops in proc_pid_stat

From: Linus Torvalds
Date: Thu Oct 09 2003 - 17:05:14 EST


Olaf Hering wrote:
>
> Linux version 2.6.0-test7 (olaf@zert152) (gcc version 3.2.2) #2 SMP Thu
> Oct 9 08:49:29 CEST 2003
>
> Unable to handle kernel NULL pointer dereference at virtual address
0000003c

Ok, this seems to be due to the move of the job control fields from
the task structure to the signal structure.

That looks like a bad idea, and the best thing to do is likely to just
revert the whole thing.

If you are a BK user, do a "bk changes" to find the ChangeSet that says
"[PATCH] move job control fields from task_struct to", and just do a

bk cset -xX.XXXX

where X.XXXX is the changeset number in your tree (that will depend on
exactly what else is in your tree).

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