public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.35.7
@ 2010-09-29  1:13 Greg KH
  2010-09-29  1:14 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Greg KH @ 2010-09-29  1:13 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn

I'm announcing the release of the 2.6.35.7 kernel.
This is only needed if you run Xen, there was a typo that caused
problems.  My fault, sorry.

Greetings from LinuxCon 2010, Tokyo.  You should have been here.

The updated 2.6.35.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.35.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.35.y.git;a=summary

thanks,

greg k-h

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


 Makefile             |    4 ++--
 drivers/xen/events.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Greg Kroah-Hartman (1):
      Linux 2.6.35.7

James Dingwall (1):
      Xen: fix typo in previous patch


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

* Re: Linux 2.6.35.7
  2010-09-29  1:13 Linux 2.6.35.7 Greg KH
@ 2010-09-29  1:14 ` Greg KH
  2010-09-29  1:55 ` Steven Rostedt
  2010-09-29 14:48 ` Sven Joachim
  2 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-09-29  1:14 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable, lwn

diff --git a/Makefile b/Makefile
index 78f9271..4c397f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 35
-EXTRAVERSION = .6
-NAME = Sheep on Meth
+EXTRAVERSION = .7
+NAME = Yokohama
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"
diff --git a/drivers/xen/events.c b/drivers/xen/events.c
index 14ed358..6830a4d 100644
--- a/drivers/xen/events.c
+++ b/drivers/xen/events.c
@@ -935,7 +935,7 @@ static struct irq_chip xen_dynamic_chip __read_mostly = {
 	.retrigger	= retrigger_dynirq,
 };
 
-static struct irq_chip en_percpu_chip __read_mostly = {
+static struct irq_chip xen_percpu_chip __read_mostly = {
 	.name		= "xen-percpu",
 
 	.disable	= disable_dynirq,

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

* Re: Linux 2.6.35.7
  2010-09-29  1:13 Linux 2.6.35.7 Greg KH
  2010-09-29  1:14 ` Greg KH
@ 2010-09-29  1:55 ` Steven Rostedt
  2010-09-29 14:48 ` Sven Joachim
  2 siblings, 0 replies; 5+ messages in thread
From: Steven Rostedt @ 2010-09-29  1:55 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, Andrew Morton, torvalds, stable, lwn

On Tue, Sep 28, 2010 at 06:13:55PM -0700, Greg KH wrote:
> I'm announcing the release of the 2.6.35.7 kernel.
> This is only needed if you run Xen, there was a typo that caused
> problems.  My fault, sorry.
> 

James says you suck!

;-)

-- Steve


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

* Re: Linux 2.6.35.7
  2010-09-29  1:13 Linux 2.6.35.7 Greg KH
  2010-09-29  1:14 ` Greg KH
  2010-09-29  1:55 ` Steven Rostedt
@ 2010-09-29 14:48 ` Sven Joachim
  2010-09-29 20:11   ` Greg KH
  2 siblings, 1 reply; 5+ messages in thread
From: Sven Joachim @ 2010-09-29 14:48 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, Andrew Morton, torvalds, stable

Am 29.09.2010 um 03:13 schrieb Greg KH:

> I'm announcing the release of the 2.6.35.7 kernel.
> This is only needed if you run Xen, there was a typo that caused
> problems.  My fault, sorry.

This typo is also in 2.6.32.2[23], could you make a 2.6.32.24 release as
well?

Cheers,
       Sven


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

* Re: Linux 2.6.35.7
  2010-09-29 14:48 ` Sven Joachim
@ 2010-09-29 20:11   ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2010-09-29 20:11 UTC (permalink / raw)
  To: Sven Joachim; +Cc: linux-kernel, Andrew Morton, torvalds, stable

On Wed, Sep 29, 2010 at 04:48:44PM +0200, Sven Joachim wrote:
> Am 29.09.2010 um 03:13 schrieb Greg KH:
> 
> > I'm announcing the release of the 2.6.35.7 kernel.
> > This is only needed if you run Xen, there was a typo that caused
> > problems.  My fault, sorry.
> 
> This typo is also in 2.6.32.2[23], could you make a 2.6.32.24 release as
> well?

I will be doing so in a few hours.  Sorry, I am at LinuxCon Tokyo so my
time available to do this was limited yesterday.

thanks,

greg k-h

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

end of thread, other threads:[~2010-09-29 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29  1:13 Linux 2.6.35.7 Greg KH
2010-09-29  1:14 ` Greg KH
2010-09-29  1:55 ` Steven Rostedt
2010-09-29 14:48 ` Sven Joachim
2010-09-29 20:11   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox