]> 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)
commit15ac3011bd7c47c22d73d5699e5c27c8e684c02a
treebb1d38bf2d0c5e0cd40366fd221fe0db647e9e4b
parentd58967d44e4ffd67f6e7fbb8e2a565e13289a213
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