aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features/debug
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-05-01 18:02:19 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-05-01 18:02:19 -0400
commit2dbf3d5c32bf905c2575e5759f2ab6262ec9c6c5 (patch)
tree87e5db1874023302f19bbd9e5ef37345987e3aa3 /Documentation/features/debug
parenta25fb8508c1b80dce742dbeaa4d75a1e9f2c5617 (diff)
parent01e7bc241d4cf8176cfc77ccd13988dc6f0414c4 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32
Pull AVR32 removal from Hans-Christian Noren Egtvedt: "This will remove support for AVR32 architecture from the kernel and clean away the most obvious architecture related parts. Removing dead code in drivers is the next step" Notes from previous discussion about this: "The AVR32 architecture is not keeping up with the development of the kernel, and since it shares so much of the drivers with Atmel ARM SoC, it is starting to hinder these drivers to develop swiftly. Also, all AVR32 AP7 SoC processors are end of lifed from Atmel (now Microchip). Finally, the GCC toolchain is stuck at version 4.2.x, and has not received any patches since the last release from Atmel; 4.2.4-atmel.1.1.3.avr32linux.1. When building kernel v4.10, this toolchain is no longer able to properly link the network stack. Haavard and I have came to the conclusion that we feel keeping AVR32 on life support offers more obstacles for Atmel ARMs, than it gives joy to AVR32 users. I also suspect there are very few AVR32 users left today, if anybody at all" That discussion was acked by Andy Shevchenko, Boris Brezillon, Nicolas Ferre, and Haavard Skinnemoen. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32: mm: remove AVR32 arch special handling in mm/Kconfig lib: remove check for AVR32 arch in test_user_copy lib: remove AVR32 entry in Kconfig.debug compile with frame pointers scripts: remove AVR32 support from checkstack.pl docs: remove all references to AVR32 architecture avr32: remove support for AVR32 architecture
Diffstat (limited to 'Documentation/features/debug')
-rw-r--r--Documentation/features/debug/KASAN/arch-support.txt1
-rw-r--r--Documentation/features/debug/gcov-profile-all/arch-support.txt1
-rw-r--r--Documentation/features/debug/kgdb/arch-support.txt1
-rw-r--r--Documentation/features/debug/kprobes-on-ftrace/arch-support.txt1
-rw-r--r--Documentation/features/debug/kprobes/arch-support.txt1
-rw-r--r--Documentation/features/debug/kretprobes/arch-support.txt1
-rw-r--r--Documentation/features/debug/optprobes/arch-support.txt1
-rw-r--r--Documentation/features/debug/stackprotector/arch-support.txt1
-rw-r--r--Documentation/features/debug/uprobes/arch-support.txt1
-rw-r--r--Documentation/features/debug/user-ret-profiler/arch-support.txt1
10 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/features/debug/KASAN/arch-support.txt b/Documentation/features/debug/KASAN/arch-support.txt
index 703f5784bc90..76bbd7fe27b3 100644
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/KASAN/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | TODO | 11 | arm: | TODO |
12 | arm64: | ok | 12 | arm64: | ok |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/gcov-profile-all/arch-support.txt b/Documentation/features/debug/gcov-profile-all/arch-support.txt
index 38dea8eeba0a..830dbe801aaf 100644
--- a/Documentation/features/debug/gcov-profile-all/arch-support.txt
+++ b/Documentation/features/debug/gcov-profile-all/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | ok | 12 | arm64: | ok |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/kgdb/arch-support.txt b/Documentation/features/debug/kgdb/arch-support.txt
index 862e15d6f79e..0217bf6e942d 100644
--- a/Documentation/features/debug/kgdb/arch-support.txt
+++ b/Documentation/features/debug/kgdb/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | ok | 10 | arc: | ok |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | ok | 12 | arm64: | ok |
13 | avr32: | TODO |
14 | blackfin: | ok | 13 | blackfin: | ok |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
index 40f44d041fb4..f9133a921d5a 100644
--- a/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
+++ b/Documentation/features/debug/kprobes-on-ftrace/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | TODO | 11 | arm: | TODO |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/kprobes/arch-support.txt b/Documentation/features/debug/kprobes/arch-support.txt
index a44bfff6940b..529f66eda679 100644
--- a/Documentation/features/debug/kprobes/arch-support.txt
+++ b/Documentation/features/debug/kprobes/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | ok | 10 | arc: | ok |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | ok |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/kretprobes/arch-support.txt b/Documentation/features/debug/kretprobes/arch-support.txt
index d87c1ce24204..43353242e439 100644
--- a/Documentation/features/debug/kretprobes/arch-support.txt
+++ b/Documentation/features/debug/kretprobes/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | ok | 10 | arc: | ok |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/optprobes/arch-support.txt b/Documentation/features/debug/optprobes/arch-support.txt
index b8999d8544ca..f559f1ba5416 100644
--- a/Documentation/features/debug/optprobes/arch-support.txt
+++ b/Documentation/features/debug/optprobes/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/stackprotector/arch-support.txt b/Documentation/features/debug/stackprotector/arch-support.txt
index 0fa423313409..d7acd7bd3619 100644
--- a/Documentation/features/debug/stackprotector/arch-support.txt
+++ b/Documentation/features/debug/stackprotector/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | ok | 12 | arm64: | ok |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/uprobes/arch-support.txt b/Documentation/features/debug/uprobes/arch-support.txt
index d605c3fc38fd..53ed42b0e7e5 100644
--- a/Documentation/features/debug/uprobes/arch-support.txt
+++ b/Documentation/features/debug/uprobes/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | ok | 11 | arm: | ok |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |
diff --git a/Documentation/features/debug/user-ret-profiler/arch-support.txt b/Documentation/features/debug/user-ret-profiler/arch-support.txt
index 44cc1ff3f603..149443936de9 100644
--- a/Documentation/features/debug/user-ret-profiler/arch-support.txt
+++ b/Documentation/features/debug/user-ret-profiler/arch-support.txt
@@ -10,7 +10,6 @@
10 | arc: | TODO | 10 | arc: | TODO |
11 | arm: | TODO | 11 | arm: | TODO |
12 | arm64: | TODO | 12 | arm64: | TODO |
13 | avr32: | TODO |
14 | blackfin: | TODO | 13 | blackfin: | TODO |
15 | c6x: | TODO | 14 | c6x: | TODO |
16 | cris: | TODO | 15 | cris: | TODO |