Linux 3.2.26
From: | Ben Hutchings <ben@decadent.org.uk> | |
To: | linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>, torvalds@linux-foundation.org, stable@vger.kernel.org | |
Subject: | Linux 3.2.26 | |
Date: | Sun, 05 Aug 2012 19:04:32 +0100 | |
Message-ID: | <1344189872.13142.2.camel@deadeye.wl.decadent.org.uk> | |
Cc: | lwn@lwn.net | |
Archive‑link: | Article |
I'm announcing the release of the 3.2.26 kernel. This has a single fix for a build regression on x86 non-SMP configurations in 3.2.25. If 3.2.25 works for you, there is no reason to upgrade. The updated 3.2.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... Ben. ------------ Makefile | 2 +- arch/x86/include/asm/processor.h | 2 -- arch/x86/kernel/amd_nb.c | 8 ++------ arch/x86/kernel/cpu/amd.c | 2 -- arch/x86/kernel/cpu/common.c | 5 ----- arch/x86/kernel/cpu/intel.c | 2 -- arch/x86/kernel/cpu/mcheck/mce.c | 2 -- arch/x86/kernel/cpu/mcheck/mce_amd.c | 5 +---- arch/x86/kernel/cpu/proc.c | 4 +--- drivers/edac/sb_edac.c | 2 -- drivers/hwmon/coretemp.c | 7 +++---- 11 files changed, 8 insertions(+), 33 deletions(-) Ben Hutchings (1): Linux 3.2.26 Kevin Winchester (1): x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'