From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:20:05 +0000 (+0200) Subject: x86: Add feature-removal entry for bzImage symlinks X-Git-Tag: firefly_0821_release~26084 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=914d97fd9925639574d22fc9cdfac7ddd8f325d6;p=firefly-linux-kernel-4.4.55.git x86: Add feature-removal entry for bzImage symlinks The i386/x86_64 merge provides a symlink to the old bzImage location. This is just a transitional migration helper. Remove it after a 6 month grace period. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 00928d2ecfb2..675f75601ae6 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -306,3 +306,11 @@ Why: In kernel tree version of driver is unmaintained. Sk98lin driver Who: Stephen Hemminger --------------------------- + +What: i386/x86_64 bzImage symlinks +When: April 2008 + +Why: The i386/x86_64 merge provides a symlink to the old bzImage + location so not yet updated user space tools, e.g. package + scripts, do not break. +Who: Thomas Gleixner