All of lore.kernel.org
 help / color / mirror / Atom feed
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/61] 3.7.8-stable review
Date: Tue, 12 Feb 2013 12:34:20 -0800	[thread overview]
Message-ID: <20130212203417.890993903@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 3.7.8 release.
There are 61 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:31:32 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.7.8-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.7.8-rc1

Marcin Slusarz <marcin.slusarz@gmail.com>
    drm/nouveau: add lockdep annotations

Eric Dumazet <edumazet@google.com>
    net: splice: fix __splice_segment()

Eric Dumazet <edumazet@google.com>
    net: splice: avoid high order page splitting

Eric Dumazet <edumazet@google.com>
    tcp: fix splice() and tcp collapsing interaction

Eric Dumazet <edumazet@google.com>
    tcp: splice: fix an infinite loop in tcp_read_sock()

Willy Tarreau <w@1wt.eu>
    tcp: don't abort splice() after small transfers

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

Eric Dumazet <edumazet@google.com>
    tcp: fix an infinite loop in tcp_slow_start()

Yuchung Cheng <ycheng@google.com>
    tcp: detect SYN/data drop when F-RTO is disabled

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

Steffen Klassert <steffen.klassert@secunet.com>
    ipv4: Fix route refcount on pmtu discovery

Steffen Klassert <steffen.klassert@secunet.com>
    ipv4: Add a socket release callback for datagram sockets

Steffen Klassert <steffen.klassert@secunet.com>
    ipv4: Invalidate the socket cached route on pmtu events if possible

Steffen Klassert <steffen.klassert@secunet.com>
    ipv6: Add an error handler for icmp6

Steffen Klassert <steffen.klassert@secunet.com>
    ipv4: Don't update the pmtu on mtu locked routes

Steffen Klassert <steffen.klassert@secunet.com>
    ipv4: Remove output route check in ipv4_mtu

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.

Heiko Carstens <heiko.carstens@de.ibm.com>
    atm/iphase: rename fregt_t -> ffreg_t

Tommi Rantala <tt.rantala@gmail.com>
    ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()

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

Pravin B Shelar <pshelar@nicira.com>
    IP_GRE: Fix kernel panic in IP_GRE with GRE csum.

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

Eric Dumazet <edumazet@google.com>
    tcp: fix incorrect LOCKDROPPEDICMPS counter

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

Eric Dumazet <edumazet@google.com>
    macvlan: fix macvlan_get_size()

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

Eric Dumazet <edumazet@google.com>
    tcp: fix a panic on UP machines in reqsk_fastopen_remove

Stanislaw Gruszka <sgruszka@redhat.com>
    net, wireless: overwrite default_ethtool_ops

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

Mike Snitzer <snitzer@redhat.com>
    dm thin: fix queue limits stacking

Linus Walleij <linus.walleij@linaro.org>
    mfd: db8500-prcmu: Fix irqdomain usage

Felix Fietkau <nbd@openwrt.org>
    ath9k_hw: fix calibration issues on chainmask that don't include chain 0

Mauro Carvalho Chehab <mchehab@redhat.com>
    media: pwc-if: must check vb2_queue_init() success

Bruce Allan <bruce.w.allan@intel.com>
    e1000e: enable ECC on I217/I218 to catch packet buffer memory errors

Bing Zhao <bzhao@marvell.com>
    mwifiex: fix incomplete scan in case of IE parsing error

Alexander Stein <alexander.stein@systec-electronic.com>
    can: c_can: Set reserved bit in IFx_MASK2 to 1 on write

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue"

Johan Hedberg <johan.hedberg@intel.com>
    Bluetooth: Fix handling of unexpected SMP PDUs

Sjur Brændeland <sjur.brandeland@stericsson.com>
    virtio_console: Don't access uninitialized data.

Mike Marciniszyn <mike.marciniszyn@intel.com>
    IB/qib: Fix for broken sparse warning fix

Alim Akhtar <alim.akhtar@samsung.com>
    regulator: s2mps11: fix incorrect register for buck10

Stephen Warren <swarren@nvidia.com>
    regulator: clear state each invocation of of_regulator_match

