Linux 3.0.64
From: | Greg KH <gregkh@linuxfoundation.org> | |
To: | linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>, torvalds@linux-foundation.org, stable@vger.kernel.org | |
Subject: | Linux 3.0.64 | |
Date: | Thu, 14 Feb 2013 11:13:23 -0800 | |
Message-ID: | <20130214191323.GA25737@kroah.com> | |
Cc: | lwn@lwn.net, Jiri Slaby <jslaby@suse.cz> | |
Archive‑link: | Article |
I'm announcing the release of the 3.0.64 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-st... thanks, greg k-h ------------ MAINTAINERS | 6 - Makefile | 2 drivers/atm/iphase.h | 146 ++++++++++++++++++------------------ drivers/char/virtio_console.c | 3 drivers/isdn/gigaset/capi.c | 2 drivers/net/loopback.c | 5 + drivers/net/r8169.c | 7 - drivers/net/tg3.c | 58 +++++++++----- drivers/net/wireless/rtlwifi/usb.c | 4 drivers/net/xen-netback/common.h | 3 drivers/net/xen-netback/interface.c | 23 +++-- drivers/net/xen-netback/netback.c | 117 +++++++++++++++++----------- fs/splice.c | 4 kernel/resource.c | 50 +++++++++--- net/bridge/br_netfilter.c | 3 net/core/pktgen.c | 9 +- net/ipv4/ip_sockglue.c | 2 net/ipv4/tcp_input.c | 5 + net/ipv6/route.c | 3 net/mac80211/ieee80211_i.h | 6 - net/mac80211/offchannel.c | 17 +--- net/mac80211/scan.c | 6 - net/mac80211/work.c | 8 - net/packet/af_packet.c | 10 +- net/sctp/endpointola.c | 5 + net/sctp/outqueue.c | 12 +- net/sctp/socket.c | 2 27 files changed, 306 insertions(+), 212 deletions(-) Cong Wang (2): net: prevent setting ttl=0 via IP_TTL pktgen: correctly handle failures when adding a device Daniel Borkmann (2): net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree net: sctp: sctp_endpoint_free: zero out secret key data Eric Dumazet (3): net: loopback: fix a dst refcounting issue tcp: frto should not set snd_cwnd to 0 tcp: fix MSG_SENDPAGE_NOTLAST logic Greg Kroah-Hartman (1): Linux 3.0.64 Heiko Carstens (1): atm/iphase: rename fregt_t -> ffreg_t Ian Campbell (3): xen/netback: shutdown the ring if it contains garbage. xen/netback: free already allocated memory on failure in xen_netbk_get_requests netback: correct netbk_tx_err to handle wrap around. Ilpo Järvinen (1): tcp: fix for zero packets_in_flight was too broad Larry Finger (1): rtlwifi: Fix the usage of the wrong variable in usb.c Marcelo Ricardo Leitner (1): ipv6: do not create neighbor entries for local delivery Matthew Daley (1): xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop. Neil Horman (1): sctp: refactor sctp_outq_teardown to insure proper re-initalization Nithin Nayak Sujir (2): tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode tg3: Fix crc errors on jumbo frame receive Phil Sutter (1): packet: fix leakage of tx_ring memory Sarveshwar Bandi (1): bridge: Pull ip header into skb->data before looking into ip header. Sjur Brændeland (1): virtio_console: Don't access uninitialized data. Stanislaw Gruszka (1): mac80211: synchronize scan off/on-channel and PS states Stephen Hemminger (1): MAINTAINERS: Stephen Hemminger email change T Makphaibulchoke (1): kernel/resource.c: fix stack overflow in __reserve_region_with_split() Tilman Schmidt (1): isdn/gigaset: fix zero size border case in debug dump Timo Teräs (1): r8169: remove the obsolete and incorrect AMD workaround