Re: [PATCH] Make modules work in Linus' tree on ARM

From: Daniel Jacobowitz
Date: Mon Aug 18 2003 - 14:30:30 EST


On Thu, Aug 14, 2003 at 09:19:17AM -0700, Linus Torvalds wrote:
>
> On Thu, 14 Aug 2003, Russell King wrote:
> >
> > After reviewing the /proc/kcore and kclist issues, I've decided that I'm
> > no longer prepared to even _think_ about supporting /proc/kcore on ARM -
>
> I suspect we should just remove it altogether.
>
> Does anybody actually _use_ /proc/kcore? It was one of those "cool
> feature" things, but I certainly haven't ever used it myself except for
> testing, and it's historically often been broken after various kernel
> infrastructure updates, and people haven't complained..
>
> Comments?

Speaking only for me, and all that.

I use it. It's actually pretty handy sometimes, because it lets me
peek at task structures et cetera from userspace; so when I have a
problem with the kernel accessing the wrong memory, I can go figure out
what it's actually looking at.

This is a sort of poor-man's-kgdb. I don't think there's much need for
/proc/kcore if you have a working kgdb, which I'd still like to see
cleaned up and integrated.

--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
-
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/