Linux 3.10.50

From: Greg KH
Date: Mon Jul 28 2014 - 13:41:18 EST


I'm announcing the release of the 3.10.50 kernel.

All users of the 3.10 kernel series must upgrade.

The updated 3.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.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

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

Makefile | 2
arch/arc/include/uapi/asm/ptrace.h | 1
arch/arc/kernel/ptrace.c | 4
arch/arm/Kconfig | 1
arch/arm64/Kconfig | 1
arch/powerpc/Kconfig | 1
arch/sparc/Kconfig | 1
arch/x86/Kconfig | 1
arch/x86/kernel/cpu/perf_event_intel.c | 9 +
drivers/bluetooth/hci_h5.c | 1
drivers/gpu/drm/qxl/qxl_irq.c | 3
drivers/gpu/drm/radeon/atombios_encoders.c | 10 +
drivers/gpu/drm/radeon/radeon_display.c | 5
drivers/hv/hv_kvp.c | 14 ++
drivers/hv/hv_util.c | 2
drivers/hwmon/adt7470.c | 6 -
drivers/hwmon/da9052-hwmon.c | 2
drivers/hwmon/da9055-hwmon.c | 2
drivers/irqchip/irq-gic.c | 6 -
drivers/md/dm-cache-metadata.c | 9 +
drivers/md/dm-thin-metadata.c | 9 +
drivers/media/usb/gspca/pac7302.c | 1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 3
drivers/net/ethernet/emulex/benet/be_main.c | 2
drivers/net/ethernet/intel/igb/igb_main.c | 2
drivers/net/ethernet/marvell/mvneta.c | 4
drivers/net/ethernet/sun/sunvnet.c | 20 +++
drivers/net/ppp/pppoe.c | 2
drivers/net/usb/qmi_wwan.c | 3
drivers/net/wireless/iwlwifi/dvm/rxon.c | 12 --
drivers/net/wireless/mwifiex/main.c | 1
drivers/usb/core/hub.c | 19 +++
fs/fuse/inode.c | 20 +++
include/net/sock.h | 16 +--
kernel/Kconfig.locks | 5
kernel/power/process.c | 1
kernel/sched/debug.c | 2
kernel/time/alarmtimer.c | 20 +++
kernel/trace/ftrace.c | 4
kernel/trace/ring_buffer.c | 4
kernel/trace/trace.c | 12 +-
mm/shmem.c | 104 ++++++++++++++++++--
net/8021q/vlan_core.c | 5
net/appletalk/ddp.c | 3
net/core/dst.c | 16 ++-
net/dns_resolver/dns_query.c | 4
net/ipv4/icmp.c | 2
net/ipv4/igmp.c | 10 +
net/ipv4/ip_options.c | 4
net/ipv4/ip_tunnel.c | 12 +-
net/ipv4/route.c | 15 +-
net/ipv4/tcp.c | 3
net/ipv4/tcp_input.c | 10 -
net/ipv4/tcp_output.c | 6 -
net/netlink/af_netlink.c | 4
net/sctp/sysctl.c | 3
net/sctp/ulpevent.c | 122 ++----------------------
net/tipc/bcast.c | 1
58 files changed, 354 insertions(+), 213 deletions(-)

Alex Deucher (2):
drm/radeon: set default bl level to something reasonable
drm/radeon: avoid leaking edid data

Amitkumar Karwar (1):
mwifiex: fix Tx timeout issue

Andrey Utkin (1):
appletalk: Fix socket referencing in skb

Anton Kolesov (1):
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)

Axel Lin (2):
hwmon: (da9055) Don't use dash in the name attribute
hwmon: (da9052) Don't use dash in the name attribute

Ben Hutchings (1):
dns_resolver: Null-terminate the right string

Ben Pfaff (1):
netlink: Fix handling of error from netlink_dump().

Bernd Wachter (1):
net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2

Bjørn Mork (1):
net: qmi_wwan: add two Sierra Wireless/Netgear devices

Christoph Paasch (1):
tcp: Fix divide by zero when pushing during tcp-repair

Christoph Schulz (1):
net: pppoe: use correct channel MTU when using Multilink PPP

Daniel Borkmann (2):
net: sctp: check proc_dointvec result in proc_sctp_do_auth
net: sctp: fix information leaks in ulpevent layer

Dmitry Popov (1):
ip_tunnel: fix ip_tunnel_lookup

Edward Allcutt (1):
ipv4: icmp: Fix pMTU handling for rare case

Emmanuel Grumbach (1):
iwlwifi: dvm: don't enable CTS to self

Eric Dumazet (5):
ipv4: fix dst race in sk_dst_get()
ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
net: fix sparse warning in sk_dst_set()
bnx2x: fix possible panic under memory stress
ipv4: fix buffer overflow in ip_options_compile()

Gavin Guo (1):
usb: Check if port status is equal to RxDetect

Greg Kroah-Hartman (1):
Linux 3.10.50

Guenter Roeck (1):
hwmon: (adt7470) Fix writes to temperature limit registers

HATAYAMA Daisuke (1):
perf/x86/intel: ignore CondChgd bit to avoid false NMI handling

Hans de Goede (1):
media: gspca_pac7302: Add new usb-id for Genius i-Look 317

Hugh Dickins (3):
shmem: fix faulting into a hole while it's punched
shmem: fix faulting into a hole, not taking i_mutex
shmem: fix splicing from a hole while it's punched

Jason Wang (1):
drm/qxl: return IRQ_NONE if it was not our irq

John Stultz (1):
alarmtimer: Fix bug where relative alarm timers were treated as absolute

Jon Paul Maloy (1):
tipc: clear 'next'-pointer of message fragments before reassembly

K. Y. Srinivasan (1):
Drivers: hv: util: Fix a bug in the KVP code

Li RongQing (1):
8021q: fix a potential memory leak

Loic Poulain (1):
Bluetooth: Ignore H5 non-link packets in non-active state

Manuel Schölling (1):
dns_resolver: assure that dns_query() result is null-terminated

Martin Lau (1):
ring-buffer: Fix polling on trace_pipe

Mateusz Guzik (1):
sched: Fix possible divide by zero in avg_atom() calculation

Matthias Brugger (1):
irqchip: gic: Add support for cortex a7 compatible string

Mike Snitzer (2):
dm thin metadata: do not allow the data block size to change
dm cache metadata: do not allow the data block size to change

Miklos Szeredi (1):
fuse: handle large user and group ID

Neal Cardwell (1):
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb

Peter Zijlstra (1):
locking/mutex: Disable optimistic spinning on some architectures

Sowmini Varadhan (1):
sunvnet: clean up objects created in vnet_new() on vnet_exit()

Stefan Assmann (1):
igb: do a reset on SR-IOV re-init if device is down

Steven Rostedt (Red Hat) (1):
tracing: Fix graph tracer with stack tracer on other archs

Suresh Reddy (1):
be2net: set EQ DB clear-intr bit in be_open()

Takashi Iwai (1):
PM / sleep: Fix request_firmware() error at resume

Thomas Fitzsimmons (1):
net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()

Thomas Petazzoni (1):
net: mvneta: fix operation in 10 Mbit/s mode

Tomasz Figa (1):
irqchip: gic: Fix core ID calculation when topology is read from DT

Yuchung Cheng (1):
tcp: fix false undo corner cases

dingtianhong (1):
igmp: fix the problem when mc leave group

zhangwei(Jovi) (1):
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs

Attachment: pgpktv4lEKd_e.pgp
Description: PGP signature