Skip to content

Commit

Permalink
Revert "scripts/gdb: add a Radix Tree Parser"
Browse files Browse the repository at this point in the history
This reverts commit e127a73 ("scripts/gdb: add a Radix Tree
Parser")

The python implementation of radix-tree was merged at the same time as
the radix-tree system was heavily reworked from commit e9256ef
("radix-tree: introduce radix_tree_empty") to 3bcadd6 ("radix-tree:
free up the bottom bit of exceptional entries for reuse") and no longer
functions, but also prevents other gdb scripts from loading.

This functionality has not yet hit a release, so simply remove it for
now

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kieran Bingham <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Kieran Bingham authored and torvalds committed Jul 15, 2016
1 parent 552ab2a commit b447e02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
7 changes: 0 additions & 7 deletions scripts/gdb/linux/constants.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include <linux/fs.h>
#include <linux/mount.h>
#include <linux/radix-tree.h>

/* We need to stringify expanded macros so that they can be parsed */

Expand Down Expand Up @@ -51,9 +50,3 @@ LX_VALUE(MNT_NOEXEC)
LX_VALUE(MNT_NOATIME)
LX_VALUE(MNT_NODIRATIME)
LX_VALUE(MNT_RELATIME)

/* linux/radix-tree.h */
LX_VALUE(RADIX_TREE_INDIRECT_PTR)
LX_GDBPARSED(RADIX_TREE_HEIGHT_MASK)
LX_GDBPARSED(RADIX_TREE_MAP_SHIFT)
LX_GDBPARSED(RADIX_TREE_MAP_MASK)
97 changes: 0 additions & 97 deletions scripts/gdb/linux/radixtree.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/gdb/vmlinux-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
import linux.lists
import linux.proc
import linux.constants
import linux.radixtree

0 comments on commit b447e02

Please sign in to comment.