| From: |
| Greg KH <gregkh@suse.de> |
| To: |
| linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@kernel.org |
| Subject: |
| Linux 2.6.34.5 |
| Date: |
| Fri, 20 Aug 2010 13:47:53 -0700 |
| Message-ID: |
| <20100820204753.GE14579@kroah.com> |
| Cc: |
| lwn@lwn.net |
| Archive‑link: | |
Article |
I'm announcing the release of the 2.6.34.5 kernel.
All users of the 2.6.34 kernel series must upgrade. Actually, you
should switch to the .35 kernel releases, as there is only going to be
one more .34-stable kernel release after this one. Really, I mean it
this time :)
The updated 2.6.34.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.34.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....
thanks,
greg k-h
------------
Makefile | 2 +-
arch/x86/kernel/cpu/vmware.c | 1 +
fs/proc/task_mmu.c | 8 +++++++-
mm/memory.c | 13 ++++++-------
mm/mlock.c | 8 ++++++++
5 files changed, 23 insertions(+), 9 deletions(-)
Greg Kroah-Hartman (2):
vmware: fix build error in vmware.c
Linux 2.6.34.5
Linus Torvalds (2):
mm: fix page table unmap for stack guard page properly
mm: fix up some user-visible effects of the stack guard page