Linux 3.7.8

From: Greg KH
Date: Thu Feb 14 2013 - 14:12:34 EST


I'm announcing the release of the 3.7.8 kernel.

All users of the 3.7 kernel series must upgrade.

The updated 3.7.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.7.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

MAINTAINERS | 6
Makefile | 2
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 -
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/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, 536 insertions(+), 290 deletions(-)

Alexander Stein (1):
can: c_can: Set reserved bit in IFx_MASK2 to 1 on write

Alim Akhtar (1):
regulator: s2mps11: fix incorrect register for buck10

Bing Zhao (1):
mwifiex: fix incomplete scan in case of IE parsing error

Bruce Allan (1):
e1000e: enable ECC on I217/I218 to catch packet buffer memory errors

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

David S. Miller (1):
via-rhine: Fix bugs in NAPI support.

Emmanuel Grumbach (1):
Revert "iwlwifi: fix the reclaimed packet tracking upon flush queue"

Eric Dumazet (11):
tcp: fix a panic on UP machines in reqsk_fastopen_remove
macvlan: fix macvlan_get_size()
tcp: fix incorrect LOCKDROPPEDICMPS counter
netxen: fix off by one bug in netxen_release_tx_buffer()
net: loopback: fix a dst refcounting issue
tcp: fix an infinite loop in tcp_slow_start()
tcp: frto should not set snd_cwnd to 0
tcp: splice: fix an infinite loop in tcp_read_sock()
tcp: fix splice() and tcp collapsing interaction
net: splice: avoid high order page splitting
net: splice: fix __splice_segment()

Felix Fietkau (1):
ath9k_hw: fix calibration issues on chainmask that don't include chain 0

Greg Kroah-Hartman (1):
Linux 3.7.8

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

Johan Hedberg (1):
Bluetooth: Fix handling of unexpected SMP PDUs

Larry Finger (2):
rtlwifi: Fix the usage of the wrong variable in usb.c
rtlwifi: Fix scheduling while atomic bug

Linus Walleij (1):
mfd: db8500-prcmu: Fix irqdomain usage

Marcelo Ricardo Leitner (1):
ipv6: do not create neighbor entries for local delivery

Marcin Slusarz (1):
drm/nouveau: add lockdep annotations

Marek Szyprowski (1):
regulator: max8998: fix incorrect min_uV value for ldo10

Matthew Daley (1):
xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.

Mauro Carvalho Chehab (1):
media: pwc-if: must check vb2_queue_init() success

Mike Marciniszyn (1):
IB/qib: Fix for broken sparse warning fix

Mike Snitzer (1):
dm thin: fix queue limits stacking

Neil Horman (1):
sctp: refactor sctp_outq_teardown to insure proper re-initalization

Or Gerlitz (1):
net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaults

Phil Sutter (1):
packet: fix leakage of tx_ring memory

Pravin B Shelar (1):
IP_GRE: Fix kernel panic in IP_GRE with GRE csum.

Rob Herring (1):
net: calxedaxgmac: throw away overrun frames

Romain KUNTZ (1):
ipv6: fix header length calculation in ip6_append_data()

Romain Kuntz (1):
ipv6: fix the noflags test in addrconf_get_prefix_route

Sjur Brændeland (1):
virtio_console: Don't access uninitialized data.

Stanislaw Gruszka (1):
net, wireless: overwrite default_ethtool_ops

Steffen Klassert (6):
ipv4: Remove output route check in ipv4_mtu
ipv4: Don't update the pmtu on mtu locked routes
ipv6: Add an error handler for icmp6
ipv4: Invalidate the socket cached route on pmtu events if possible
ipv4: Add a socket release callback for datagram sockets
ipv4: Fix route refcount on pmtu discovery

Stephen Hemminger (1):
MAINTAINERS: Stephen Hemminger email change

Stephen Warren (1):
regulator: clear state each invocation of of_regulator_match

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

Tommi Rantala (1):
ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()

Willy Tarreau (1):
tcp: don't abort splice() after small transfers

Yan Burman (1):
net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV mode

Yuchung Cheng (1):
tcp: detect SYN/data drop when F-RTO is disabled

Attachment: signature.asc
Description: Digital signature