linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 3.0.15
@ 2012-01-03 19:29 Greg KH
  2012-01-03 19:29 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Greg KH @ 2012-01-03 19:29 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

I'm announcing the release of the 3.0.14 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 3.0.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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=summary

thanks,

greg k-h

------------

 Makefile                  |    2 +-
 kernel/time/clockevents.c |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Greg Kroah-Hartman (1):
      Linux 3.0.15

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] 5+ messages in thread

* Re: Linux 3.0.15
  2012-01-03 19:29 Linux 3.0.15 Greg KH
@ 2012-01-03 19:29 ` Greg KH
  2012-01-03 19:30 ` Greg KH
  2012-01-05 18:02 ` Bruno Prémont
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-01-03 19:29 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable, lwn

diff --git a/Makefile b/Makefile
index f4f577b..5b8c185 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION = 3
 PATCHLEVEL = 0
-SUBLEVEL = 14
+SUBLEVEL = 15
 EXTRAVERSION =
 NAME = Sneaky Weasel
 
diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
index 13dfaab..e4c699d 100644
--- a/kernel/time/clockevents.c
+++ b/kernel/time/clockevents.c
@@ -286,7 +286,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] 5+ messages in thread

* Re: Linux 3.0.15
  2012-01-03 19:29 Linux 3.0.15 Greg KH
  2012-01-03 19:29 ` Greg KH
@ 2012-01-03 19:30 ` Greg KH
  2012-01-05 18:02 ` Bruno Prémont
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-01-03 19:30 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable, lwn

On Tue, Jan 03, 2012 at 11:29:36AM -0800, Greg KH wrote:
> I'm announcing the release of the 3.0.14 kernel.

Doh, that would be 3.0.15, like the Subject: says...




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux 3.0.15
  2012-01-03 19:29 Linux 3.0.15 Greg KH
  2012-01-03 19:29 ` Greg KH
  2012-01-03 19:30 ` Greg KH
@ 2012-01-05 18:02 ` Bruno Prémont
  2012-01-05 18:13   ` Greg KH
  2 siblings, 1 reply; 5+ messages in thread
From: Bruno Prémont @ 2012-01-05 18:02 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

Hi Greg,

For some reason the last few stable updates to 3.0 don't show up on
that main www.kernel.org page though the other stable updates do (for 3.1
and for 2.6.32).
The last 3.0 stable update showing up is 3.0.9 (but that's far from
being the most recent one), still the files for the following ones do
exist.

The upload-post-processing script probably does not like 3.0...

Thanks,
Bruno

On Tue, 03 January 2012 Greg KH <gregkh@suse.de> wrote:
> I'm announcing the release of the 3.0.14 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 3.0.y git tree can be found at:
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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=summary
> 
> thanks,
> 
> greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Linux 3.0.15
  2012-01-05 18:02 ` Bruno Prémont
@ 2012-01-05 18:13   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-01-05 18:13 UTC (permalink / raw)
  To: Bruno Prémont; +Cc: linux-kernel


A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Thu, Jan 05, 2012 at 07:02:19PM +0100, Bruno Prémont wrote:
> Hi Greg,
> 
> For some reason the last few stable updates to 3.0 don't show up on
> that main www.kernel.org page though the other stable updates do (for 3.1
> and for 2.6.32).
> The last 3.0 stable update showing up is 3.0.9 (but that's far from
> being the most recent one), still the files for the following ones do
> exist.
> 
> The upload-post-processing script probably does not like 3.0...

Yes, this is a known issue and is being worked on, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-05 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 19:29 Linux 3.0.15 Greg KH
2012-01-03 19:29 ` Greg KH
2012-01-03 19:30 ` Greg KH
2012-01-05 18:02 ` Bruno Prémont
2012-01-05 18:13   ` 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).