All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org, stable@kernel.org
Cc: torvalds@osdl.org
Subject: Linux 2.6.14.5
Date: Mon, 26 Dec 2005 16:53:27 -0800	[thread overview]
Message-ID: <20051227005327.GA21786@kroah.com> (raw)

We (the -stable team) are announcing the release of the 2.6.14.5 kernel.

The diffstat and short summary of the fixes are below.

I'll also be replying to this message with a copy of the patch between
2.6.14.4 and 2.6.14.5, as it is small enough to do so.

The updated 2.6.14.y git tree can be found at:
 	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/linux-2.6.14.y.git
and can be browsed at the normal kernel.org git web browser:
	www.kernel.org/git/

thanks,

greg k-h

--------

 Makefile                                    |    2 -
 drivers/acpi/video.c                        |    2 -
 drivers/scsi/dpt_i2o.c                      |   25 ++++++++++++++++-----
 drivers/scsi/scsi_lib.c                     |   33 +++++++++++++++++-----------
 drivers/scsi/sd.c                           |   16 -------------
 drivers/scsi/sr.c                           |   20 ++--------------
 drivers/scsi/st.c                           |   19 ----------------
 drivers/usb/input/hid-input.c               |    1 
 fs/nfsd/nfs2acl.c                           |    2 -
 fs/nfsd/nfs3acl.c                           |    2 -
 include/linux/rtnetlink.h                   |    4 +++
 include/net/xfrm.h                          |    1 
 include/scsi/scsi_cmnd.h                    |    1 
 kernel/params.c                             |    2 -
 net/8021q/vlan_dev.c                        |    3 ++
 net/bridge/br_netfilter.c                   |   17 +++++---------
 net/ipv4/ip_gre.c                           |    2 -
 net/ipv4/netfilter/Makefile                 |    3 +-
 net/ipv4/netfilter/ip_conntrack_netlink.c   |    4 +--
 net/ipv4/netfilter/ip_conntrack_proto_tcp.c |    3 +-
 net/ipv6/addrconf.c                         |   16 ++++++++++---
 net/ipv6/netfilter/Kconfig                  |    2 -
 net/ipv6/route.c                            |    2 -
 net/xfrm/xfrm_policy.c                      |   19 +++++++++++-----
 net/xfrm/xfrm_state.c                       |    5 ++++
 25 files changed, 108 insertions(+), 98 deletions(-)

Summary of changes from v2.6.14.4 to v2.6.14.5
==============================================

Andreas Gruenbacher:
      setting ACLs on readonly mounted NFS filesystems (CVE-2005-3623)

Bart De Schuymer:
      Fix bridge-nf ipv6 length check

David S. Miller:
      Perform SA switchover immediately.

Dmitry Torokhov:
      Input: fix an OOPS in HID driver

Greg Kroah-Hartman:
      Linux 2.6.14.5

Herbert Xu:
      Fix hardware checksum modification

Jason Wessel:
      kernel/params.c: fix sysfs access with CONFIG_MODULES=n

Kristian Slavov:
      Fix RTNLGRP definitions in rtnetlink.h

Krzysztof Oledzki:
      Fix CTA_PROTO_NUM attribute size in ctnetlink

Patrick McHardy:
      Fix unbalanced read_unlock_bh in ctnetlink
      Fix NAT init order
      Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE

Salyzyn, Mark:
      dpt_i2o fix for deadlock condition

Stefan Richter:
      SCSI: fix transfer direction in sd (kernel panic when ejecting iPod)
      SCSI: fix transfer direction in scsi_lib and st

Stephen Hemminger:
      Fix hardware rx csum errors

YOSHIFUJI Hideaki:
      Fix route lifetime.

Yu Luming:
      apci: fix NULL deref in video/lcd/brightness


             reply	other threads:[~2005-12-27  0:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-27  0:53 Greg KH [this message]
2005-12-27  0:54 ` Linux 2.6.14.5 Greg KH
2005-12-27  3:06 ` Grant Coady
2005-12-27  3:33   ` David S. Miller
2005-12-27 20:01     ` Grant Coady
2005-12-27 20:40       ` Gene Heskett
2005-12-28  8:02         ` Denis Vlasenko
2005-12-28 15:51           ` Lee Revell
2005-12-27  3:46   ` [stable] " Greg KH
2005-12-27  5:28     ` Grant Coady
2005-12-27  4:48   ` Patrick McHardy
2005-12-27  4:48     ` Patrick McHardy
2005-12-27  5:45     ` Grant Coady
2005-12-27  5:17   ` Willy Tarreau
2005-12-27  5:42     ` Grant Coady
2005-12-27  5:45       ` Willy Tarreau
2005-12-27  5:45         ` Willy Tarreau
2005-12-27  5:59         ` Grant Coady
2005-12-27  6:07         ` Phil Oester
2005-12-27  6:07           ` Phil Oester
2005-12-27  6:41           ` Yasuyuki KOZAKAI
2005-12-27  6:41           ` Yasuyuki KOZAKAI
2005-12-27  6:51           ` Grant Coady
     [not found]           ` <200512270641.jBR6f6vt024777@toshiba.co.jp>
2005-12-27  6:58             ` Willy Tarreau
2005-12-27  6:58               ` Willy Tarreau
2005-12-27  7:12               ` Yasuyuki KOZAKAI
2005-12-27  7:12               ` Yasuyuki KOZAKAI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051227005327.GA21786@kroah.com \
    --to=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.