From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
stable@vger.kernel.org
Subject: [ 00/36] 3.4.31-stable review
Date: Tue, 12 Feb 2013 12:40:54 -0800 [thread overview]
Message-ID: <20130212203857.305594226@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.4.31 release.
There are 36 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu Feb 14 20:38:17 UTC 2013.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.31-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 3.4.31-rc1
Somnath Kotur <somnath.kotur@emulex.com>
be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug
Nithin Nayak Sujir <nsujir@broadcom.com>
tg3: Fix crc errors on jumbo frame receive
Nithin Nayak Sujir <nsujir@broadcom.com>
tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode
Sarveshwar Bandi <sarveshwar.bandi@emulex.com>
bridge: Pull ip header into skb->data before looking into ip header.
Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
tcp: fix for zero packets_in_flight was too broad
Eric Dumazet <edumazet@google.com>
tcp: frto should not set snd_cwnd to 0
Ian Campbell <Ian.Campbell@citrix.com>
netback: correct netbk_tx_err to handle wrap around.
Ian Campbell <Ian.Campbell@citrix.com>
xen/netback: free already allocated memory on failure in xen_netbk_get_requests
Matthew Daley <mattjd@gmail.com>
xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.
Ian Campbell <Ian.Campbell@citrix.com>
xen/netback: shutdown the ring if it contains garbage.
Daniel Borkmann <dborkman@redhat.com>
net: sctp: sctp_endpoint_free: zero out secret key data
Daniel Borkmann <dborkman@redhat.com>
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
Neil Horman <nhorman@tuxdriver.com>
sctp: refactor sctp_outq_teardown to insure proper re-initalization
Heiko Carstens <heiko.carstens@de.ibm.com>
atm/iphase: rename fregt_t -> ffreg_t
Phil Sutter <phil.sutter@viprinet.com>
packet: fix leakage of tx_ring memory
David S. Miller <davem@davemloft.net>
via-rhine: Fix bugs in NAPI support.
Marcelo Ricardo Leitner <mleitner@redhat.com>
ipv6: do not create neighbor entries for local delivery
Cong Wang <amwang@redhat.com>
pktgen: correctly handle failures when adding a device
Eric Dumazet <edumazet@google.com>
net: loopback: fix a dst refcounting issue
Timo Teräs <timo.teras@iki.fi>
r8169: remove the obsolete and incorrect AMD workaround
Eric Dumazet <edumazet@google.com>
netxen: fix off by one bug in netxen_release_tx_buffer()
Tilman Schmidt <tilman@imap.cc>
isdn/gigaset: fix zero size border case in debug dump
Or Gerlitz <ogerlitz@mellanox.com>
net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults
Yan Burman <yanb@mellanox.com>
net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode
Rob Herring <rob.herring@calxeda.com>
net: calxedaxgmac: throw away overrun frames
Romain KUNTZ <r.kuntz@ipflavors.com>
ipv6: fix header length calculation in ip6_append_data()
Stephen Hemminger <stephen.hemminger@vyatta.com>
MAINTAINERS: Stephen Hemminger email change
Romain Kuntz <r.kuntz@ipflavors.com>
ipv6: fix the noflags test in addrconf_get_prefix_route
Cong Wang <xiyou.wangcong@gmail.com>
net: prevent setting ttl=0 via IP_TTL
Matt Fleming <matt.fleming@intel.com>
samsung-laptop: Disable on EFI hardware
Matt Fleming <matt.fleming@intel.com>
efi: Make 'efi_enabled' a function to query EFI facilities
Johan Hedberg <johan.hedberg@intel.com>
Bluetooth: Fix handling of unexpected SMP PDUs
T Makphaibulchoke <tmac@hp.com>
kernel/resource.c: fix stack overflow in __reserve_region_with_split()
Sjur Brændeland <sjur.brandeland@stericsson.com>
virtio_console: Don't access uninitialized data.
Larry Finger <Larry.Finger@lwfinger.net>
rtlwifi: Fix scheduling while atomic bug
Larry Finger <Larry.Finger@lwfinger.net>
rtlwifi: Fix the usage of the wrong variable in usb.c
-------------
Diffstat:
MAINTAINERS | 6 +-
Makefile | 4 +-
arch/x86/include/asm/efi.h | 1 +
arch/x86/kernel/reboot.c | 2 +-
arch/x86/kernel/setup.c | 28 ++---
arch/x86/platform/efi/efi.c | 57 +++++----
drivers/acpi/osl.c | 2 +-
drivers/atm/iphase.h | 146 +++++++++++------------
drivers/char/virtio_console.c | 3 +-
drivers/firmware/dmi_scan.c | 2 +-
drivers/firmware/efivars.c | 4 +-
drivers/firmware/iscsi_ibft_find.c | 2 +-
drivers/gpu/drm/radeon/radeon_device.c | 3 +-
drivers/isdn/gigaset/capi.c | 2 +
drivers/net/ethernet/broadcom/tg3.c | 62 ++++++----
drivers/net/ethernet/calxeda/xgmac.c | 4 +
drivers/net/ethernet/emulex/benet/be.h | 5 +
drivers/net/ethernet/emulex/benet/be_main.c | 56 ++++++---
drivers/net/ethernet/mellanox/mlx4/en_tx.c | 13 +-
drivers/net/ethernet/mellanox/mlx4/main.c | 11 +-
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c | 2 +-
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +
drivers/net/ethernet/realtek/r8169.c | 7 --
drivers/net/ethernet/via/via-rhine.c | 8 +-
drivers/net/loopback.c | 5 +
drivers/net/wireless/rtlwifi/base.c | 7 +-
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 | 115 +++++++++++-------
drivers/platform/x86/ibm_rtl.c | 2 +-
drivers/platform/x86/samsung-laptop.c | 4 +
drivers/scsi/isci/init.c | 2 +-
include/linux/efi.h | 24 +++-
init/main.c | 4 +-
kernel/resource.c | 50 ++++++--
net/bluetooth/smp.c | 13 ++
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/addrconf.c | 2 +-
net/ipv6/ip6_output.c | 4 +-
net/ipv6/route.c | 3 +-
net/packet/af_packet.c | 10 +-
net/sctp/endpointola.c | 5 +
net/sctp/outqueue.c | 12 +-
net/sctp/socket.c | 2 +-
48 files changed, 461 insertions(+), 284 deletions(-)
next reply other threads:[~2013-02-12 20:41 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-12 20:40 Greg Kroah-Hartman [this message]
2013-02-12 20:40 ` [ 01/36] rtlwifi: Fix the usage of the wrong variable in usb.c Greg Kroah-Hartman
2013-02-12 20:40 ` [ 02/36] rtlwifi: Fix scheduling while atomic bug Greg Kroah-Hartman
2013-02-12 20:40 ` [ 03/36] virtio_console: Dont access uninitialized data Greg Kroah-Hartman
2013-02-12 20:40 ` [ 04/36] kernel/resource.c: fix stack overflow in __reserve_region_with_split() Greg Kroah-Hartman
2013-02-12 20:40 ` [ 05/36] Bluetooth: Fix handling of unexpected SMP PDUs Greg Kroah-Hartman
2013-02-12 20:41 ` [ 06/36] efi: Make efi_enabled a function to query EFI facilities Greg Kroah-Hartman
2013-02-12 20:41 ` [ 07/36] samsung-laptop: Disable on EFI hardware Greg Kroah-Hartman
2013-02-12 20:41 ` [ 08/36] net: prevent setting ttl=0 via IP_TTL Greg Kroah-Hartman
2013-02-12 20:41 ` [ 09/36] ipv6: fix the noflags test in addrconf_get_prefix_route Greg Kroah-Hartman
2013-02-12 20:41 ` [ 10/36] MAINTAINERS: Stephen Hemminger email change Greg Kroah-Hartman
2013-02-12 20:41 ` [ 11/36] ipv6: fix header length calculation in ip6_append_data() Greg Kroah-Hartman
2013-02-12 20:41 ` [ 12/36] net: calxedaxgmac: throw away overrun frames Greg Kroah-Hartman
2013-02-12 20:41 ` [ 13/36] net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode Greg Kroah-Hartman
2013-02-12 20:41 ` [ 14/36] net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults Greg Kroah-Hartman
2013-02-12 20:41 ` [ 15/36] isdn/gigaset: fix zero size border case in debug dump Greg Kroah-Hartman
2013-02-12 20:41 ` [ 16/36] netxen: fix off by one bug in netxen_release_tx_buffer() Greg Kroah-Hartman
2013-02-12 20:41 ` [ 17/36] r8169: remove the obsolete and incorrect AMD workaround Greg Kroah-Hartman
2013-02-12 20:41 ` Greg Kroah-Hartman
2013-02-12 20:41 ` [ 18/36] net: loopback: fix a dst refcounting issue Greg Kroah-Hartman
2013-02-12 20:41 ` [ 19/36] pktgen: correctly handle failures when adding a device Greg Kroah-Hartman
2013-02-12 20:41 ` [ 20/36] ipv6: do not create neighbor entries for local delivery Greg Kroah-Hartman
2013-02-12 20:41 ` [ 21/36] via-rhine: Fix bugs in NAPI support Greg Kroah-Hartman
2013-02-12 20:41 ` [ 22/36] packet: fix leakage of tx_ring memory Greg Kroah-Hartman
2013-02-12 20:41 ` [ 23/36] atm/iphase: rename fregt_t -> ffreg_t Greg Kroah-Hartman
2013-02-12 20:41 ` [ 24/36] sctp: refactor sctp_outq_teardown to insure proper re-initalization Greg Kroah-Hartman
2013-02-12 20:41 ` [ 25/36] net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree Greg Kroah-Hartman
2013-02-12 20:41 ` [ 26/36] net: sctp: sctp_endpoint_free: zero out secret key data Greg Kroah-Hartman
2013-02-12 20:41 ` [ 27/36] xen/netback: shutdown the ring if it contains garbage Greg Kroah-Hartman
2013-02-12 20:41 ` [ 28/36] xen/netback: dont leak pages on failure in xen_netbk_tx_check_gop Greg Kroah-Hartman
2013-02-12 20:41 ` [ 29/36] xen/netback: free already allocated memory on failure in xen_netbk_get_requests Greg Kroah-Hartman
2013-02-12 20:41 ` [ 30/36] netback: correct netbk_tx_err to handle wrap around Greg Kroah-Hartman
2013-02-12 20:41 ` [ 31/36] tcp: frto should not set snd_cwnd to 0 Greg Kroah-Hartman
2013-02-12 20:41 ` Greg Kroah-Hartman
2013-02-12 20:41 ` [ 32/36] tcp: fix for zero packets_in_flight was too broad Greg Kroah-Hartman
2013-02-12 20:41 ` Greg Kroah-Hartman
2013-02-12 20:41 ` [ 33/36] bridge: Pull ip header into skb->data before looking into ip header Greg Kroah-Hartman
2013-02-12 20:41 ` [ 34/36] tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode Greg Kroah-Hartman
2013-02-12 20:41 ` [ 35/36] tg3: Fix crc errors on jumbo frame receive Greg Kroah-Hartman
2013-02-12 20:41 ` [ 36/36] be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug Greg Kroah-Hartman
2013-02-13 9:23 ` [ 00/36] 3.4.31-stable review Satoru Takeuchi
2013-02-13 15:52 ` Shuah Khan
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=20130212203857.305594226@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.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.