All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>, torvalds@osdl.org, stable@kernel.org
Subject: Linux 2.6.20.3
Date: Tue, 13 Mar 2007 11:33:53 -0700	[thread overview]
Message-ID: <20070313183353.GA7434@kroah.com> (raw)

We (the -stable team) are announcing the release of the 2.6.20.3 kernel.
It contains a number of bugfixes and all 2.6.20 users are recommended to
upgrade.

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.20.2 and 2.6.20.3.

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

thanks,

greg k-h
--------

 Makefile                                         |    2 
 arch/sparc/kernel/of_device.c                    |    7 
 arch/sparc64/kernel/of_device.c                  |    7 
 drivers/connector/connector.c                    |   22 +-
 drivers/net/wireless/bcm43xx/bcm43xx.h           |    1 
 drivers/net/wireless/bcm43xx/bcm43xx_dma.c       |  171 ++++++++++++++++-------
 drivers/scsi/scsi_debug.c                        |   12 +
 drivers/usb/serial/keyspan.c                     |   49 ++++++
 include/linux/netfilter_ipv4/ip_conntrack_core.h |    2 
 include/net/inet_timewait_sock.h                 |    2 
 include/net/netfilter/nf_conntrack_core.h        |    2 
 net/core/sock.c                                  |    2 
 net/ipv4/netfilter/ip_conntrack_core.c           |    2 
 net/ipv4/netfilter/ip_conntrack_proto_tcp.c      |    4 
 net/ipv4/netfilter/nf_nat_core.c                 |    3 
 net/ipv4/netfilter/nf_nat_proto_gre.c            |    3 
 net/ipv4/netfilter/nf_nat_proto_icmp.c           |    3 
 net/ipv4/netfilter/nf_nat_proto_tcp.c            |    3 
 net/ipv4/netfilter/nf_nat_proto_udp.c            |    3 
 net/ipv4/udp.c                                   |    1 
 net/ipv6/netfilter.c                             |    1 
 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c   |    1 
 net/netfilter/nf_conntrack_core.c                |    2 
 net/netfilter/nf_conntrack_proto_gre.c           |    3 
 net/netfilter/nf_conntrack_proto_tcp.c           |    4 
 net/netfilter/nfnetlink_log.c                    |   18 +-
 26 files changed, 232 insertions(+), 98 deletions(-)

Summary of changes from v2.6.20.2 to v2.6.20.3
==============================================


David Miller (1):
      Fix sparc64 device register probing

Douglas Gilbert (1):
      Fix bug 7994 sleeping function called from invalid context

Eric Dumazet (1):
      Fix timewait jiffies

Greg Kroah-Hartman (1):
      Linux 2.6.20.3

Herbert Xu (1):
      Fix UDP header pointer after pskb_trim_rcsum()

Johannes Berg (1):
      Fix compat_getsockopt

Larry Finger (1):
      bcm43xx: Fix problem with >1 GB RAM

Micha Mirosaw (1):
      nfnetlink_log: fix NULL pointer dereference

Michal Miroslaw (1):
      nfnetlink_log: fix possible NULL pointer dereference

Patrick McHardy (8):
      conntrack: fix {nf, ip}_ct_iterate_cleanup endless loops
      nf_conntrack/nf_nat: fix incorrect config ifdefs
      tcp conntrack: accept SYN|URG as valid
      nfnetlink_log: fix reference leak
      nfnetlink_log: fix use after free
      nf_conntrack: fix incorrect classification of IPv6 fragments as ESTABLISHED
      nfnetlink_log: zero-terminate prefix
      nfnetlink_log: fix crash on bridged packet

Philipp Reisner (1):
      Fix callback bug in connector

Rainer Weikusat (1):
      fix for bugzilla #7544 (keyspan USB-to-serial converter)

Yasuyuki Kozakai (1):
      ip6_route_me_harder should take into account mark


             reply	other threads:[~2007-03-13 18:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-13 18:33 Greg KH [this message]
2007-03-13 18:34 ` Linux 2.6.20.3 Greg KH
2007-03-13 21:57 ` Nish Aravamudan
2007-03-13 21:57   ` Nish Aravamudan
2007-03-13 21:58   ` Nish Aravamudan
2007-03-13 21:58     ` Nish Aravamudan
2007-03-13 22:20     ` David Miller
2007-03-13 22:20       ` David Miller
2007-03-13 22:51       ` Nish Aravamudan
2007-03-13 22:51         ` Nish Aravamudan
2007-03-14  0:29         ` Nish Aravamudan
2007-03-14  0:29           ` Nish Aravamudan
2007-03-14  5:40           ` Bill Irwin
2007-03-14  5:40             ` Bill Irwin
2007-03-14  5:41             ` David Miller
2007-03-14  5:41               ` David Miller
2007-03-14  5:40           ` David Miller
2007-03-14  5:40             ` David Miller
2007-03-14  1:29 ` mdew .

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=20070313183353.GA7434@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@osdl.org \
    --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.