* Linux 2.6.32.52
@ 2012-01-03 17:57 Greg KH
2012-01-03 17:57 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2012-01-03 17:57 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn
[-- Attachment #1: Type: text/plain, Size: 829 bytes --]
I'm announcing the release of the 2.6.32.52 kernel.
It contains a single bugfix for resume issues that were reported by a
lot of people. If you didn't have this problem, no need to upgrade.
The updated 2.6.32.y git tree can be found at (NOTE THE ADDRESS CHANGE):
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y
thanks,
greg k-h
------------
Makefile | 2 +-
kernel/time/clockevents.c | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
Greg Kroah-Hartman (1):
Linux 2.6.32.52
Linus Torvalds (1):
Revert "clockevents: Set noop handler in clockevents_exchange_device()"
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux 2.6.32.52
2012-01-03 17:57 Linux 2.6.32.52 Greg KH
@ 2012-01-03 17:57 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-01-03 17:57 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, torvalds, stable, lwn
diff --git a/Makefile b/Makefile
index 1c640ea..8f775f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 32
-EXTRAVERSION = .51
+EXTRAVERSION = .52
NAME = Man-Eating Seals of Antiquity
# *DOCUMENTATION*
diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
index b38baff..0d809ae 100644
--- a/kernel/time/clockevents.c
+++ b/kernel/time/clockevents.c
@@ -221,7 +221,6 @@ void clockevents_exchange_device(struct clock_event_device *old,
* released list and do a notify add later.
*/
if (old) {
- old->event_handler = clockevents_handle_noop;
clockevents_set_mode(old, CLOCK_EVT_MODE_UNUSED);
list_del(&old->list);
list_add(&old->list, &clockevents_released);
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-03 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 17:57 Linux 2.6.32.52 Greg KH
2012-01-03 17:57 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).