diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index fb8258ebc577..280ec06573e6 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -82,6 +82,17 @@ Who: Dominik Brodowski <linux@brodo.de> | |||
82 | 82 | ||
83 | --------------------------- | 83 | --------------------------- |
84 | 84 | ||
85 | What: a.out interpreter support for ELF executables | ||
86 | When: 2.6.25 | ||
87 | Files: fs/binfmt_elf.c | ||
88 | Why: Using a.out interpreters for ELF executables was a feature for | ||
89 | transition from a.out to ELF. But now it is unlikely to be still | ||
90 | needed anymore and removing it would simplify the hairy ELF | ||
91 | loader code. | ||
92 | Who: Andi Kleen <ak@suse.de> | ||
93 | |||
94 | --------------------------- | ||
95 | |||
85 | What: remove EXPORT_SYMBOL(kernel_thread) | 96 | What: remove EXPORT_SYMBOL(kernel_thread) |
86 | When: August 2006 | 97 | When: August 2006 |
87 | Files: arch/*/kernel/*_ksyms.c | 98 | Files: arch/*/kernel/*_ksyms.c |