* Linux 2.6.27.1
@ 2008-10-15 23:29 Greg KH
2008-10-15 23:30 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2008-10-15 23:29 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable
We (the -stable team) are announcing the release of the 2.6.27.1
kernel.
It contains one bugfix, disabling CONFIG_DYNAMIC_FTRACE that could cause
memory corruption. This is believed to be the source of the recent
e1000 hardware b0rkage, and all users of the 2.6.27 kernel series are
encouraged to either disable the option, or to upgrade to this kernel
version which will force you to do so.
I'll also be replying to this message with a copy of the patch between
2.6.27 and 2.6.27.1
The updated 2.6.27.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.27.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.27.y.git;a=summary
thanks,
greg k-h
------------
Makefile | 2 +-
kernel/trace/Kconfig | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
Greg Kroah-Hartman (1):
Linux 2.6.27.1
Steven Rostedt (1):
disable CONFIG_DYNAMIC_FTRACE due to possible memory corruption on module unload
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Linux 2.6.27.1
2008-10-15 23:29 Linux 2.6.27.1 Greg KH
@ 2008-10-15 23:30 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2008-10-15 23:30 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable
diff --git a/Makefile b/Makefile
index 16e3fbb..65ab041 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 27
-EXTRAVERSION =
+EXTRAVERSION = .1
NAME = Rotary Wombat
# *DOCUMENTATION*
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 263e9e6..aa53fdd 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -103,7 +103,8 @@ config CONTEXT_SWITCH_TRACER
all switching of tasks.
config DYNAMIC_FTRACE
- bool "enable/disable ftrace tracepoints dynamically"
+ bool "enable/disable ftrace tracepoints dynamically (BROKEN)"
+ depends on BROKEN
depends on FTRACE
depends on HAVE_DYNAMIC_FTRACE
default y
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-15 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15 23:29 Linux 2.6.27.1 Greg KH
2008-10-15 23:30 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox