public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.14 00/87] 3.14.14-stable review
@ 2014-07-26 19:01 Greg Kroah-Hartman
  2014-07-26 19:01 ` [PATCH 3.14 01/87] usb: Check if port status is equal to RxDetect Greg Kroah-Hartman
                   ` (81 more replies)
  0 siblings, 82 replies; 83+ messages in thread
From: Greg Kroah-Hartman @ 2014-07-26 19:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

This is the start of the stable review cycle for the 3.14.14 release.
There are 87 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:59 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.14.14-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.14.14-rc1

Anton Kolesov <Anton.Kolesov@synopsys.com>
    ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)

Linus Torvalds <torvalds@linux-foundation.org>
    Don't trigger congestion wait on dirty-but-not-writeout pages

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: disable CTS to Self

Marek Vasut <marex@denx.de>
    ARM: dts: imx: Add alias for ethernet controller

Benjamin LaHaise <bcrl@kvack.org>
    aio: protect reqs_available updates from changes in interrupt handlers

Mateusz Guzik <mguzik@redhat.com>
    sched: Fix possible divide by zero in avg_atom() calculation

Peter Zijlstra <peterz@infradead.org>
    locking/mutex: Disable optimistic spinning on some architectures

Takashi Iwai <tiwai@suse.de>
    PM / sleep: Fix request_firmware() error at resume

Mike Snitzer <snitzer@redhat.com>
    dm cache metadata: do not allow the data block size to change

Mike Snitzer <snitzer@redhat.com>
    dm thin metadata: do not allow the data block size to change

Ted Juan <ted.juan@gmail.com>
    mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions

Peter Zijlstra <peterz@infradead.org>
    x86, tsc: Fix cpufreq lockup

John Stultz <john.stultz@linaro.org>
    alarmtimer: Fix bug where relative alarm timers were treated as absolute

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: avoid leaking edid data

Jason Wang <jasowang@redhat.com>
    drm/qxl: return IRQ_NONE if it was not our irq

Alex Deucher <alexander.deucher@amd.com>
    drm/radeon: set default bl level to something reasonable

Tomasz Figa <t.figa@samsung.com>
    irqchip: gic: Fix core ID calculation when topology is read from DT

Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
    irqchip: gic: Add binding probe for ARM GIC400

Matthias Brugger <matthias.bgg@gmail.com>
    irqchip: gic: Add support for cortex a7 compatible string

Martin Lau <kafai@fb.com>
    ring-buffer: Fix polling on trace_pipe

Amitkumar Karwar <akarwar@marvell.com>
    mwifiex: fix Tx timeout issue

HATAYAMA Daisuke <d.hatayama@jp.fujitsu.com>
    perf/x86/intel: ignore CondChgd bit to avoid false NMI handling

Jiri Olsa <jolsa@redhat.com>
    perf: Do not allow optimized switch for non-cloned events

Eric Dumazet <edumazet@google.com>
    ipv4: fix buffer overflow in ip_options_compile()

Ben Hutchings <ben@decadent.org.uk>
    dns_resolver: Null-terminate the right string

Manuel Schölling <manuel.schoelling@gmx.de>
    dns_resolver: assure that dns_query() result is null-terminated

Bjørn Mork <bjorn@mork.no>
    net: huawei_cdc_ncm: add "subclass 3" devices

Sowmini Varadhan <sowmini.varadhan@oracle.com>
    sunvnet: clean up objects created in vnet_new() on vnet_exit()

Jerry Chu <hkchu@google.com>
    net-gre-gro: Fix a bug that breaks the forwarding path

Nikolay Aleksandrov <nikolay@redhat.com>
    bonding: fix ad_select module param check

Christoph Schulz <develop@kristov.de>
    net: pppoe: use correct channel MTU when using Multilink PPP

Daniel Borkmann <dborkman@redhat.com>
    net: sctp: fix information leaks in ulpevent layer

Jon Paul Maloy <jon.maloy@ericsson.com>
    tipc: clear 'next'-pointer of message fragments before reassembly

