| 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.34 |
| Date: |
| Tue, 15 Sep 2009 11:07:03 -0700 |
| Message-ID: |
| <20090915180703.GA32060@kroah.com> |
| Cc: |
| lwn@lwn.net |
| Archive‑link: | |
Article |
I'm announcing the release of the 2.6.27.34 kernel. All users of the
2.6.27 kernel series are very strongly encouraged to upgrade.
I'll also be replying to this message with a copy of the patch between
2.6.27.33 and 2.6.27.34
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 +-
drivers/net/e100.c | 2 +-
fs/jffs2/wbuf.c | 10 ++++++++++
mm/slub.c | 4 ++--
net/core/net_namespace.c | 2 +-
5 files changed, 15 insertions(+), 5 deletions(-)
Eric Dumazet (2):
net: net_assign_generic() fix
slub: Fix kmem_cache_destroy() with SLAB_DESTROY_BY_RCU
Greg Kroah-Hartman (1):
Linux 2.6.27.34
Krzysztof Ha?asa (1):
E100: fix interaction with swiotlb on X86.
Massimo Cirillo (1):
JFFS2: add missing verify buffer allocation/deallocation