pre-upload: drop kernel whitelists

All the kernel repos have these disabled now.

BUG=chromium:466264
TEST=upload still works

Change-Id: I7fc4bf3982018f14fabe235dcbc67816f0536cf7
Reviewed-on: https://chromium-review.googlesource.com/788136
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
diff --git a/pre-upload.py b/pre-upload.py
index de65305..5be3748 100755
--- a/pre-upload.py
+++ b/pre-upload.py
@@ -58,15 +58,6 @@
 
 
 COMMON_EXCLUDED_PATHS = [
-    # Avoid doing source file checks for kernel.
-    r"/src/third_party/kernel/",
-    r"/src/third_party/kernel-next/",
-    r"/src/third_party/ktop/",
-    r"/src/third_party/punybench/",
-    r".*\bexperimental[\\\/].*",
-    r".*\b[A-Z0-9_]{2,}$",
-    r".*[\\\/]debian[\\\/]rules$",
-
     # For ebuild trees, ignore any caches and manifest data.
     r".*/Manifest$",
     r".*/metadata/[^/]*cache[^/]*/[^/]+/[^/]+$",