Suresh Reddy <Suresh.Reddy@emulex.com>
    be2net: set EQ DB clear-intr bit in be_open()

Ben Pfaff <blp@nicira.com>
    netlink: Fix handling of error from netlink_dump().

Thomas Fitzsimmons <fitzsim@fitzsim.org>
    net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()

Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    net: mvneta: fix operation in 10 Mbit/s mode

Andrey Utkin <andrey.krieger.utkin@gmail.com>
    appletalk: Fix socket referencing in skb

Yuchung Cheng <ycheng@google.com>
    tcp: fix false undo corner cases

dingtianhong <dingtianhong@huawei.com>
    igmp: fix the problem when mc leave group

Loic Prylli <loicp@google.com>
    net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush

Bjørn Mork <bjorn@mork.no>
    net: qmi_wwan: add two Sierra Wireless/Netgear devices

Bernd Wachter <bernd.wachter@jolla.com>
    net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2

Edward Allcutt <edward.allcutt@openmarket.com>
    ipv4: icmp: Fix pMTU handling for rare case

Christoph Paasch <christoph.paasch@uclouvain.be>
    tcp: Fix divide by zero when pushing during tcp-repair

Eric Dumazet <edumazet@google.com>
    bnx2x: fix possible panic under memory stress

Eric Dumazet <edumazet@google.com>
    vlan: free percpu stats in device destructor

Eric Dumazet <edumazet@google.com>
    net: fix sparse warning in sk_dst_set()

Eric Dumazet <edumazet@google.com>
    ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix

Eric Dumazet <edumazet@google.com>
    ipv4: fix dst race in sk_dst_get()

Wei-Chun Chao <weichunc@plumgrid.com>
    net: fix UDP tunnel GSO of frag_list GRO packets

Bjørn Mork <bjorn@mork.no>
    net: huawei_cdc_ncm: increase command buffer size

Li RongQing <roy.qing.li@gmail.com>
    8021q: fix a potential memory leak

Daniel Borkmann <dborkman@redhat.com>
    net: sctp: check proc_dointvec result in proc_sctp_do_auth

Neal Cardwell <ncardwell@google.com>
    tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb

Daniel Borkmann <dborkman@redhat.com>
    net: sctp: propagate sysctl errors from proc_do* properly

Tyler Hall <tylerwhall@gmail.com>
    slcan: Port write_wakeup deadlock fix from slip

Tyler Hall <tylerwhall@gmail.com>
    slip: Fix deadlock in write_wakeup

Dmitry Popov <ixaphire@qrator.net>
    ip_tunnel: fix ip_tunnel_lookup

David Ertman <davidx.m.ertman@intel.com>
    e1000e: Fix SHRA register access for 82579

Hugh Dickins <hughd@google.com>
    shmem: fix splicing from a hole while it's punched

Hugh Dickins <hughd@google.com>
    shmem: fix faulting into a hole, not taking i_mutex

Hugh Dickins <hughd@google.com>
    shmem: fix faulting into a hole while it's punched

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: dvm: don't enable CTS to self

Oren Givon <oren.givon@intel.com>
    iwlwifi: update the 7265 series HW IDs

Niu Yawei <yawei.niu@gmail.com>
    quota: missing lock in dqcache_shrink_scan()

Stefan Assmann <sassmann@kpanic.de>
    igb: do a reset on SR-IOV re-init if device is down

Todd Fujinaka <todd.fujinaka@intel.com>
    igb: Workaround for i210 Errata 25: Slow System Clock

Guenter Roeck <linux@roeck-us.net>
    hwmon: (adt7470) Fix writes to temperature limit registers

Axel Lin <axel.lin@ingics.com>
    hwmon: (da9052) Don't use dash in the name attribute

Axel Lin <axel.lin@ingics.com>
    hwmon: (da9055) Don't use dash in the name attribute

David Vrabel <david.vrabel@citrix.com>
    xen/balloon: set ballooned out pages as invalid in p2m

