]> git.baikalelectronics.ru Git - kernel.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:52:19 +0000 (08:52 -0600)
commit7a4370b63f698b58532bd3b986f730d4fe76bfe5
treebb1d38bf2d0c5e0cd40366fd221fe0db647e9e4b
parent85a4c39a083973e86175f3e7214b82a1e3bec63f
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