2011-03-24 15:17:14

by Greg KH

[permalink] [raw]
Subject: Linux 2.6.32.35

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


2011-03-24 15:17:19

by Greg KH

[permalink] [raw]
Subject: Re: Linux 2.6.32.35

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.

2011-03-25 10:31:32

by Alexander Beregalov

[permalink] [raw]
Subject: Re: Linux 2.6.32.35

On 24 March 2011 18:16, Greg KH <[email protected]> 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.

2011-03-25 14:40:50

by Greg KH

[permalink] [raw]
Subject: Re: [stable] Linux 2.6.32.35

On Fri, Mar 25, 2011 at 01:31:30PM +0300, Alexander Beregalov wrote:
> On 24 March 2011 18:16, Greg KH <[email protected]> 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

2011-03-25 14:49:05

by Greg KH

[permalink] [raw]
Subject: Re: Linux 2.6.32.35

On Fri, Mar 25, 2011 at 01:31:30PM +0300, Alexander Beregalov wrote:
> On 24 March 2011 18:16, Greg KH <[email protected]> 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