zhangwei(Jovi) <jovi.zhangwei@huawei.com>
    tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs

zhangwei(Jovi) <jovi.zhangwei@huawei.com>
    tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    tracing: Fix graph tracer with stack tracer on other archs

Oleg Nesterov <oleg@redhat.com>
    tracing: instance_rmdir() leaks ftrace_event_file->filter

Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
    iio:core: Handle error when mask type is not separate

Anand Avati <avati@redhat.com>
    fuse: ignore entry-timeout on LOOKUP_REVAL

Miklos Szeredi <mszeredi@suse.cz>
    fuse: handle large user and group ID

Miklos Szeredi <mszeredi@suse.cz>
    fuse: timeout comparison fix

Loic Poulain <loic.poulain@intel.com>
    Bluetooth: Ignore H5 non-link packets in non-active state

K. Y. Srinivasan <kys@microsoft.com>
    Drivers: hv: util: Fix a bug in the KVP code

Mengdong Lin <mengdong.lin@intel.com>
    ALSA: hda - initialize audio InfoFrame to be all zero

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Fix broken PM due to incomplete i915 initialization

Hans de Goede <hdegoede@redhat.com>
    media: gspca_pac7302: Add new usb-id for Genius i-Look 317

Abbas Raza <Abbas_Raza@mentor.com>
    usb: chipidea: udc: Disable auto ZLP generation on ep0

Gavin Guo <gavin.guo@canonical.com>
    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/arm/boot/dts/imx25.dtsi                    |   1 +
 arch/arm/boot/dts/imx27.dtsi                    |   1 +
 arch/arm/boot/dts/imx51.dtsi                    |   1 +
 arch/arm/boot/dts/imx53.dtsi                    |   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 ++
 arch/x86/kernel/tsc.c                           |   4 +-
 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/iio/industrialio-event.c                |   3 +
 drivers/irqchip/irq-gic.c                       |   7 +-
 drivers/md/dm-cache-metadata.c                  |   9 ++
 drivers/md/dm-thin-metadata.c                   |   9 ++
 drivers/media/usb/gspca/pac7302.c               |   1 +
 drivers/mtd/devices/elm.c                       |   2 +
 drivers/net/bonding/bond_main.c                 |   2 +-
 drivers/net/can/slcan.c                         |  41 +++++---
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |   3 +-
 drivers/net/ethernet/emulex/benet/be_main.c     |   2 +-
 drivers/net/ethernet/intel/e1000e/ich8lan.c     |   2 +-
 drivers/net/ethernet/intel/e1000e/ich8lan.h     |   2 +-
 drivers/net/ethernet/intel/igb/e1000_82575.c    |   7 ++
 drivers/net/ethernet/intel/igb/e1000_defines.h  |  18 ++--
 drivers/net/ethernet/intel/igb/e1000_hw.h       |   3 +
 drivers/net/ethernet/intel/igb/e1000_i210.c     |  66 +++++++++++++
 drivers/net/ethernet/intel/igb/e1000_i210.h     |  12 +++
 drivers/net/ethernet/intel/igb/e1000_regs.h     |   1 +
 drivers/net/ethernet/intel/igb/igb_main.c       |  16 ++++
 drivers/net/ethernet/marvell/mvneta.c           |   4 +-
 drivers/net/ethernet/sun/sunvnet.c              |  20 +++-
 drivers/net/ppp/pppoe.c                         |   2 +-
 drivers/net/slip/slip.c                         |  36 +++++--
 drivers/net/slip/slip.h                         |   1 +
 drivers/net/usb/huawei_cdc_ncm.c                |  10 +-
 drivers/net/usb/qmi_wwan.c                      |   3 +
 drivers/net/wireless/iwlwifi/dvm/rxon.c         |  12 ---
 drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c     |   8 +-
 drivers/net/wireless/iwlwifi/pcie/drv.c         |   3 +-
 drivers/net/wireless/mwifiex/main.c             |   1 +
 drivers/usb/chipidea/udc.c                      |   4 +-
 drivers/usb/core/hub.c                          |  19 ++++
 drivers/xen/balloon.c                           |  12 +--
 fs/aio.c                                        |   7 ++
 fs/fuse/dir.c                                   |   7 +-
 fs/fuse/inode.c                                 |  20 +++-
 fs/quota/dquot.c                                |   2 +
 include/net/sock.h                              |  16 ++--
 kernel/Kconfig.locks                            |   5 +-
 kernel/events/core.c                            |   2 +-
 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                            |  18 +++-
 kernel/trace/trace_events.c                     |   1 +
 mm/shmem.c                                      | 104 +++++++++++++++++---
 mm/vmscan.c                                     |  11 +--
 net/8021q/vlan_core.c                           |   5 +-
 net/8021q/vlan_dev.c                            |  13 ++-
 net/appletalk/ddp.c                             |   3 -
 net/core/dev.c                                  |  11 ++-
 net/core/dst.c                                  |  16 +++-
 net/core/skbuff.c                               |   3 +-
 net/dns_resolver/dns_query.c                    |   4 +-
 net/ipv4/af_inet.c                              |   3 +
 net/ipv4/gre_offload.c                          |   3 +
 net/ipv4/icmp.c                                 |   2 -
 net/ipv4/igmp.c                                 |  10 +-
 net/ipv4/ip_options.c                           |   4 +
 net/ipv4/ip_tunnel.c                            |  26 ++---
 net/ipv4/route.c                                |  15 +--
 net/ipv4/tcp.c                                  |   3 +-
 net/ipv4/tcp_input.c                            |  10 +-
 net/ipv4/tcp_offload.c                          |   2 +-
 net/ipv4/tcp_output.c                           |   6 +-
 net/ipv6/tcpv6_offload.c                        |   2 +-
 net/netlink/af_netlink.c                        |   4 +-
 net/sctp/sysctl.c                               |  46 ++++-----
 net/sctp/ulpevent.c                             | 122 +++---------------------
 net/tipc/bcast.c                                |   1 +
 sound/pci/hda/hda_intel.c                       |  10 +-
 sound/pci/hda/patch_hdmi.c                      |   1 +
 97 files changed, 647 insertions(+), 319 deletions(-)



