]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kdb: Remove the ll command
authorJason Wessel <jason.wessel@windriver.com>
Mon, 4 Feb 2013 16:35:33 +0000 (10:35 -0600)
committerJason Wessel <jason.wessel@windriver.com>
Sat, 2 Mar 2013 14:39:09 +0000 (08:39 -0600)
commit67d007d1b855f40c6f0b1e06ba1f6d11cfa289c2
tree3bc8c8e9a5026b6b3fdcb18bc6a4d5e7a6dbc72f
parent686f0c4e9c0826411dba34dc70e1ffebcf62ada6
kdb: Remove the ll command

Recently some code inspection was done after fixing a problem with
kmalloc used while in the kernel debugger context (which is not
legal), and it turned up the fact that kdb ll command will oops the
kernel.

Given that there have been zero bug reports on the command combined
with the fact it will oops the kernel it is clearly not being used.
Instead of fixing it, it will be removed.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/debug/kdb/kdb_main.c