Tags Tags

Linux 2.6.32.52

January 03rd, 2012 - 01:00 pm ET by Greg KH | Report spam

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/...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/kern...x-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()"




To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Greg KH
January 03rd, 2012 - 01:00 pm ET | Report spam
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);
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Similar topics