[kernel] r22004 - in dists/sid/linux/debian: . config/i386 config/i386/none

Ben Hutchings benh at moszumanska.debian.org
Fri Oct 31 13:58:30 UTC 2014


Author: benh
Date: Fri Oct 31 13:58:30 2014
New Revision: 22004

Log:
[i386] Rename 486 flavour to 586 (Closes: #766105)

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/i386/defines
   dists/sid/linux/debian/config/i386/none/defines

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Fri Oct 31 06:16:08 2014	(r22003)
+++ dists/sid/linux/debian/changelog	Fri Oct 31 13:58:30 2014	(r22004)
@@ -109,8 +109,9 @@
     - [sparc*] Implement __get_user_pages_fast().
 
   [ Ben Hutchings ]
-  * [i386/486] Select M586TSC instead of M486, and update description to say
-    that the processor must have a TSC (see #766105)
+  * [i386] Rename 486 flavour to 586, as it has not worked on 486 processors
+    since we enabled CC_STACKPROTECTOR (Closes: #766105)
+    - Select M586TSC instead of M486
   * [x86] r8723au: Backport changes up to Linux 3.17 (Closes: #765685)
   * mmc_block: Increase max_devices and set MMC_BLOCK_MINORS to 256
     (Closes: #765621)

Modified: dists/sid/linux/debian/config/i386/defines
==============================================================================
--- dists/sid/linux/debian/config/i386/defines	Fri Oct 31 06:16:08 2014	(r22003)
+++ dists/sid/linux/debian/config/i386/defines	Fri Oct 31 13:58:30 2014	(r22004)
@@ -12,9 +12,6 @@
  This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,
  Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,
  Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors.
-part-long-tsc: This kernel now requires a TSC (Time Stamp Counter),
- which is supported by Pentium-compatible processors and the
- DM&P/SiS Vortex86.
 
 [image]
 bootloaders: grub-pc extlinux lilo
@@ -24,15 +21,15 @@
 [relations]
 headers%gcc-4.8: linux-compiler-gcc-4.8-x86
 
-[486_description]
+[586_description]
 hardware: older PCs
 hardware-long: PCs with a single processor not supporting PAE
-parts: tsc up
+parts: up
 
-[486_image]
+[586_image]
 configs:
  kernelarch-x86/config-arch-32
- i386/config.486
+ i386/config.586
 
 [686-pae_build]
 debug-info: true

Modified: dists/sid/linux/debian/config/i386/none/defines
==============================================================================
--- dists/sid/linux/debian/config/i386/none/defines	Fri Oct 31 06:16:08 2014	(r22003)
+++ dists/sid/linux/debian/config/i386/none/defines	Fri Oct 31 13:58:30 2014	(r22004)
@@ -1,6 +1,6 @@
 [base]
 flavours:
- 486
+ 586
  686-pae
  amd64
 



More information about the Kernel-svn-changes mailing list