This is the start of the stable review cycle for the 3.10.50 release.
There are 56 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 Mon Jul 28 19:01:50 UTC 2014.
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.10.50-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <[email protected]>
    Linux 3.10.50-rc1

Anton Kolesov <[email protected]>
    ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)

Mateusz Guzik <[email protected]>
    sched: Fix possible divide by zero in avg_atom() calculation

Peter Zijlstra <[email protected]>
    locking/mutex: Disable optimistic spinning on some architectures

Takashi Iwai <[email protected]>
    PM / sleep: Fix request_firmware() error at resume

Mike Snitzer <[email protected]>
    dm cache metadata: do not allow the data block size to change

Mike Snitzer <[email protected]>
    dm thin metadata: do not allow the data block size to change

John Stultz <[email protected]>
    alarmtimer: Fix bug where relative alarm timers were treated as absolute

Alex Deucher <[email protected]>
    drm/radeon: avoid leaking edid data

Jason Wang <[email protected]>
    drm/qxl: return IRQ_NONE if it was not our irq

Alex Deucher <[email protected]>
    drm/radeon: set default bl level to something reasonable

Tomasz Figa <[email protected]>
    irqchip: gic: Fix core ID calculation when topology is read from DT

Matthias Brugger <[email protected]>
    irqchip: gic: Add support for cortex a7 compatible string

Martin Lau <[email protected]>
    ring-buffer: Fix polling on trace_pipe

Amitkumar Karwar <[email protected]>
    mwifiex: fix Tx timeout issue

HATAYAMA Daisuke <[email protected]>
    perf/x86/intel: ignore CondChgd bit to avoid false NMI handling

Eric Dumazet <[email protected]>
    ipv4: fix buffer overflow in ip_options_compile()

Ben Hutchings <[email protected]>
    dns_resolver: Null-terminate the right string

Manuel Schölling <[email protected]>
    dns_resolver: assure that dns_query() result is null-terminated

Sowmini Varadhan <[email protected]>
    sunvnet: clean up objects created in vnet_new() on vnet_exit()

Christoph Schulz <[email protected]>
    net: pppoe: use correct channel MTU when using Multilink PPP

Daniel Borkmann <[email protected]>
    net: sctp: fix information leaks in ulpevent layer

Jon Paul Maloy <[email protected]>
    tipc: clear 'next'-pointer of message fragments before reassembly

Suresh Reddy <[email protected]>
    be2net: set EQ DB clear-intr bit in be_open()

Ben Pfaff <[email protected]>
    netlink: Fix handling of error from netlink_dump().

Thomas Fitzsimmons <[email protected]>
    net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()

Thomas Petazzoni <[email protected]>
    net: mvneta: fix operation in 10 Mbit/s mode

Andrey Utkin <[email protected]>
    appletalk: Fix socket referencing in skb

Yuchung Cheng <[email protected]>
    tcp: fix false undo corner cases

dingtianhong <[email protected]>
    igmp: fix the problem when mc leave group

Bjørn Mork <[email protected]>
    net: qmi_wwan: add two Sierra Wireless/Netgear devices

Bernd Wachter <[email protected]>
    net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2

Edward Allcutt <[email protected]>
    ipv4: icmp: Fix pMTU handling for rare case

Christoph Paasch <[email protected]>
    tcp: Fix divide by zero when pushing during tcp-repair

Eric Dumazet <[email protected]>
    bnx2x: fix possible panic under memory stress

Eric Dumazet <[email protected]>
    net: fix sparse warning in sk_dst_set()

Eric Dumazet <[email protected]>
    ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix

Eric Dumazet <[email protected]>
    ipv4: fix dst race in sk_dst_get()

Li RongQing <[email protected]>
    8021q: fix a potential memory leak

Daniel Borkmann <[email protected]>
    net: sctp: check proc_dointvec result in proc_sctp_do_auth

Neal Cardwell <[email protected]>
    tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb

Dmitry Popov <[email protected]>
    ip_tunnel: fix ip_tunnel_lookup

Hugh Dickins <[email protected]>
    shmem: fix splicing from a hole while it's punched

Hugh Dickins <[email protected]>
    shmem: fix faulting into a hole, not taking i_mutex

Hugh Dickins <[email protected]>
    shmem: fix faulting into a hole while it's punched

Emmanuel Grumbach <[email protected]>
    iwlwifi: dvm: don't enable CTS to self

Stefan Assmann <[email protected]>
    igb: do a reset on SR-IOV re-init if device is down

Guenter Roeck <[email protected]>
    hwmon: (adt7470) Fix writes to temperature limit registers

Axel Lin <[email protected]>
    hwmon: (da9052) Don't use dash in the name attribute

Axel Lin <[email protected]>
    hwmon: (da9055) Don't use dash in the name attribute

zhangwei(Jovi) <[email protected]>
    tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs

Steven Rostedt (Red Hat) <[email protected]>
    tracing: Fix graph tracer with stack tracer on other archs

Miklos Szeredi <[email protected]>
    fuse: handle large user and group ID

Loic Poulain <[email protected]>
    Bluetooth: Ignore H5 non-link packets in non-active state

K. Y. Srinivasan <[email protected]>
    Drivers: hv: util: Fix a bug in the KVP code

Hans de Goede <[email protected]>
    media: gspca_pac7302: Add new usb-id for Genius i-Look 317

Gavin Guo <[email protected]>
    usb: Check if port status is equal to RxDetect


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

Diffstat:

 Makefile                                        |   4 +-
 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, 355 insertions(+), 214 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to