public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.32.35
@ 2011-03-24 15:16 Greg KH
  2011-03-24 15:17 ` Greg KH
  2011-03-25 10:31 ` Alexander Beregalov
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2011-03-24 15:16 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

I'm announcing the release of the 2.6.32.35 kernel.

It fixes a build error in the 2.6.32.34 kernel.  If you were not hitting
this error, then there is no need to upgrade.

Many thanks to Jiri Slaby for pointing this issue out to me.

The updated 2.6.32.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.32.y.git
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.32.y.git;a=summary

thanks,

greg k-h

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

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

Greg Kroah-Hartman (2):
      Revert "perf: Handle stopped state with tracepoints"
      Linux 2.6.32.35


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

* Re: Linux 2.6.32.35
  2011-03-24 15:16 Linux 2.6.32.35 Greg KH
@ 2011-03-24 15:17 ` Greg KH
  2011-03-25 10:31 ` Alexander Beregalov
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-03-24 15:17 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable, lwn, Jiri Slaby

diff --git a/Makefile b/Makefile
index ca59a37..63fce32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 32
-EXTRAVERSION = .34
+EXTRAVERSION = .35
 NAME = Man-Eating Seals of Antiquity
 
 # *DOCUMENTATION*
diff --git a/kernel/perf_event.c b/kernel/perf_event.c
index f9af60f..183d437 100644
--- a/kernel/perf_event.c
+++ b/kernel/perf_event.c
@@ -4167,8 +4167,6 @@ static void tp_perf_event_destroy(struct perf_event *event)
 
 static const struct pmu *tp_perf_event_init(struct perf_event *event)
 {
-	if (event->hw.state & PERF_HES_STOPPED)
-		return 0;
 	/*
 	 * Raw tracepoint data is a severe data leak, only allow root to
 	 * have these.

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

* Re: Linux 2.6.32.35
  2011-03-24 15:16 Linux 2.6.32.35 Greg KH
  2011-03-24 15:17 ` Greg KH
@ 2011-03-25 10:31 ` Alexander Beregalov
  2011-03-25 14:40   ` [stable] " Greg KH
  2011-03-25 14:47   ` Greg KH
  1 sibling, 2 replies; 5+ messages in thread
From: Alexander Beregalov @ 2011-03-25 10:31 UTC (permalink / raw)
  To: H. Peter Anvin, Greg KH; +Cc: linux-kernel, stable

On 24 March 2011 18:16, Greg KH <gregkh@suse.de> wrote:
> I'm announcing the release of the 2.6.32.35 kernel.

It is not available in linux-2.6-allstable tree.
v2.6.32.28 is the last tag for 2.6.32.x releases.

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

* Re: [stable] Linux 2.6.32.35
  2011-03-25 10:31 ` Alexander Beregalov
@ 2011-03-25 14:40   ` Greg KH
  2011-03-25 14:47   ` Greg KH
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-03-25 14:40 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: H. Peter Anvin, Greg KH, linux-kernel, stable

On Fri, Mar 25, 2011 at 01:31:30PM +0300, Alexander Beregalov wrote:
> On 24 March 2011 18:16, Greg KH <gregkh@suse.de> wrote:
> > I'm announcing the release of the 2.6.32.35 kernel.
> 
> It is not available in linux-2.6-allstable tree.
> v2.6.32.28 is the last tag for 2.6.32.x releases.

That is because the script that creates that tree isn't pulling from the
longterm trees, sorry.

greg k-h

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

* Re: Linux 2.6.32.35
  2011-03-25 10:31 ` Alexander Beregalov
  2011-03-25 14:40   ` [stable] " Greg KH
@ 2011-03-25 14:47   ` Greg KH
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2011-03-25 14:47 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: H. Peter Anvin, linux-kernel, stable

On Fri, Mar 25, 2011 at 01:31:30PM +0300, Alexander Beregalov wrote:
> On 24 March 2011 18:16, Greg KH <gregkh@suse.de> wrote:
> > I'm announcing the release of the 2.6.32.35 kernel.
> 
> It is not available in linux-2.6-allstable tree.
> v2.6.32.28 is the last tag for 2.6.32.x releases.

Known issue, this is a "longterm" kernel, so that's why it doesn't show
up in that tree.

thanks,

greg k-h

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

end of thread, other threads:[~2011-03-25 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 15:16 Linux 2.6.32.35 Greg KH
2011-03-24 15:17 ` Greg KH
2011-03-25 10:31 ` Alexander Beregalov
2011-03-25 14:40   ` [stable] " Greg KH
2011-03-25 14:47   ` Greg KH

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