Marek Szyprowski <m.szyprowski@samsung.com>
    regulator: max8998: fix incorrect min_uV value for ldo10

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 +-
 drivers/atm/iphase.h                               | 146 ++++++++++-----------
 drivers/char/virtio_console.c                      |   3 +-
 drivers/gpu/drm/nouveau/core/core/subdev.c         |   2 +-
 drivers/gpu/drm/nouveau/core/include/core/object.h |   7 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c              |   3 +
 drivers/infiniband/hw/qib/qib_qp.c                 |  11 +-
 drivers/isdn/gigaset/capi.c                        |   2 +
 drivers/md/dm-thin.c                               |  13 +-
 drivers/media/usb/pwc/pwc-if.c                     |   6 +-
 drivers/mfd/db8500-prcmu.c                         |   6 +-
 drivers/net/can/c_can/c_can.c                      |   6 +-
 drivers/net/ethernet/calxeda/xgmac.c               |   4 +
 drivers/net/ethernet/intel/e1000e/defines.h        |   9 ++
 drivers/net/ethernet/intel/e1000e/e1000.h          |   2 +
 drivers/net/ethernet/intel/e1000e/ethtool.c        |   2 +
 drivers/net/ethernet/intel/e1000e/hw.h             |   1 +
 drivers/net/ethernet/intel/e1000e/ich8lan.c        |  11 ++
 drivers/net/ethernet/intel/e1000e/netdev.c         |  46 +++++++
 drivers/net/ethernet/mellanox/mlx4/en_tx.c         |  13 +-
 drivers/net/ethernet/mellanox/mlx4/main.c          |  11 +-
 .../net/ethernet/qlogic/netxen/netxen_nic_init.c   |   2 +-
 .../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/macvlan.c                              |   5 +-
 drivers/net/wireless/ath/ath9k/ar9003_calib.c      |   2 +
 drivers/net/wireless/ath/ath9k/ar9003_phy.c        |   2 +-
 drivers/net/wireless/ath/ath9k/hw.h                |   1 +
 drivers/net/wireless/iwlwifi/dvm/tx.c              |  24 +---
 drivers/net/wireless/mwifiex/scan.c                |   9 +-
 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/regulator/max8998.c                        |   2 +-
 drivers/regulator/of_regulator.c                   |   6 +
 drivers/regulator/s2mps11.c                        |   4 +-
 include/linux/netdevice.h                          |   3 +
 include/net/ip.h                                   |   2 +
 net/bluetooth/smp.c                                |  13 ++
 net/core/dev.c                                     |   8 ++
 net/core/pktgen.c                                  |   9 +-
 net/core/request_sock.c                            |   2 -
 net/core/skbuff.c                                  |  44 ++-----
 net/ipv4/datagram.c                                |  25 ++++
 net/ipv4/ip_gre.c                                  |   6 +-
 net/ipv4/ip_sockglue.c                             |   2 +-
 net/ipv4/ping.c                                    |   1 +
 net/ipv4/raw.c                                     |   1 +
 net/ipv4/route.c                                   |  54 +++++++-
 net/ipv4/tcp.c                                     |  27 ++--
 net/ipv4/tcp_cong.c                                |  14 +-
 net/ipv4/tcp_input.c                               |   8 +-
 net/ipv4/tcp_ipv4.c                                |   9 +-
 net/ipv4/udp.c                                     |   1 +
 net/ipv6/addrconf.c                                |   2 +-
 net/ipv6/icmp.c                                    |  12 ++
 net/ipv6/ip6_gre.c                                 |   2 +-
 net/ipv6/ip6_output.c                              |   4 +-
 net/ipv6/route.c                                   |   2 +-
 net/packet/af_packet.c                             |  10 +-
 net/sctp/endpointola.c                             |   5 +
 net/sctp/outqueue.c                                |  12 +-
 net/sctp/socket.c                                  |   2 +-
 net/wireless/core.c                                |   3 +-
 69 files changed, 537 insertions(+), 291 deletions(-)



             reply	other threads:[~2013-02-12 20:35 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12 20:34 Greg Kroah-Hartman [this message]
2013-02-12 20:34 ` [ 01/61] rtlwifi: Fix the usage of the wrong variable in usb.c Greg Kroah-Hartman
2013-02-12 20:34 ` [ 02/61] rtlwifi: Fix scheduling while atomic bug Greg Kroah-Hartman
2013-02-12 20:34 ` [ 03/61] regulator: max8998: fix incorrect min_uV value for ldo10 Greg Kroah-Hartman
2013-02-12 20:34 ` [ 04/61] regulator: clear state each invocation of of_regulator_match Greg Kroah-Hartman
2013-02-12 20:34 ` [ 05/61] regulator: s2mps11: fix incorrect register for buck10 Greg Kroah-Hartman
2013-02-12 20:34 ` [ 06/61] IB/qib: Fix for broken sparse warning fix Greg Kroah-Hartman
2013-02-12 20:34 ` [ 07/61] virtio_console: Dont access uninitialized data Greg Kroah-Hartman
2013-02-12 20:34 ` [ 08/61] Bluetooth: Fix handling of unexpected SMP PDUs Greg Kroah-Hartman
2013-02-12 20:34 ` [ 09/61] Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue" Greg Kroah-Hartman
2013-02-12 20:34 ` [ 10/61] can: c_can: Set reserved bit in IFx_MASK2 to 1 on write Greg Kroah-Hartman
2013-02-12 20:34 ` [ 11/61] mwifiex: fix incomplete scan in case of IE parsing error Greg Kroah-Hartman
2013-02-12 20:34 ` [ 12/61] e1000e: enable ECC on I217/I218 to catch packet buffer memory errors Greg Kroah-Hartman
2013-02-12 20:34 ` [ 13/61] media: pwc-if: must check vb2_queue_init() success Greg Kroah-Hartman
2013-02-12 20:34 ` [ 14/61] ath9k_hw: fix calibration issues on chainmask that dont include chain 0 Greg Kroah-Hartman
2013-02-12 20:34 ` [ 15/61] mfd: db8500-prcmu: Fix irqdomain usage Greg Kroah-Hartman
2013-02-12 20:34 ` [ 16/61] dm thin: fix queue limits stacking Greg Kroah-Hartman
2013-02-12 20:34 ` [ 17/61] net: prevent setting ttl=0 via IP_TTL Greg Kroah-Hartman
2013-02-12 20:34 ` [ 18/61] ipv6: fix the noflags test in addrconf_get_prefix_route Greg Kroah-Hartman
2013-02-12 20:34 ` [ 19/61] net, wireless: overwrite default_ethtool_ops Greg Kroah-Hartman
2013-02-12 20:34 ` [ 20/61] tcp: fix a panic on UP machines in reqsk_fastopen_remove Greg Kroah-Hartman
2013-02-12 20:34 ` [ 21/61] MAINTAINERS: Stephen Hemminger email change Greg Kroah-Hartman
2013-02-12 20:34 ` [ 22/61] ipv6: fix header length calculation in ip6_append_data() Greg Kroah-Hartman
2013-02-12 20:34 ` [ 23/61] macvlan: fix macvlan_get_size() Greg Kroah-Hartman
2013-02-12 20:34 ` [ 24/61] net: calxedaxgmac: throw away overrun frames Greg Kroah-Hartman
2013-02-12 20:34 ` [ 25/61] net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode Greg Kroah-Hartman
2013-02-12 20:34 ` [ 26/61] net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults Greg Kroah-Hartman
2013-02-12 20:34 ` [ 27/61] tcp: fix incorrect LOCKDROPPEDICMPS counter Greg Kroah-Hartman
2013-02-12 20:34   ` Greg Kroah-Hartman
2013-02-12 20:34 ` [ 28/61] isdn/gigaset: fix zero size border case in debug dump Greg Kroah-Hartman
2013-02-12 20:34 ` [ 29/61] netxen: fix off by one bug in netxen_release_tx_buffer() Greg Kroah-Hartman
2013-02-12 20:34 ` [ 30/61] r8169: remove the obsolete and incorrect AMD workaround Greg Kroah-Hartman
2013-02-12 20:34   ` Greg Kroah-Hartman
2013-02-12 20:34 ` [ 31/61] net: loopback: fix a dst refcounting issue Greg Kroah-Hartman
2013-02-12 20:34 ` [ 32/61] IP_GRE: Fix kernel panic in IP_GRE with GRE csum Greg Kroah-Hartman
2013-02-12 20:34 ` [ 33/61] pktgen: correctly handle failures when adding a device Greg Kroah-Hartman
2013-02-12 20:34 ` [ 34/61] ipv6: do not create neighbor entries for local delivery Greg Kroah-Hartman
2013-02-12 20:34 ` [ 35/61] via-rhine: Fix bugs in NAPI support Greg Kroah-Hartman
2013-02-12 20:34 ` [ 36/61] packet: fix leakage of tx_ring memory Greg Kroah-Hartman
2013-02-12 20:34 ` [ 37/61] ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() Greg Kroah-Hartman
2013-02-12 20:34 ` [ 38/61] atm/iphase: rename fregt_t -> ffreg_t Greg Kroah-Hartman
2013-02-12 20:34 ` [ 39/61] xen/netback: shutdown the ring if it contains garbage Greg Kroah-Hartman
2013-02-12 20:35 ` [ 40/61] xen/netback: dont leak pages on failure in xen_netbk_tx_check_gop Greg Kroah-Hartman
2013-02-12 20:35 ` [ 41/61] xen/netback: free already allocated memory on failure in xen_netbk_get_requests Greg Kroah-Hartman
2013-02-12 20:35 ` [ 42/61] netback: correct netbk_tx_err to handle wrap around Greg Kroah-Hartman
2013-02-12 20:35 ` [ 43/61] ipv4: Remove output route check in ipv4_mtu Greg Kroah-Hartman
2013-02-12 20:35   ` Greg Kroah-Hartman
2013-02-12 20:35 ` [ 44/61] ipv4: Dont update the pmtu on mtu locked routes Greg Kroah-Hartman
2013-02-12 20:35 ` [ 45/61] ipv6: Add an error handler for icmp6 Greg Kroah-Hartman
2013-02-12 20:35 ` [ 46/61] ipv4: Invalidate the socket cached route on pmtu events if possible Greg Kroah-Hartman
2013-02-12 20:35 ` [ 47/61] ipv4: Add a socket release callback for datagram sockets Greg Kroah-Hartman
2013-02-12 20:35 ` [ 48/61] ipv4: Fix route refcount on pmtu discovery Greg Kroah-Hartman
2013-02-12 20:35 ` [ 49/61] sctp: refactor sctp_outq_teardown to insure proper re-initalization Greg Kroah-Hartman
2013-02-12 20:35 ` [ 50/61] net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree Greg Kroah-Hartman
2013-02-12 20:35 ` [ 51/61] net: sctp: sctp_endpoint_free: zero out secret key data Greg Kroah-Hartman
2013-02-12 20:35 ` [ 52/61] tcp: detect SYN/data drop when F-RTO is disabled Greg Kroah-Hartman
2013-02-12 20:35 ` [ 53/61] tcp: fix an infinite loop in tcp_slow_start() Greg Kroah-Hartman
2013-02-12 20:35   ` Greg Kroah-Hartman
2013-02-12 20:35 ` [ 54/61] tcp: frto should not set snd_cwnd to 0 Greg Kroah-Hartman
2013-02-12 20:35   ` Greg Kroah-Hartman
2013-02-12 20:35 ` [ 55/61] tcp: fix for zero packets_in_flight was too broad Greg Kroah-Hartman
2013-02-12 20:35   ` Greg Kroah-Hartman
2013-02-12 20:35 ` [ 56/61] tcp: dont abort splice() after small transfers Greg Kroah-Hartman
2013-02-12 20:35 ` [ 57/61] tcp: splice: fix an infinite loop in tcp_read_sock() Greg Kroah-Hartman
2013-02-12 20:35 ` [ 58/61] tcp: fix splice() and tcp collapsing interaction Greg Kroah-Hartman
2013-02-12 20:35 ` [ 59/61] net: splice: avoid high order page splitting Greg Kroah-Hartman
2013-02-12 20:35 ` [ 60/61] net: splice: fix __splice_segment() Greg Kroah-Hartman
2013-02-12 20:35 ` [ 61/61] drm/nouveau: add lockdep annotations Greg Kroah-Hartman
2013-02-13  3:35   ` Peter Hurley
2013-02-13  9:33     ` Arend van Spriel
2013-02-13  9:43       ` Ben Skeggs
2013-02-13  9:52         ` Arend van Spriel
2013-02-13 17:46         ` Marcin Slusarz
2013-02-13 18:38           ` Marcin Slusarz
2013-02-13  7:06 ` [ 00/61] 3.7.8-stable review Satoru Takeuchi
2013-02-13 15:51 ` 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=20130212203417.890993903@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.