| 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.27.52 |
| Date: |
| Fri, 20 Aug 2010 13:43:24 -0700 |
| Message-ID: |
| <20100820204324.GA14579@kroah.com> |
| Cc: |
| lwn@lwn.net |
| Archive‑link: | |
Article |
I'm announcing the release of the 2.6.27.52 kernel. All users of the
2.6.27 kernel series are very strongly encouraged to upgrade.
The updated 2.6.27.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.27.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/mm/fault.c | 9 ++++++++-
fs/proc/task_mmu.c | 8 +++++++-
mm/memory.c | 26 +++++++++++++++++++++++++-
mm/mmap.c | 2 +-
5 files changed, 42 insertions(+), 5 deletions(-)
Greg Kroah-Hartman (2):
x86: don't send SIGBUS for kernel page faults
Linux 2.6.27.52
Hugh Dickins (1):
mm: pass correct mm when growing stack
Linus Torvalds (4):
mm: keep a guard page below a grow-down stack segment
mm: fix missing page table unmap for stack guard page failure case
mm: fix page table unmap for stack guard page properly
mm: fix up some user-visible effects of the stack guard page