^ permalink raw reply	[flat|nested] 83+ messages in thread

end of thread, other threads:[~2014-07-27 15:00 UTC | newest]

Thread overview: 83+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 19:01 [PATCH 3.14 00/87] 3.14.14-stable review Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 01/87] usb: Check if port status is equal to RxDetect Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 02/87] usb: chipidea: udc: Disable auto ZLP generation on ep0 Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 03/87] media: gspca_pac7302: Add new usb-id for Genius i-Look 317 Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 04/87] ALSA: hda - Fix broken PM due to incomplete i915 initialization Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 05/87] ALSA: hda - initialize audio InfoFrame to be all zero Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 06/87] Drivers: hv: util: Fix a bug in the KVP code Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 07/87] Bluetooth: Ignore H5 non-link packets in non-active state Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 08/87] fuse: timeout comparison fix Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 09/87] fuse: handle large user and group ID Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 10/87] fuse: ignore entry-timeout on LOOKUP_REVAL Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 11/87] iio:core: Handle error when mask type is not separate Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 12/87] tracing: instance_rmdir() leaks ftrace_event_file->filter Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 13/87] tracing: Fix graph tracer with stack tracer on other archs Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 14/87] tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 15/87] tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 16/87] xen/balloon: set ballooned out pages as invalid in p2m Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 17/87] hwmon: (da9055) Dont use dash in the name attribute Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 18/87] hwmon: (da9052) " Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 19/87] hwmon: (adt7470) Fix writes to temperature limit registers Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 20/87] igb: Workaround for i210 Errata 25: Slow System Clock Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 21/87] igb: do a reset on SR-IOV re-init if device is down Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 22/87] quota: missing lock in dqcache_shrink_scan() Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 23/87] iwlwifi: update the 7265 series HW IDs Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 24/87] iwlwifi: dvm: dont enable CTS to self Greg Kroah-Hartman
2014-07-26 19:01 ` [PATCH 3.14 25/87] shmem: fix faulting into a hole while its punched Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 26/87] shmem: fix faulting into a hole, not taking i_mutex Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 27/87] shmem: fix splicing from a hole while its punched Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 28/87] e1000e: Fix SHRA register access for 82579 Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 29/87] ip_tunnel: fix ip_tunnel_lookup Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 30/87] slip: Fix deadlock in write_wakeup Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 31/87] slcan: Port write_wakeup deadlock fix from slip Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 32/87] net: sctp: propagate sysctl errors from proc_do* properly Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 33/87] tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 34/87] net: sctp: check proc_dointvec result in proc_sctp_do_auth Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 35/87] 8021q: fix a potential memory leak Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 37/87] net: fix UDP tunnel GSO of frag_list GRO packets Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 38/87] ipv4: fix dst race in sk_dst_get() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 39/87] ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 40/87] net: fix sparse warning in sk_dst_set() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 41/87] vlan: free percpu stats in device destructor Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 42/87] bnx2x: fix possible panic under memory stress Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 43/87] tcp: Fix divide by zero when pushing during tcp-repair Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 44/87] ipv4: icmp: Fix pMTU handling for rare case Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 47/87] net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 48/87] igmp: fix the problem when mc leave group Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 49/87] tcp: fix false undo corner cases Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 50/87] appletalk: Fix socket referencing in skb Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 51/87] net: mvneta: fix operation in 10 Mbit/s mode Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 52/87] net: mvneta: Fix big endian issue in mvneta_txq_desc_csum() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 53/87] netlink: Fix handling of error from netlink_dump() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 54/87] be2net: set EQ DB clear-intr bit in be_open() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 55/87] tipc: clear next-pointer of message fragments before reassembly Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 56/87] net: sctp: fix information leaks in ulpevent layer Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 57/87] net: pppoe: use correct channel MTU when using Multilink PPP Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 58/87] bonding: fix ad_select module param check Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 59/87] net-gre-gro: Fix a bug that breaks the forwarding path Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 60/87] sunvnet: clean up objects created in vnet_new() on vnet_exit() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 63/87] dns_resolver: Null-terminate the right string Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 64/87] ipv4: fix buffer overflow in ip_options_compile() Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 65/87] perf: Do not allow optimized switch for non-cloned events Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 67/87] mwifiex: fix Tx timeout issue Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 68/87] ring-buffer: Fix polling on trace_pipe Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 69/87] irqchip: gic: Add support for cortex a7 compatible string Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 70/87] irqchip: gic: Add binding probe for ARM GIC400 Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 71/87] irqchip: gic: Fix core ID calculation when topology is read from DT Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 72/87] drm/radeon: set default bl level to something reasonable Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 73/87] drm/qxl: return IRQ_NONE if it was not our irq Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 74/87] drm/radeon: avoid leaking edid data Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 75/87] alarmtimer: Fix bug where relative alarm timers were treated as absolute Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 76/87] x86, tsc: Fix cpufreq lockup Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 77/87] mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 78/87] dm thin metadata: do not allow the data block size to change Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 79/87] dm cache " Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 80/87] PM / sleep: Fix request_firmware() error at resume Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 81/87] locking/mutex: Disable optimistic spinning on some architectures Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 82/87] sched: Fix possible divide by zero in avg_atom() calculation Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 83/87] aio: protect reqs_available updates from changes in interrupt handlers Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 84/87] ARM: dts: imx: Add alias for ethernet controller Greg Kroah-Hartman
2014-07-26 19:02 ` [PATCH 3.14 85/87] iwlwifi: mvm: disable CTS to Self Greg Kroah-Hartman
2014-07-26 19:03 ` [PATCH 3.14 86/87] Dont trigger congestion wait on dirty-but-not-writeout pages Greg Kroah-Hartman
2014-07-26 19:03 ` [PATCH 3.14 87/87] ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) Greg Kroah-Hartman
2014-07-27 15:00 ` [PATCH 3.14 00/87] 3.14.14-stable review Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox